First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
VS2005 - Interacting with external website items via WebBrowser Control
Hello All, I have a vb.net desktop application in Visual Studio 2005 that needs to submit data to an external website (http://www.ngs.noaa.gov/OPUS) where I would like to set the submittal values under my program control and need a little help. I can easily set the values for the email address and the anten... 4 Feb 2010 16:52
issue with serial port on module, updating form
Hello, Ive created a serial port instance on a module. In the same module I have the sub data_received. Now I'd like to update a control in a form, how can I do it? Thanks in advance ... 5 Feb 2010 07:13
OpenProcess Help
Anybody know what I am doing wrong when I try and get the handle of the process? Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal blnheritHandle As Boolean, ByVal dwAppProcessId As IntPtr) As IntPtr Public Const PROCESS_ALL_ACCESS = &H1F0FFF Const SW_MA... 5 Feb 2010 21:47
How to stop a service and wait until service stopped?
I want to stop a service and wait until it has been stopped, then do something, but the code below did not work? //////////////////////////////////////////////////////////////////// Dim a As New ServiceController("cryptsvc") a.Stop() Do Until a.Status = ServiceControllerStatus.Stopped ... 3 Feb 2010 09:28
HOWTO: data table into acess accdb using vb
Hello: Using VS2008 .net 3.5 I have a data table (MyDataTable) that has records i want to insert into an access accdb table (AllAgents). I am using the following function Public Function OverWriteAgents(ByVal MydataTable As DataTable) As String Dim AccessConnection As New System.Data.OleDb.Ol... 2 Feb 2010 22:27
MS Small Basic - teach youngins to program
http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx#4 I was at a user group meeting last night and we were discussing how to get more girls interested in programming. Someone mentioned the Small Basic project so I looked it up today and it seems like a good way to get all kids interested in programming. Visu... 2 Feb 2010 17:27
EventLog.CreateEventSource() not working??
I have a Windows Service that runs on our 32bit servers, but wanted to test it out on our 64bit test server (Win Server 2008 R2), so I used the InstallUtil.exe utility to install it manually. This worked ok, and when I start the Service it seems to run fine, but then after a few seconds it stops. The only error... 2 Feb 2010 17:27
Pset method in VB.net
Hi all, I have a picturebox with a customized Scale and I want to plot a point on it. In the old VB6 it was very simple : Picturebox1.Scale (-0.5,0.5)-(0.5,-0.5) ' customized scale coordinates in my sample Picturebox1.Pset (x,y), color Now (after same searching) I found the method to set a customized Sca... 2 Feb 2010 17:27
how to split a text into an array of words then rebuild the text and keep the ponctuation?
How to store all the words of a text in a table, modify some of them, then reconstruct the text by retaining the original punctuation? I tried this: words = TextBox1.Text.Split(New String() {" "c, ","c, "."c, ":"c, ";"c, "?"c, "!"c, "'"c, "`"c, "-"c}, StringSplitOptions.RemoveEmptyEntries) then : ... 2 Feb 2010 17:27
Visual Basic Setup Problems
Searcher7 wrote: I picked up a book to learn Visual basic but cannot install it on my system after I download it from this site: http://www.microsoft.com/express/Windows/. I'm assuming my pc is the problem, but have no idea where to start. It seems to stat installing, but then I get a pop-up that s... 2 Feb 2010 17:27
First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62