| Thread | Last Post | Replies |
|
| Strings arrays and copymemory | 13 Jan 2005 16:54 GMT | 5 |
Dim a as string Dim b() as Byte Dim c as String a = "abcdef"
|
| Something like FindWindow? | 13 Jan 2005 15:52 GMT | 2 |
Hi, guys, let's see if someone can help me with this, i got a program that needs to do some clicking in another form, that form has 2 buttons, The first button that the caption is always the same( i got no problem finding this one using FindWindowEx ), but the second one the last ...
|
| Flatten Standard VB menu | 13 Jan 2005 11:28 GMT | 5 |
Is it possible (using API) to flatten out the standard VB menu and just draw a 1 pixel border all around? Thanks, Ivan
|
| Geting DateTime info for remote files on FTP server | 13 Jan 2005 05:07 GMT | 1 |
I am writing a speciallized FTP client. I use the functions FtpFindFirstFile and FtpFindNextFile to setup the file list present on the current directory at the FTP server. It works fine for the File names and File sizes, but I cannot get the DateTime info.
|
| Centering GetOpenFileName without a Form | 13 Jan 2005 04:32 GMT | 5 |
I have a DLL that is used by Word. GetOpenFileName is used in a number of places. When I pass the handle of a Form to the OPENFILENAME structure, GetOpenFileName gets centered over the Form.
|
| close handle of opened file | 12 Jan 2005 17:52 GMT | 5 |
is there any way to close a handle of a file in use? I want to delete some files but some of them may be in use, and I need to delete it anyway. is it possible?
|
| VB, C++ dll and callback function | 12 Jan 2005 17:48 GMT | 1 |
I created very simple dll (vc++) which has three functions (start, stop and initialization). it starts capturing sound from soundblaster and when the buffer is filled with the data, dll calls VB calback function (passed with initialization) and passes the buffer size (integer ...
|
| Key Events | 12 Jan 2005 12:55 GMT | 3 |
I am new to Win32 Api. I am developing an application. This is similar to Babylon dict. I want to show my application from task bar when user selects a word in any of the application that he is using and presses shift + Left mouse click. How do i approch this.
|
| finding string in a text file | 12 Jan 2005 04:15 GMT | 2 |
I need to find a particular string, from a text file. Can you please tall me which API, can help me? Thank you. ~Divya.
|
| WM_QUERYENDSESSION API | 12 Jan 2005 02:41 GMT | 2 |
I'm trying to catch the WM_QUERYENDSESSION message. How do I know if it's REBOOT or SHUTDOWN (POWER DOWN). I was able to get the ENDSESSION_LOGOFF but don't know how to differentiate the other two. Please help. Thanks.
|
| convert multipage tif image into seperate files | 11 Jan 2005 21:37 GMT | 1 |
I am looking to scan a large amout of documents. I believe I will end up with a bunch of documents that contain 30-50 pages. They will come from the scanner as large tif files. I would like to break them up into a tif file for each page. I'm pretty good with VB and would like to ...
|
| advapi32.dll and excryption in XP Pro | 11 Jan 2005 15:59 GMT | 2 |
Wrote a VB6 block excryption program using the API. The function declared as: Private Declare Function CryptAcquireContext Lib "advapi32.dll" Alias "CryptAcquireContextA" _ (ByRef phProv As Long, _
|
| Nummerical value of constants, e.g. FILE_ENCRYPTABLE? | 11 Jan 2005 14:57 GMT | 8 |
We need the corresponding nummerical values (DWORD) for the follwing constants. We have not been able to find them i any include structure (for Visual Studio 6.0). GetVolumeInformation.lpFileSystemFlags
|
| Change process user for app in VB 6 | 11 Jan 2005 07:03 GMT | 2 |
I`m writing VB aplication that requires to change it`s process user after typeing proper user name and password. Very impotrant to me is allow this option to every user without any additional privileges. I`ve tried with LogOnUser but under 2000 it requires
|
| Printing on a printer Device Context | 10 Jan 2005 21:37 GMT | 1 |
I am using VB6 with a control that prints its output to the printer. I am trying to add extra text, like a page header. The control has no method to allow me to do this, but it does expose the handle to the printer, just before it prints to that device context.
|