| Thread | Last Post | Replies |
|
| Window State! | 30 Sep 2005 06:13 GMT | 3 |
I want a VB6 application to always open in the "Restored" state when it is accessed. To do this, I set the "WindowState" property of the Form to "0 - Normal". It's working fine but when I added this application to the "Start" menu, right-clicked it, navigated to Properties & set it ...
|
| Is it possible to read registry from the SYSTEM? | 30 Sep 2005 04:01 GMT | 5 |
SYSTEM is listed in Task Manager under User Name. I understand that it is referred to the service. Normally my program makes some entries in the Windows registry under Current User account.
|
| How can i make sure | 30 Sep 2005 03:40 GMT | 12 |
If the program is already execute 1 instance, it will not run 2nd instance? thanks
|
| Set variable to property or call property | 30 Sep 2005 02:57 GMT | 14 |
Say I have a class1 with a property which is an instance of class2 In a method in class1 'should i do Sub Method1()
|
| Issue with CDO objects | 30 Sep 2005 02:52 GMT | 1 |
Dear folks, We have got an issue with the aforementioned set of objects. After have been a reinstalling about CDOSYS.DLL using regsvr32, later when we try install again appears a dialobox with the following error:
|
| Export data to excel template without opening excel | 29 Sep 2005 23:19 GMT | 1 |
Anyone know how to do this? Currently i need to open excel 1st before i can export to excel. Any example code that I can refer to? Regards, Dan
|
| Help SQL filter | 29 Sep 2005 22:41 GMT | 7 |
I have this and it is returning an error Runtime Error '3001' Arguments are of the wrong type, are out of acceptable range or are in conflict with one another. strBID is a String.
|
| Parsing CDATA section...HELP please! | 29 Sep 2005 22:36 GMT | 3 |
In VB I need to write some logic to make a call to a website and parse the return data which is in XML CDATA sections. Can anybody provide some hint as to how this might be done? Below is an incomplete sample of the XML: The CDATA sections I need reside in <RECORDS><COLS><COL> ...
|
| I need to know the ActiveX's CSID number | 29 Sep 2005 21:14 GMT | 3 |
I'm trying to insert an ActiveX in an HTML web page. It seems that I need to know the csid. My question is: ¿What's the best way to know that number? I have the .ocx working, it's on the server.
|
| Send current Access record to Word & print to specific printer. Newbie HELP!!! | 29 Sep 2005 20:02 GMT | 1 |
I am trying to set up code for access to select the current record and send this to word where it will automatically print to a specific printer. Certain fields have to be in a specific font and size as this prints to a fax gateway. Am a complete virgin to word merges from
|
| Automatically launch VB App when device is connected? | 29 Sep 2005 19:55 GMT | 4 |
I have a simple VB app that resides on an external hard drive. I want to the app to automatically launch when the hard drive is connected. How do I accomplish this? Thanks & Regards,
|
| cmd.exe shell | 29 Sep 2005 18:58 GMT | 2 |
I want to monitor users when they use cmd.exe shell under win9X/WinXP. Is it possible to know more details, like what is going on inside cmd.exe shell
|
| How to unpack a binary stream? | 29 Sep 2005 18:48 GMT | 1 |
I'm a newbie to VB6. I need to parse a binary file which contains records of various data types (like employees' information). Is there a easy way to do it like pack/unpack functions?
|
| Setting the value of a bount textBox | 29 Sep 2005 17:31 GMT | 1 |
I am new to VB.Net 2005 and would like to thank anybody in advance who may help me out. In my windows form application I am using a BindingNavagator tool strip to display values of my database fields which are bound to my
|
| Problem with displaying text in Meassage Box, and List Box | 29 Sep 2005 15:58 GMT | 4 |
I am new to Visual Basic, and trying to work the expamle problems in the book, and I am running into a problem. The text in Meassage Boxes, List Boxes and combo boxes, is not visable, or is not there. It will do it every time any of these is displayed. It will do this even ...
|