| Thread | Last Post | Replies |
|
| Reading XML data to VB Variables | 04 Jun 2005 22:33 GMT | 11 |
Thank you to all that helpped me earlier in the week. I have amanaged to come up with the following code to read the XML file. Dim vbStatus as string DIM 'vbprocessingDay as string
|
| Subclassing Help | 04 Jun 2005 21:22 GMT | 12 |
I have subclassed a UserControl to detect when the middle scroll mouse is used and the following sample values are returned from my CMouse class Event: nKeys: 0 Delta: -1 XPos: 822 YPos: 187
|
| Open Window Explorer in "My Documents" or other Special Fodlers" | 04 Jun 2005 20:04 GMT | 2 |
How does one open Windows Explorer to the Selected Special folder. Ex My Documents, My Music, Temporary Internet Files etc.
 Signature Thanks in advance
|
| service logs on locally+interactivly but cant access network ? | 04 Jun 2005 19:05 GMT | 1 |
I've created a Windows service. It requires interaction with the desktop and is therefore running under the LocalSystem account. It also requires access to the network. Does anyone know how this can be acheived? Can you change the access level of LocalSystem account to give it ...
|
| VB Converter to ASP | 04 Jun 2005 19:04 GMT | 2 |
I've never heard of a Conversion tool that worked well enough to justify using it. I haven't checked around on this subject for quite some time. I was trying to find out if there existed a tool (descent tool) that wold convert VB6 code to VB.Net or C# ASP and if so, is it any ...
|
| Code to INVERT image in VB6 | 04 Jun 2005 13:31 GMT | 9 |
I am looking for some simple code in VB6 that willl invert a greyscale image. ie: Black to white, white to black and all the other shades in between. Only needs to INVERT the portion of the IMAGE that is visible on the screen.
|
| How to trap a mouse move event of a form ? | 04 Jun 2005 04:24 GMT | 3 |
I am designing an visual basic application with two forms. What I need to do is: If I move one form the other form should also move automatically with the frist form. Can anyone suggest me on how do implement this ?
|
| Knowing When A File Download Is Complete -- How? | 04 Jun 2005 04:00 GMT | 1 |
I have a program that uses a FTP shell to download a document. Once download is complete the contents are analyzed. I'm having a problem knowing when the download is complete. Sometimes I fetch the document thinking it's complete and only get part of the document.
|
| Disable Items in a ComboBox | 03 Jun 2005 22:54 GMT | 1 |
Does anyone know of a combo box where I can disable some of the entries programmatically? Free, Easy, and Cheap. (the combo box, not me)
|
| Stop exe program in visual basic | 03 Jun 2005 21:50 GMT | 7 |
I am using visual basic 6 . Am using Shell() to execute external program in VB . How to stop\Kill the exe program in code ? Any sample code available ? Thanks.
|
| ByVal vs ByRef | 03 Jun 2005 21:13 GMT | 7 |
Since using ByRef passes the memeory pointed to a variable, and ByVal copies the variable.. Is it FASTER to use ByRef since your not causing the CPU to create a new memory allocation for the same data? If so, why would I ever want to use ByVal?
|
| SOAP | 03 Jun 2005 20:58 GMT | 2 |
I have an increasing number of third party web services that I connect to using SOAP. Now the way I have been doing it is by hand, that is I build the SOAP request as a string, HTTP it, and then parse the response using
|
| Installed Program | 03 Jun 2005 20:39 GMT | 3 |
Hello. I wrote a special program for our 29th Anniversary, packaged it and installed it on my main PC. I wanted my Grandson to run it for my wife cause she don't know nuttin bout PCs. My Grandson does not have administrator priviledges. When I signed in as my Grandson I located ...
|
| get progid from typelib? | 03 Jun 2005 20:24 GMT | 1 |
i would like to get the full progid (project.class) for a late-bound object. can the typelib do this? i know i can call TypeName(Object) to get the class, but i need the project name as well. thanks,
|
| Creating a DLL and calling it from an app | 03 Jun 2005 20:20 GMT | 13 |
I want to store my most common code into a DLL. Creating DLLs is easy enough, but I have a problem. I dont want it to be viewable in the Object Browser. That is, once my whole application is installed on a user's computer... the DLL will get registered and the user will be able to ...
|