| Thread | Last Post | Replies |
|
| ScreenSaver API | 01 Nov 2004 00:13 GMT | 1 |
Is there a way (api, reg, etc) to get the name/path of the current screensaver? I know I can emulate if it's running or change the time before it starts, but I haven't seen anywhere where you can find the path to the actual location on the disk. If anyone can help that would be most
|
| Has anyone a new richedit.h file? | 31 Oct 2004 04:36 GMT | 5 |
I need the numeric values of ST_KEEPUNDO and ST_SELECTION. They should be in a newer version of richedit.h. I have searched already the internet and visited MSDN but no luck so far. Regards
|
| api-calls | 31 Oct 2004 03:01 GMT | 1 |
hi! i knew how to define api-calls in vb6... how do i do it in c#? say, for example, "SetWindowPos"...? thx, mike
|
| Raw Mpeg stream | 30 Oct 2004 23:28 GMT | 1 |
I have a capture card generating a mpeg data stream, and I am sending this data stream to a remote network computer. I would like to somehow display this mpeg stream in something close to "real-time" using a VB.net application. I cannot figure out how to do
|
| sending a UDT via TCP | 30 Oct 2004 20:46 GMT | 7 |
I am at a bit of a quandry here - trying to figure out how to get VB to send the entire contents of a UDT. This is in VB6. I have a simple form, and a single module. The module defines as public the UDT called scaninfo and the method scanserver. scanserver returns
|
| VB6(URGENT): Coding Secured Named Pipes | 30 Oct 2004 16:47 GMT | 1 |
Can anyone tell me how to create a "****SECURED NAMED PIPE in VB6****" (I dont want to use a NULL Security Descriptor, I want to know the usage of the ACL and SDDL in VB6.)And also , how should I set the lpSecurityDescriptor parameter after the creation of a security
|
| CD burning under XP | 30 Oct 2004 12:45 GMT | 5 |
does anyone know how to burn data waiting for burning? I have put the files into the burning directory and would like to start burning from my application. I would like to burn data automatically without user action (except insert a new CD of course).
|
| GetObject question | 30 Oct 2004 07:24 GMT | 3 |
Is there any way to put a timeout on a getobject command. I would like to be able to force getobject to abort if it doesn't return in say 1 minute. Thanks! Ron Gage
|
| determine connection type | 29 Oct 2004 23:15 GMT | 5 |
How do I determine the connection type of people connecting to my database through my VB app? They're all running windows XP. I need to know if they're connecting and transmitting data to my server through a modem, wired LAN, or wireless LAN. Any ideas?
|
| Placing a modal form on the parent | 29 Oct 2004 08:15 GMT | 2 |
I have to place a modal form on a specific spot on the parent. I have the (x,y) of a RichTextBox on the parent. So I compute Top = me.Top + rtbMain.Top + y Left = me.Left + rtbMain.Left + x
|
| Problem with SHFileOperation | 29 Oct 2004 00:30 GMT | 2 |
I have a simple function to copy a file. If I call this with the following paramerters... psFrom = C:\12345678901234567890.abc psTo = C:\12345678901234567890.xyz.abc
|
| [?] How to list processes on a remote computer? | 28 Oct 2004 23:36 GMT | 2 |
how to list processes on a remote computer? Thanks, Lucy.
|
| DecryptFile API Problem (Error 997 - Overlapped I/O in Progress) | 28 Oct 2004 21:09 GMT | 1 |
Hi Gurus I am trying to use EncryptFile and DecryptFile APIs on windows 2003 server (logged on as Admin). I can use EncryptFile with out any error but when I execute DecryptFile it gives me API error# 997 "Overlapped I/O operation is
|
| How to close a program | 28 Oct 2004 17:08 GMT | 1 |
What is the proper way to close a program via code? I've noticed that the END statement leaves forms loaded (or does that just happen in the debugger?) Even Unload (me) does not seem to work properly, (or am I getting a side effect from subclassing a window?)
|
| Error Handling explanation needed please. | 28 Oct 2004 15:48 GMT | 2 |
Why is it that I never see error handling in procedures that are using windows API? Does it slow them down or is it that these are just examples and the error handling should be added by me when I use them.
|