First  |  Prev |  Next  |  Last
Pages: 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
List box features
Hello all: I am working on a project that has two list boxes side-by-side on a form. What I want to happen is when a user clicks on an item in the list box on the left, the list box on the right displays information related to only that item. I would like to be able to connect to a SQL database to retrieve the... 21 Jul 2008 16:10
Copy one dimension of a 2d array to a 1d array?
I have a 2-dimensional array that represents rows and columns. I need to get all of the rows that represents a colum, all of the columns that represents a row and a subset of rows in a given column. It appears that native array methods don't support this type of processing. I figured that i'll need to write my o... 15 Jul 2008 15:25
passing data to a web form (external) in vb(vs05)
Hello all, Is there a method to fill out a web form and click the submit button in vb.net? I'm attempting to programmtically submit raw GPS data to http://www.ngs.noaa.gov/OPUS/ for processing. I can get the form up in a window but cannot fill in the blanks. NGS is not interested in creating an open scri... 16 Jul 2008 11:58
Obtaining properties of a Windows Service
I've written some test code based on a Help example. Assuming I get a ServiceController using the ServiceController.GetServices call, is there any way to use that to get the executable path of the Windows Service? ... 15 Jul 2008 14:23
Using Bit Mask and SQL Server Binary Data Type
I need to store flags for the display of comments in our application. I would like to use a bit mas to determine if the flag is set, this flag can have up to 16 combinations from these values: 10000 = 16 All 01110 = 14 PM, EMR, LIS 01101 = 13 PM, EMR, MED 01100 = 12 PM, EMR 01011 = 11 PM, LIS, MED 01010 = 10... 15 Jul 2008 11:16
What's wrong with this code
All, Been a long time since I messed with VB my brother-in-law is taking a intro programming class he wrote the following code but he's getting an error at the calculation line. I no longer have VB and looking with my rusty eyes this code didn't look like VB. After posting in a Visual basics group I was told it'... 15 Jul 2008 13:21
Any one know how to make users pay for your software
I want to sell a application I'm making, I want to know how to add some sort of license key or something to the app so that it can not be used without payment. I'm VB.Net and want to distribute it thought the web publish tool in visual Studio 2008 Anyone know how to do this? ... 15 Jul 2008 10:14
Any one know how to make users pay for your software
I want to sell a application I'm making, I want to know how to add some sort of license key or something to the app so that it can not be used without payment. I'm VB.Net and want to distribute it thought the web publish tool in visual Studio 2008 Anyone know how to do this? ... 19 Jul 2008 00:43
Get application installation path.
"Shawn" wrote: I need to get the path to my program after it has been installed. In other words, I want to be able to run a separate application that gets the path to the other apps app.config file. This needs to work no matter where the user installed the first app to and I would prefer to avoid l... 17 Jul 2008 08:34
Mouse clicks don't always fire button event?
Hi, I have a number of VB.NET apps, where sometimes the mouse click doesn't fire a button's event handler. These were written in various Visual Studio IDE's; 2003, 2005 and 2008 (that is, it doesn't seem to be a Studio-specific issue, or framework-specific issue). It also doesn't seem to be consist - sometimes the... 15 Jul 2008 08:11
First  |  Prev |  Next  |  Last
Pages: 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138