| Thread | Last Post | Replies |
|
| When Windows comes out of the Hibernate State | 12 Apr 2004 14:36 GMT | 1 |
We are working in VB6 with Windows 2000. We wish to launch an application when a PC comes out of the hibernate state, something equivalent to Run and RunOnce type of registry keys that gets triggered when Windows is restarted.
|
| button is same? | 12 Apr 2004 12:43 GMT | 5 |
How can I tell if the same button on a form has been pressed, Ive tried .focused but that does not seem to work... Thankyou Mick C
|
| Converte HEX to DEC | 12 Apr 2004 12:06 GMT | 2 |
Sorry, i'm a litle newbie I want to convert some HEX numbers to DECimal ones but i can only find the function hex() that make the oposite :( is there a function to converte HEX>DEC ???
|
| Random number in VB | 12 Apr 2004 07:22 GMT | 4 |
I am trying to produce an output of random number within an for loop. The syntax is as follows: ArrRandNum(i) = Int(9 * Rnd + 1) The number is generated randomly and copied into an array. My problem
|
| copy vb6 grid to excel spreadsheet | 12 Apr 2004 03:03 GMT | 2 |
Hi all.... does anyone have code to copy a vb6 grid to an excel spreadsheet?? Thanks.... Anthony
|
| How to read a Binary file | 12 Apr 2004 00:37 GMT | 5 |
Hi everybody !! I am trying to read a binary file using button (click the button).. some ona can tell me how to do it.. size ( 224, 44, 70)
|
| LiveLink/ CONTRACT/ IMMEDIATE | 12 Apr 2004 00:03 GMT | 1 |
OMNI GROUP tgugger@buckeye-express.com 419-380-8853 POSITION: Livelink
|
| reg file in Package & Deployment Wizard | 11 Apr 2004 21:23 GMT | 2 |
I've added a reg file to the PDW to automatically alter the registry. Now I'm getting this error message about the reg file is invalid when the package & deployment wizard is creating the setup files. I tried version 4 and version 5 registry files. But I'm still getting the error. ...
|
| Resizing an MSFlexGrid | 11 Apr 2004 18:04 GMT | 4 |
I have an MSFlexGrid which I would like to resize when the form is resized. I have tried: Private Sub Form_Resize()
|
| Excel basic Macro help? | 11 Apr 2004 14:22 GMT | 2 |
Dear Excel experts, I am trying to build a macro in excel (I think that is what it is called) to perform some functions for me on excel. I don't really know how to do this, and was hoping someone could write a quick code for me that does what I am
|
| norton ghost | 11 Apr 2004 07:51 GMT | 1 |
|
| Question about Saving and loading to disk | 11 Apr 2004 00:10 GMT | 2 |
I am very familiar with saving and loading to disk, but I have a question. I made a text game that saves and loads from an INI file that I made. I've got this to work, but with about 50 million lines of code too many. Is there a way to save to a text file on any line I choose, not ...
|
| Sorting of Sorts <sorry for cross-posting> | 10 Apr 2004 21:06 GMT | 2 |
Sorting Ascending/Descending is rudimentary to say the least... I'm trying to build a word list from documents and I need to do the following types of sorts: 1) Ascending (not much of a problem here)
|
| Looking for VB Developer in Southern California | 10 Apr 2004 18:02 GMT | 1 |
I am looking for a VB person who can review, analyze and modify programs including encoding, debugging, testing and install the application system. The person must be able to consult with clients to identify current operating procedures and must be able to clarify
|
| RichTextBox Colors | 10 Apr 2004 17:03 GMT | 3 |
Hi, I have some difficulties when adding text to a (multiline)richtextbox, to change the color of that line only. Changing colors on parts of text you want, need to be selected to change color. So I need to create a code that selects the text I just
|