| Thread | Last Post | Replies |
|
| UDT and null terminating strings | 20 Aug 2004 10:42 GMT | 6 |
How to define the UDT so that in a file with three null terminating strings I can read in the strings separately. The strings can be of what ever length ie. not fixed length strings. Using the following
|
| Record, format, and save WAVs in VB | 19 Aug 2004 21:33 GMT | 2 |
Is there a better way than what i've done below? I've spent some time trying to find reliable and useful VB code with or w/o a reliable and useful DLL function that can record and save WAVs without requiring a huge setup package or the newest media player
|
| Need help with API | 19 Aug 2004 00:46 GMT | 2 |
I need to find away to get text from textboxes off a commercial program.I want to be able to extract this info and put it in my own prog, saving me re typing it. I have a Program called Maximizer and when you double click a client ,their
|
| WriteLine | 18 Aug 2004 17:17 GMT | 5 |
How might the FileSystemObject object achieve the WriteLine method using API functions? Anyone knows?
|
| Are Metafiles the Spawn of Satan? | 18 Aug 2004 15:25 GMT | 1 |
I've tried, Lord knows I've tried. I've read (thanks Mike for some great tutorials http://www.mvps.org/EDais/) I've surfed (tried every combination of keywords).
|
| What is my IP, when i have conecction to Internet | 18 Aug 2004 12:08 GMT | 1 |
Wath is my IP, whend i have coneection to internet (I have a IP, but is the LAN). Who is IP was stored for my Internet Provider? Thaks for all
|
| Window/Process | 18 Aug 2004 11:45 GMT | 4 |
Ifi have Private Declare Function GetForegroundWindow Lib "user32" () As Long how du i get the process number or name that owns the window?
|
| Dumpbin | 17 Aug 2004 16:51 GMT | 1 |
Can anyone explain what Dumpbin is?
|
| size of border of textbox | 17 Aug 2004 13:58 GMT | 1 |
simple one this ... I'm creating a combo-like tool using a text box and command button. I'm using the GetSystemMetrics(SM_CXBORDER), GetSystemMetrics(SM_CYBORDER) to try and determine how wide the borders of the text box is so as to position
|
| EZVIDCAP help | 17 Aug 2004 10:36 GMT | 5 |
is it possible to use ezvidcap to stream video/audio to another computer on the net ? thanks
|
| How to get the file date of a jpg file? | 17 Aug 2004 09:03 GMT | 6 |
I'd like to rename my jpg pictures as follows: YYYY-MM-DD hh.mm.ss.jpg but I don't know how to get the filedate of the jpg-file. Any ideas? Tom
|
| Registry Entries By User ASAP PLEASE | 16 Aug 2004 20:57 GMT | 1 |
I have an application which we have launched in house. Originally I stored the variables for our program under HKEY_LOCAL_MACHINE as it was installed on each individual pc. We are
|
| Dir Browser - Can't close it | 16 Aug 2004 16:50 GMT | 1 |
My Vb application opens a browser from which to select a directory The code I am using (C. Terry Kreft) but slightly modified is shown below. Problems 1. The original code will open the browser more than once
|
| i guess i don't understand the OOP style :( | 16 Aug 2004 15:00 GMT | 9 |
hi, i just on the way to OOP...hopefully. face one simple problem. basically, i define a public type in a module A file. eg.
|
| Rectangle | 16 Aug 2004 14:03 GMT | 2 |
I have seen this both ways on web pages and I've tried both but I keep getting an error message when I run it. Compile Error: Expexted variable or procedure, not module
|