| Thread | Last Post | Replies |
|
| Open/Save dialog that does NOT allow rename/delete | 29 Oct 2007 22:00 GMT | 3 |
I have been using Comdlg32 to let users open and save files from within my VB6 code. This dialog doesn't seem to have any way to prevent users from renaming and/or deleting files as they browse. I am at a point where I desperately need them to not be able to do those. Any ...
|
| Getting File Size ... | 29 Oct 2007 21:53 GMT | 3 |
Please observe the code snippet below: Private Const OF_READ = &H0& Private Declare Function lOpen Lib "kernel32" Alias "_lopen" (ByVal lpPathName As String, ByVal iReadWrite As Long) As Long
|
| Error 32 FaxSendDocument Failure | 28 Oct 2007 11:31 GMT | 3 |
We have a SBS server 2003. We have now installed (with our normal bookkeeping service) an API send fax routine who prints directly onto the fax printer (normal Windows SBS Fax Service) The fax service works perfectly when we print onto it but when we send
|
| i want code to disconnect me from the internet | 28 Oct 2007 09:53 GMT | 1 |
i have ADSL i want code to disconnect me from the internet and another code to connect me again or
|
| Iterating folders/files of a drive/directory | 26 Oct 2007 00:31 GMT | 1 |
I need to iterate through all directories/files of drive/directory. For example, if I select C: a particular function needs to iterate through all directories (Program Files, WINNT, Windows, and inside WINT\System32 etc., ) and files in all directories.
|
| GetBestInterface returns 1003 in debug mode on Windows XP | 25 Oct 2007 17:15 GMT | 2 |
I have a routine in vb to get the ipaddress of the interface of the best route to a location (see below). When I run this routine directly from the immediate window in VB6; then the function returns correctly.
|
| How to read a value from the Registry | 25 Oct 2007 17:07 GMT | 2 |
How do I get VB or VBA to read a value from the registry. I have used the C functions RegOpenKeyEx() and RegQueryValueEx() with great success but I am new to VB & VBA and cannot find the equivalent functions. Thanks in Advance
|
| Detecting the Operatiing System Fails ? | 23 Oct 2007 12:51 GMT | 1 |
In some quite mature code I make the following declaration and use the following code. The program is VB6 running under Vista.Ultimate It now returns 5 for the MajorVersion where as the system has been running successfully for some time based on the assumption that 'Version 6" ...
|
| New-File-Event in Folder | 22 Oct 2007 20:57 GMT | 4 |
How can i send a email to xxx when another user adds a new file in a folder on the server. The orders-forecast is send to my company by changing the forecast-file (xls) in 1 FTP-folder by the client.
|
| How to Know Default Mail Handler ? | 22 Oct 2007 15:31 GMT | 3 |
Dear Sir, How to Know which application is default mail handler Outlook Express OR Microsoft Outlook ? Sanjay Shah
|
| Mouse activitiy | 22 Oct 2007 05:35 GMT | 6 |
i want to lock my application if there is no mouse activity for 30/60 seconds. what is the way to do this. any one help me.
|
| I Enter my password and my b1 user Id but still wn't let me. Why? | 19 Oct 2007 12:06 GMT | 2 |
Am doing something in the Web and I let the computer running .If I dont used the computer a period of time the computer is locked. The message I had to enter my password and b1 user ID. I did enter my password and user ID. The computer say's un error password. I enter my ...
|
| Asynchronous ShellExecute or ShellExecuteEx | 18 Oct 2007 03:10 GMT | 21 |
I want to open a computer like "\\ComputerName" or open a website like "http:\\www.microsoft.com" from my VB6 app. without blocking my app. I really don't need any feedback from either function, because usually when you do a ShellExecute, Windows will give you an error if it ...
|
| System language change at runtime | 17 Oct 2007 19:58 GMT | 2 |
How i can change the system language at runtime? e.g. set from english to german. I think the SetLocelInfo API must have an answer, but i can´t find it.
|
| WinAPI macro recorder | 16 Oct 2007 16:21 GMT | 9 |
I was wondering if there is some WinAPI macro recorder out there? Preferably freeware :P I have no knowledge of API and would like something like that to help me understand more wahts going on, and give me a quick method to get a
|