| Thread | Last Post | Replies |
|
| Problem with UBound and array | 05 May 2008 13:47 GMT | 7 |
I have an array loaded dynamically. How to find out the size of it? the array is called mnuSkyUser() If I do:
|
| Conferencing Controls | 05 May 2008 04:00 GMT | 1 |
Hi I want to create a very basic conferencing functionality. Are there any controls that allow VOIP conferencing, preferably something cheap. The simpler the better as I am a asp.net developer and new to winforms.
|
| Is there any time function converting number (not time) to time? | 05 May 2008 00:55 GMT | 3 |
I wonder if that always requires calculation, or is there any way of transforming number (<86400) into hour, minute and seconds component? For example: dim i as single
|
| How to know image type? | 04 May 2008 22:13 GMT | 17 |
My VB6 application needs to handle a variety of images (e.g. BMP, JPG, GIF. ...etc.). These images are stored in files. In many cases, these files don't have extension name, or have WRONG extension name (for example, file "XXX.bmp" may contains a JPG image).
|
| Database connection issue | 04 May 2008 18:35 GMT | 1 |
Using the following code give me the error "The connection cannot be used to perform this operation it is either closed or in an invalid context" associated around rs.open However i cant see where i have gone wrong, any help would be greatly
|
| Novice Question on Array of Struc | 04 May 2008 03:57 GMT | 3 |
I've got a question that is clearly a novice question. Yes, I'm a career novice. Suppose you have an array of some structure (user type). You want to insert somewhere in the middle of this array another record.
|
| Student Needs Help Parsing | 03 May 2008 14:52 GMT | 5 |
I have a question trying to generate a custom "login" using bits from other user entered information. I need the login to be generated as the first two letters of last name + "-" + last four os SSN Ex:
|
| runtime error in exe | 03 May 2008 11:16 GMT | 7 |
I am getting Runtime error 5 when i execute my exe. but when i debug for the error the program is not throwing any error messages further i am handling all the errors but this particular error keeps on repeating only in exe but not when run from source code.
|
| How to use (add, read, change, delete) registry keys with vb.net | 03 May 2008 07:09 GMT | 2 |
Reason of this project: This is the next part of the previous tutorial. We'll learn here how to add, change, read, delete registry keys and values using vb.net. I included a sample that contains all those functionality.
|
| arrows | 02 May 2008 22:13 GMT | 2 |
My question is about VB6. I have a 3rd party control (Datadynamics sharpGrid) placed on an SSTab control. My situation is that I need to put two arrows (one pointing to the left and the other pointing down). I have tried the followings with no success:
|
| "Name" xxx As xxx problem | 02 May 2008 20:27 GMT | 8 |
I have a test environment where I have four folders: e:\test\parta e:\test\partb e:\test\partc
|
| Shame on you! | 02 May 2008 19:44 GMT | 35 |
"If you haven't converted all your apps to .Net, shame on you." - Jeff Nuckolls, Microsoft Senior Technologist (Application Platform & Development), Visual Basic 6.0 IDE goes out of support, MSDN Blog, April 3, 2008
|
| extracting info without opening file | 02 May 2008 18:45 GMT | 7 |
I have an Excel file, lookup.xls, that I use to pull info from. Inside the List1_Click() event handler : ... 'retrieving correct data from lookup.xls using ListIndex selected by
|
| Text as argument to Randomize function | 02 May 2008 17:58 GMT | 49 |
I would like to be able to use text (as a string) as the argument for the Randomize function. The VBA Help says that the argument is of type Variant, which - as I understand it - includes strings. I'e tried to do this in various
|
| Trying to insert textboxdata into database | 02 May 2008 14:34 GMT | 2 |
I have a form that allows users to enter information into textboxes. I want to take the values form those text boxes and simply put them into a table in a MS SSQL database. My code is below. When I execute the program I receive and error "The string or binary data will be ...
|