| Thread | Last Post | Replies |
|
| Noob question for sure | 19 Feb 2007 17:12 GMT | 2 |
This is so basic but yet I cannot figure out to (using random numbers) to set the color of a command button. TIA J
|
| Pass Name of Array to Function | 19 Feb 2007 16:08 GMT | 3 |
I would like to be able to pass the name of an array from a textbox in a form to a function. Can't figure out how to do this. Here is my code so far... Private Sub Command8_Click()
|
| Open pdf file page. | 19 Feb 2007 13:30 GMT | 1 |
I'm using acrobat activeX in vb.net application to open pdf files. I'm displaying page numbers of that pdf file in a tree view, what i want is that when user press any of the page number of that pdf file, the user can view that page which he has clicked from tree view.
|
| Homemade ADO Connection pooling | 19 Feb 2007 09:44 GMT | 29 |
I'm just about to implement my own connection-pool object to wrap ADO's connection object. I will try to duplicate the original ADO connection's methods and attributes as closely as possible, so I can
|
| connect (linux)mysql from windows | 18 Feb 2007 15:12 GMT | 1 |
i am working in dotnet 2003 in windows platformm....did anyone know how to connect mysql running in linux from dotnet ... i have used the folling conneciton string but it failed ... str = "server=10.1.0.205;user
|
| Dual Monitors | 18 Feb 2007 15:03 GMT | 1 |
I'm trying to make some software for use in NetTv, but now i need to know how to control, on witch monitor a form will open. Please help me with some code snippets. Thanks in advance
|
| difference between MDI and SDI | 18 Feb 2007 13:55 GMT | 9 |
pls help me what is the difference between MDI and SDI pls give me answer about this
|
| Dowload/Upload | 18 Feb 2007 13:31 GMT | 1 |
i need a vb function for the following problem: I have a program that build a internet connection. If the Downloadrate=Uploadrate=0 then the connection should be hang up. Most of that is no problem, but i don't know how i can get the
|
| vb calling C function wit argument const int * ? | 18 Feb 2007 12:12 GMT | 5 |
I am interested calling netCDF package from VB6 (or VBA Excel) I have a C DLL: (and source) Here an exemple of function: ==================================
|
| vb application, Auto update feature | 18 Feb 2007 02:15 GMT | 2 |
how can i add auto update feature to vb application without using 3rd party update components ?
|
| Degree sign. | 17 Feb 2007 20:45 GMT | 6 |
Can anyone tell me how to display the 'degree sign'? I tried Chr(248) but that gave me the slashed zero. In the MSDN Library I found a 'Decimal Code °' and a 'Named Entity °' but i could not figure out
|
| Html Label | 17 Feb 2007 08:00 GMT | 1 |
Do you know of any label control capable to display some simple html (links, change the font size or color)? Something like a lightweight browser... Thanks
|
| Start VB and install program for a different app loads | 16 Feb 2007 19:25 GMT | 4 |
VB6 SP6 crashed on me the other day and I had to kill it. Now, whenever I load VB the splash screen appears but then the installation program for a driver starts up. If I cancel the driver installation then VB6 will not finish loading. If I allow the driver install to run VB6 ...
|
| VB6 Drag and Drop from one picturebox to another picturebox | 16 Feb 2007 16:27 GMT | 2 |
I am using Visual Basic 6. I am having some trouble with dragging and dropping an image from one picture box to another picturebox. The destination picturebox's picture should be replaced entirely from the source picturebox's
|
| Trapping Control-C in an app | 16 Feb 2007 12:32 GMT | 3 |
Does anyone have some code for trapping control-c in a single application, please? Thanks, Ade
|