First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
Deploying sql server app
Hi I have a winform app with sql server backend. How can I create a deployment package which when run by the end user does the following; 1. Install front end vb winfrom app. 2. Install sql server express 2008. 3. Cerate backend database MyDatabase which relevant database objects; tables, views, triggers, s... 30 Mar 2010 16:09
Image not getting loaded from My.Resources
i got code below which works fine but i cant see image which is in My.Resources in webbrowser. Please can any friend help Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim imge imge = My.Resources.Smile Me.WebBrowser1.Navigate("ab... 19 Mar 2010 22:23
inherits class.
Hello. I want to create a new class (VB 2008). What I did : add new class. and wrote : Public Class MenuButton Inherits Panel .... The code isn't compiled : Error 1 Base class 'System.Windows.Forms.Panel' specified for class 'MenuButton' cannot be different from the base class 'System.Windows.For... 19 Mar 2010 17:50
Moveable Graphic Object? tutorials
I am looking at a project which will require me to venture into some new territory. I have been searching the net and appear to have not hit on the correct keywords to find what I am looking for. I need to write an application which draws objects on a canvas, but I need the objects to remain objects so they coul... 19 Mar 2010 14:23
Writing structure data to binary file
Hello all. First a quick sidenote thanking all who have helped me embark down the .NET path. At this time I need to write some data into a binary file, specifically: Private Structure typBinFileHeader Dim Hdr1 As Byte Dim Hdr2 As Byte Dim Option1 As Byte Dim Option2 As Byte Dim FileDate ... 18 Mar 2010 17:48
Question about the Windows 7 API CodePack
A question about this item: http://code.msdn.microsoft.com/WindowsAPICodePack/Release/ProjectReleases.aspx?ReleaseId=3574 I installed it, built the solution, and figured that I could just set a reference to the DLL and use it in my code. Instead of getting one DLL, each of the five projects in the solution cr... 19 Mar 2010 09:19
WriteProfileString in vb.net under XP - where is the data stor
Thank you. That did it. I accidentally resubmitted the question, sorry about that. -- Robert E. Styma Principal Engineer (DMTS) Alcatel-Lucent, Phoenix "Saga" wrote: Did you look in the win.ini file? I used the following declaration: Private Declare Function WritePrivateProfileString ... 18 Mar 2010 11:43
Where is WriteProfileString data stored?
I have an application which at one point needs to delete a profile string created with Declare Function WriteProfileStringA% Lib "Kernel32" (ByVal lpAppName$, ByVal lpKeyName$, ByVal lpString$) WriteProfileString(AppName, KeyName, "Some Value") Web searches indicated that the call: WriteProfileString... 18 Mar 2010 13:01
rtsp streaming
There is a library to get the streaming data from remote rtsp source? I found taoframework, but it is possible to get only one streming at time because it use only client port 5000. Thank a lot. Pasquale ... 18 Mar 2010 07:05
Eliminate / Hide the Form's Title Bar
In VB 2008, can I eliminate the Title Bar on a form? At a minimum, I want to hide the min/max/close buttons on the right of the form and ideally I would like to just not even have a title bar at all! Thanks, John ... 18 Mar 2010 07:05
First  |  Prev |  Next  |  Last
Pages: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48