| Thread | Last Post | Replies |
|
| Save Web Page to DB | 15 Mar 2005 16:18 GMT | 3 |
I am looking for a way to save the entire content of a web page in my SQL database and then redisplay the page to a user when the record is clicked in VB6. The content of the actual web page changes based on criteria supplied by the user, but the initial contents captured will ...
|
| Where does VB 6 store Project Explorer window settings? | 15 Mar 2005 15:59 GMT | 4 |
I cannot get my Project Explorer window to dock. I am running a 2 monitor system and I am suspicious that VB has remembered an "illegal" size or location for the window and I would like reset/examine the settings. Where do I find these settings?
|
| ExitWindowsEx question | 15 Mar 2005 15:14 GMT | 12 |
I'm wondering if anyone else has seen the ExitWindowsEx act the following way. I created the small application laid out in the knowledge base article supplied in the MSDN that came with my VB6 titled HOWTO: Programmatically
|
| Rereading a text file | 15 Mar 2005 14:53 GMT | 9 |
Is there a way to reread a text file without closing and opening it again? I'm using the FileSystemObject's OpenTextFile method to open the file. -Dan
|
| LDAP and AD | 15 Mar 2005 14:52 GMT | 1 |
I'm creating a small app that accesses our Active Directory and creates a new user and sets the properties of the new user. I think I half-way have a handle on things but I'm being held back by LDAP (or is our AD the problem?)
|
| Code for Initial Caps | 15 Mar 2005 14:41 GMT | 1 |
Dear Rick, Thank you very much for your response. I have used the code you have given. But it is not coming when there is '.' e.g., "R.rick" should come as "R.Rick". If you have any solution please forward.
|
| source code control recommendations | 15 Mar 2005 14:33 GMT | 1 |
I have an opportunity to bring a quality source code control tool into my company's development process. We are currently using an ancient version of Starbase, and I'm not impressed enough with it to necessarily want to upgrade to the latest version. Visual Source Safe has ...
|
| App not working under Windows 2000 | 15 Mar 2005 14:17 GMT | 6 |
I've developed an application under WinXP SP2, VB6 SP6 and I reference MSXML4 using late binding (ie. CreateObject("MSXML2.DOMDocument"), etc. Works fine on my development machine. I then prepared a clean Windows 2000 Pro SP2, IE5 and installed my
|
| VB6 Bit Manipulation | 15 Mar 2005 14:15 GMT | 5 |
I am writimg a programme that requires bit manipulation. A brief description is in order: 32 bits are collected and the value of each 4 bits(values 0-F) are output as ascii characters (0-9,A-F).
|
| Undo and redo? | 15 Mar 2005 12:33 GMT | 2 |
Just hoping someone here might have some bright ideas on how to implement undo and redo in a VB6 program ... I'm working on an app that works with a discrete set of data, which can be manipulated on-screen by the user. All the data is wrapped in
|
| Source of some graphics for my project | 15 Mar 2005 11:45 GMT | 4 |
Does anyone know where I might download some graphics to place on my form, specifically some on/off switches and a 5 position barrel switch? Transparent or stock-standard grey backgrounds? Royalty free preferred.
|
| Error trapping problem | 15 Mar 2005 11:06 GMT | 3 |
Hi, below is a section from a Form_Load event in my application, the background to my problem is this: I wanted to cut out a couple of functions from the app and created an DLL for them, that part works fine. The problem now is how to implement it among 50 to 100 users around ...
|
| ClearType fonts and VB6 | 15 Mar 2005 10:47 GMT | 2 |
How can I enable ClearType fonts in my VB6 program, or can I? I'm using default font (MS Sans Serif) in my controls. I tried to change it to "Microsoft Sans Serif", and it works fine in XP, but when I use program in Windows 98 machine, there is some weird font.
|
| Newb: Giving initial value and raising up | 15 Mar 2005 10:27 GMT | 1 |
I've got a simple question. How do i give an initial value to an integer? And i want to raise this value up (+1) when pressing an button??? Thx in advance D.J.C.J v/d Bosch
|
| Emulate Mouse Click in VB 6.0 Code | 15 Mar 2005 10:22 GMT | 6 |
I have a program that runs either with a GUI or without the GUI. If the user runs the program from the Command Line with arguments I hide the form. I know there's a way to programatically "click" a Command button but I just don't know how to do it. I've searched this forum but ...
|