| Thread | Last Post | Replies |
|
| Boot problems after unsuccessful XP SP2 install | 31 Dec 2006 17:27 GMT | 3 |
Tried installing XP SP2. It was unsuccessful and it uninstalled itself. I can no longer boot the machine. Windows Logo appears then oges black and starts the boot process again. How can I get back to the last restore point prior to the SP2 install?
|
| Printing a rectangle | 31 Dec 2006 15:47 GMT | 3 |
First. Happy New Years to all. I am using VB6.0 SP5. I need to print a rectangle on my print out.
|
| Multi Threading Application using VB6.0 | 31 Dec 2006 12:33 GMT | 7 |
hi to all, i will be thankful to you if you provide me the best way to implement the multi threading concept using VB6.0. in present application i am using two Timers and this application is
|
| What is the best method to retrieve real date from computer? | 31 Dec 2006 00:38 GMT | 7 |
Sometimes computer has the clock set to the date, which is not a real date. What will be the best method to check that? Is there maybe some entry in the registry keeping track of the current
|
| DateTime.Now.Ticks.ToString("x") | 30 Dec 2006 15:12 GMT | 14 |
As I see, this is a function in dot.net to convert curent date in nanosecond units and than to then string. How can I do this in VB? Thank you,
|
| Microsoft Printer Compatibility Library 1.0 now available | 30 Dec 2006 15:03 GMT | 51 |
http://msdn2.microsoft.com/en-us/vbasic/bb219077.aspx Paul ~~~~ Microsoft MVP (Visual Basic)
|
| Folder Size? | 30 Dec 2006 13:19 GMT | 1 |
How to get Folder Size in bytes? I can use FileSystemObject (this is fast!), but do not want to - trying to eliminate all FSO ops. Can recurse using FindFirstFile, FindNextFile, and add file bytes but this
|
| component to manipulate files and file system | 30 Dec 2006 09:49 GMT | 2 |
I need to programmatically find files on my hard drive and change certain attributes of those files. I don't remember the component(s) to reference in the project. Would someone tell me what component and files I need to reference?
|
| Vote requested | 30 Dec 2006 06:15 GMT | 11 |
Good Morning All Some of you will doubtless have been following my various fumblings as a very raw beginner. I am making very good progress with the help of one kind regular off group. But I am very interested in the various other threads
|
| ntuser.dat file | 30 Dec 2006 06:08 GMT | 1 |
Under which circumstances the registry hive: <user name>ntuser.dat will not be updated? Jack
|
| Loading VB3 project into VB6 causes 'binary format' error | 29 Dec 2006 21:31 GMT | 6 |
I'm attempting to load a VB3 project into VB6. When i do, i get the following error for most of the forms and modules. "'LINKFORM.FRM' is in binary format and cannot be loaded into VB6.--Continue Loading Project?"
|
| How to modify label.text in a dynamically generated label | 29 Dec 2006 20:46 GMT | 8 |
I am having problems accessing properties of dynamically generated objects. Can someone please help? In a nutshell: My app creates an equal number of checkboxes and labels that share the
|
| How can a program know if it is running in the IDE? | 29 Dec 2006 20:33 GMT | 2 |
How can a program know if it is running in the IDE? Stan Hilliard
|
| Odd errors and freezing | 29 Dec 2006 15:06 GMT | 4 |
I'm throwing this out to see if it might ring a bell for anyone. I'm not sure if I have a bug in my software or something else. The symptoms are very unique:
|
| Split a 100 page doc and taking a keyword off each document | 29 Dec 2006 11:10 GMT | 2 |
I have a 100 page word document that is a mail merge. Each document we will say is a new document and a SSN is located on each doc in the same location. Is there a way to split the documnet in to single pages and create a comma delimented text file like this examle
|