| Thread | Last Post | Replies |
|
| vb xl97 problem | 07 Jan 2004 15:14 GMT | 1 |
Hi I have programmed two modules in vba for an xl 97 app, For some reason, when I save my code I am confronted by a number of dialogues reporting..
|
| Label with Texture, is it possible? | 07 Jan 2004 15:09 GMT | 1 |
Hello, i am writing from Chile and i would really like to know how can i do a label with the texture of the background of the form in case it is a picture. Thanks
|
| Debug Issue in Calling C DLL from VB. (Can't find DLL entry point _TsAutoCalInitia@4 in c:\test\test.dll) | 06 Jan 2004 14:58 GMT | 3 |
I used VB to call C DLL generated by LABWINDOWS. The all files generated from LABWINDOWS are test.dll test.lib
|
| What is the VB function which convert String to Number? | 06 Jan 2004 10:53 GMT | 2 |
Take for example,I got string "14" and want to convert it into a long number
|
| Defining closed areas without writing all the coordinates needed? | 06 Jan 2004 10:10 GMT | 2 |
I have a project and I am confused with a problem. There is a map, on the map there are 900 provinces. The first step of my project is to make a program that when you click on the map, it should tell the which province you clicked and coordinates of the province. The shape of the ...
|
| help on creating text files | 05 Jan 2004 20:04 GMT | 5 |
I know how to write to a text file, and can read from a text file, and I can check to see if a text files exists. But don't know how to creat a text file if the file does not exist, and don't know how to delete the contents of a
|
| VBA Question | 05 Jan 2004 16:16 GMT | 1 |
I have a question about what I should do to run a VBA macro created in Excel 2000 in later versions of Excel, such as Excel 2002? Do I need to change my code so that an Excel 2000 macro will work in later versions of Excel,
|
| Examing bytes returned from an ATL component | 05 Jan 2004 13:38 GMT | 1 |
I am kind of a newbie in VB. I have an ATL component which has the following interface method. HRESULT GetBytes([out,retval] VARIANT* pvByteArray); As the name suggest the variant contains a byte array only.
|
| help with path of app | 05 Jan 2004 11:21 GMT | 2 |
I need some help with returning the app's path of it current location with vb6. I want to get the current location of there the app is installed at, and put that into a string so I can use the
|
| HowTo declare Winsock in a Class | 04 Jan 2004 01:44 GMT | 3 |
I am trying to use the Winsock control in a class, indexed!!! If not indexed it works fine. I am not sure about the syntax. Maby someone knows.
|
| Problem with GetOpenFileDialog | 04 Jan 2004 01:00 GMT | 6 |
I am currently new to vb6, but I have an app that I have made, and it hase a browse button on it when I click the browse button the GetOpenFIleDialog opens, and I return a string to a text box called "DBPath" and when I press ok
|
| Determine Class property of object | 03 Jan 2004 01:10 GMT | 2 |
I have defined a string variable, and set it to Ole1.Class, but the value always shows as "". How can I determine the class property value for an object? Or perhaps I'm barking up the wrong tree...is the class property used to determine how to open (or activate) an
|
| Detect hyper link events in IE - onmouseover, onmouseup, or onclick | 02 Jan 2004 16:27 GMT | 2 |
I'm looking for a way to detect when the mouse pointer hovers over, or clicks on a link in Internet Explorer. I have tried creating a class using MSHTML.HTMLLinkElement but whenever I attempt to set the MSHTML.HTMLLinkElement object, I get a 429 error -
|
| forms and maybe classes too | 02 Jan 2004 16:12 GMT | 1 |
I am new to vb.net, I want to be able to add,delete and update. I am using MDI to do this, I want to add menus for adding, deleting, and update- which is done. My question is: Can I create one form and have add - pull up the form, have delete -pull up the same form as well as update ...
|
| Connection string problem | 01 Jan 2004 22:32 GMT | 1 |
I have a vb6 app, that has to connect to a Access 2000 DB. I currently have this as the connection string. Provider=Microsoft.Jet.OLEDB.4.0;Data Source=K:\Project DataBases\Databases\Morphine Pump Patients
|