| Thread | Last Post | Replies |
|
| Application running | 11 Apr 2005 07:02 GMT | 2 |
Is there a way to determine if a windows application is running, if it is to give it focus, if not to load it and then give it focus
|
| UserControl and Set anomaly | 11 Apr 2005 05:36 GMT | 2 |
There's either something weird going on with my code or it's just my lack of understanding. Hopefully someone can shed some light. I wrapped an ActiveX control into my own UserControl. Then I ran into this oddity:
|
| Mimic Taskbar Properties | 11 Apr 2005 05:05 GMT | 5 |
I am writing an application that I would like to have taskbar like qualities. I.e Ttaht is is always on one of the borders of the screen is always on top and that when you maximize another program my prgram will not cover the other program but rather the other program will be
|
| Text importer | 11 Apr 2005 02:54 GMT | 17 |
Friends, I am a VB6 user and would like to write a piece of code that will be used to import text files whose fields are at different characters long. I want my users to be able to set the length of individual fields, something similar
|
| How can I run code in one Module from another Module or Form ? | 11 Apr 2005 01:03 GMT | 3 |
I want to put some standard routines in a single module and be able to access them from other modules or Forms. How can I do this? Thanks for any help. tmb
|
| search for an text in a RichTextBox | 10 Apr 2005 19:30 GMT | 3 |
Can someone help me how I can search for an text in a RichTextBox and when the code find the text I search for it will copy the 10/line below into a text file!!! Please help!
|
| VB6 IDE - how can I put [Close Windows] in the [Window] menu? | 10 Apr 2005 18:38 GMT | 3 |
VB6 IDE - how can I put [Close Windows] in the [Window] menu? My desktop has it there but my laptop does not. Stan Hilliard
|
| File properties in Windows/XP | 10 Apr 2005 11:47 GMT | 6 |
Windows/XP shows a number of properties for a file, including Subject, Title, Author, Keywords, Comments. Is it possible to access these properties from a VB6 program?
|
| Keyboard Lock? | 10 Apr 2005 05:14 GMT | 1 |
Keyboard Lock? Here's what I want to do: I'm taking a Windows 98SE laptop to a swapmeet. I have some demos set up and want to prevent people
|
| how to show from two in form one picturebox | 10 Apr 2005 02:37 GMT | 1 |
Say in my visual basic 6 application i have two forms (FormA and FormB). In formA i have a picturebox control and fromB is a borderless form and contains nothing. What i want to do is show formB in formA's picturebox, can this be done.
|
| printing in text mode | 10 Apr 2005 02:06 GMT | 2 |
I have a problem. I use the Print object to send text to the printer. Over a network it takes about 3 min. I tried saving the text as a file and send it using the copy command from the command prompt "copy mytext.txt lpt1". The printer almost instantly starts printing. I really ...
|
| How do I find the sum of large HEX numbers | 10 Apr 2005 00:48 GMT | 6 |
I am attempting to manipulate a data-base each record of which consists of 92 bytes. The checksum is calculated by adding together 22 sets of 4 bytes in the form of hex numbers.
|
| Even BETTER good news | 09 Apr 2005 22:48 GMT | 1 |
It's just 10 weeks to DreamHack summer 2005 The biggest and best Lan Party, So says 'Guiness' (another saver) It's starts a Thursday morning and closes 3 days later, (I mean; talking about 3 days)
|
| DLL use with API hooks for global use | 09 Apr 2005 22:43 GMT | 6 |
I am using an API hook in an application but want it to still operate when the application is minimised. Accprding to the API documentation, the ThreadID is set to zero but the return procedure has to be in a DLL. I have used API DLL's before (obviously if I've got a hook ...
|
| How do I reset the user type which is array | 09 Apr 2005 19:35 GMT | 2 |
Friends, I have defined the following Type Private Type GoldFields strField As String
|