| Thread | Last Post | Replies |
|
| How to retrieve stack info? | 21 Oct 2004 04:03 GMT | 1 |
Is there a way to retrieve stack info in VB6 app? Visual Studio does provide a strack trace until. Thanks.
|
| choose sound card | 21 Oct 2004 03:38 GMT | 2 |
Anyone please help me i have two sound card in my computer and i want to select it from code. Just give me name of function. Thank u for ur help
|
| Checking for Windows Installer | 21 Oct 2004 01:12 GMT | 2 |
Does anyone know how I can check using VB 6 if windows installer is already installed on the targeted machine? If not, I need to manually install it silently from within my application. Thanks
|
| How to use CallWindowProc for a function that returns a Double? | 20 Oct 2004 23:57 GMT | 11 |
Firstly, thanks for taking the time to read this post. Can someone please tell me how I can use the CallWindowProc WinAPI function within Visual Basic to call another function that returns a Double ? I have managed to use it to call functions that return a
|
| paste clipboard to MS Paint | 20 Oct 2004 22:07 GMT | 1 |
I need to paste what is in the clipboard to MS Paint from VB and save it as a jpg. How do I do this? Or can I just save the clipboard as a jpg file from VB?
|
| BitBlt question ? | 20 Oct 2004 22:02 GMT | 1 |
Using BitBlt API I am trying to copy Image1 to Picture1. The question is: How do I get the handle of the Image1 as the source ? Thanx in adbvance
|
| [?] EnumProcesses vs. CreateToolhelp32Snapshot | 20 Oct 2004 18:28 GMT | 1 |
What's the difference in usage aforementioned functions? I don't going to work with win9x. Thanks, Lucy.
|
| Control on form like browser | 20 Oct 2004 16:45 GMT | 7 |
Vb v 5.0 - Win 2000:- Is it possible to create a control on a Form (which will have additional controls on it) which contains a display like that of the Common Dialogue BrowseFolder [the Folders Pane of Windows Explorer] and provide for the
|
| Calling functions vs Sending Messages | 20 Oct 2004 14:29 GMT | 4 |
This is something that has always bugged me about windows programming. Maybe it belongs in a Windows Programming group, but here goes, in case someone wants to answer. Why does windows sometimes force me to use a function, and sometimes to send
|
| Balloon ToolTip | 20 Oct 2004 01:49 GMT | 2 |
I've read many articles about this feature, but I can't find any article that can handle tooltips events. They only teach how to make it. I want to create a ballon tooltip that can raise an event when user click the balloon. Can you tell me how to do it ? Or at least, where I can ...
|
| Got time-out error with Inet. | 19 Oct 2004 20:45 GMT | 1 |
I'm trying to use Inet to get some files from a web server, but I got a "Request timed out". Does anyone know what the reason is and how to solve it? Thanks.
|
| Getting rid of the Carat in a RichTextBox | 19 Oct 2004 19:17 GMT | 2 |
I have subclassed a RichTextBox so that I can do things that I couldn't do with properties and methods. The only messages I need to capture are WM_PAINT and WM_LBUTTONDOWN and WM_RBUTTONDOWN. All others are sent to the original WNDPROC.
|
| Can I detect a file lock? | 19 Oct 2004 11:55 GMT | 1 |
Is there an API which I can use to detect whether a file is locked? (Our most common environment is NTFS under Win2K / XP / 2003. But is this critical? Sometimes we'll need to check files on a UNIX box via a SAMBA file share.)
|
| very slow with Terminal Server / WServer2003 | 19 Oct 2004 10:12 GMT | 7 |
My software runs fine with TSE using a Win2000 server but not with WS2003. It's very slow when using graphical API functions. There's no prob running directly the app on WS2003 PC. What's up???
|
| ...Simulating toolbar in AutoCad... | 19 Oct 2004 09:54 GMT | 2 |
I'd like to programm a form wich will be always on top of AutoCad and at the same time having simultaneous focus with Acad main window. First part I did with SetWindowPos but get stuck with second ( focus ) part... Any hints?
|