| Thread | Last Post | Replies |
|
| VB6 program runs with Win Vista ? | 26 Feb 2007 18:55 GMT | 3 |
Does a VB6 program run with Windows Vista ?
|
| Beginner: List of Color Values | 26 Feb 2007 18:06 GMT | 3 |
I mostly create everyday macros. I've learned how to revise them and create new ones based on previous macros. This is probably a silly question, but is there a list or chart that has all of the available color values? Not the RGB, but more of the basic.
|
| Handling pop up window in VB | 26 Feb 2007 15:35 GMT | 9 |
How can I handle POP up windows in VB. I know it can be done by using newWindow2 or newWindow3 event of window class but I am afraid I dont know how to code. Please help me to do this atleast.
|
| format textbox for ip-address. | 26 Feb 2007 15:08 GMT | 4 |
I have a textbox in VB for which I want to make a format so that the user can add an IP-address. When the form is openend the user should see ( . . . ) in the textbox and only have the possibility to add numbers. I haven't found
|
| Shell on Vista | 26 Feb 2007 14:12 GMT | 13 |
Is there any way to run Shell command in VB6 app running on Vista with admin rights? I know that everything that worked on XP must be redesigned in order to run on Vista.
|
| Creating a search function in vb.net | 26 Feb 2007 12:48 GMT | 2 |
I need some help. I've got a deadline for this friday and i'm stuck. what i'm trying to do is have 1 textbox, datagrid and 1 button then when the user enter a search string, and press the button, I want the result to be displayed in the datagrid.
|
| Interlocked Functions vs VB Reading Current Value | 26 Feb 2007 08:55 GMT | 4 |
I have run into the VB6 nuance where it does not reliably read current value of a VarPtr exposed variable. I can see the foreign process successfully incrementing the value all day but my client is not picking up the change. I tried using Boolean = Variable but without success. ...
|
| Switch to Process by Code | 26 Feb 2007 07:49 GMT | 2 |
I am trying to start another EXE with my code and I want it to stay active. The problem is that when the other EXE puts up its splash screen, it somehow become inactive and no process has the focus. I Shell the other EXE like this: PID = Shell("C:\Program Files\TestApp\vfe.exe", ...
|
| MS Winsock Control ports don't free up | 26 Feb 2007 06:06 GMT | 9 |
Sorry to post this here, but I haven't been able to find anything online about this one. I've had a small client/server app. for years where the client just uses WSClient.Connect to automatically select a free port and connect to the remote system. That's great and is how I want ...
|
| Reading "Add Remove Programs" data | 26 Feb 2007 02:20 GMT | 4 |
I want to take a snapshot of various machines that I maintain. I thought if I could read the installed programs I could tell if a new program was installed. I assume this information is in the registry but I do not know where. Can
|
| Have a problem that is stumping me. | 26 Feb 2007 00:04 GMT | 8 |
I've written a simple custom app that converts a file, by reading bytes, into a text file, but I'm getting confused with my carriage returns and/or line feeds... I get my .txt file output, but if I load the text file into notepad, it is
|
| How to access desired instance of app when multiple running? | 25 Feb 2007 23:41 GMT | 1 |
GetObject gets the first instance of a program when there are more than one open. I can determine whether it's the one that I want. But if not, is there any way to get at another instance? Here's what I've got for accessing AutoCAD R2007:
|
| End If without block If | 25 Feb 2007 21:52 GMT | 9 |
I get this compile error when i click my update command button "End If without block If". However it does change the record that i edit. Here is my code: Private Sub cmdUpdate_Click()
|
| VB DVD app no sound in Windows Vista | 25 Feb 2007 21:22 GMT | 1 |
I have a DVD player app in VB6 using the DX9/directshow objects MSVidWebDVD and MSVidCtl. It works fine in XP, but with Windows Vista everything works exept I get no audio on any DVDs. I know this is pretty obscure, but I'm running out of things to try short of rewriting the ...
|
| problem in first web form application | 25 Feb 2007 20:03 GMT | 2 |
Hi Friends, I hv just started learning vb.net . When I was creating my 1st web forms appl., got follw. problem. 1. It doesn't allow me to type proj.name. Simply displays default one
|