| Author |
Message |
Topic: User32.dll and menu enable/disable |
pj
Replies: 8
Views: 27774
|
Forum: Advanced Help for VDS 5 & Up Posted: Thu Sep 15, 2005 2:32 pm Subject: User32.dll and menu enable/disable |
| I got this from msdn, and would like to be able to enable and disable close minimize maximize restore option on the system menu, as well as the window widgets of a non VDS app. I can't see to work ou ... |
Topic: run windows printui.dll |
pj
Replies: 10
Views: 27097
|
Forum: General Help Posted: Wed Jun 22, 2005 9:01 am Subject: run windows printui.dll |
Bill you wrote:
According to my tools there is no IMPORT data or EXPORT data. Apparently
this dll can only be accessed thru the rundll32.exe interface.
This is the conclusion I came to yes ... |
Topic: run windows printui.dll |
pj
Replies: 10
Views: 27097
|
Forum: General Help Posted: Mon Jun 20, 2005 10:43 pm Subject: Re: run windows printui.dll |
Here is the printui.dll
Thanks for the offer to help. |
Topic: run windows printui.dll |
pj
Replies: 10
Views: 27097
|
Forum: General Help Posted: Mon Jun 20, 2005 6:40 pm Subject: Re: run windows printui.dll |
Thanks for the suggestions:
loadlib printui
%R = @lib(printui,PrintUIEntryW,STR:,"/y","/n","HPLJDual-L")
freelib printui
gives 2 errors: @operation couls not be completed and 'error cal ... |
Topic: run windows printui.dll |
pj
Replies: 10
Views: 27097
|
Forum: General Help Posted: Mon Jun 20, 2005 4:43 pm Subject: run windows printui.dll |
if I run the followint from a command window it changes the default printer
rundll32 printui.dll,PrintUIEntry /y /n "printer name"
How can I get VDS to call printui.dll directly using LOADLIB a ... |
Topic: External dll problem |
pj
Replies: 1
Views: 9114
|
Forum: General Help Posted: Fri Jun 20, 2003 3:39 pm Subject: External dll problem |
Would anyone be able to assist in establishing whether VDS 5
can work with a specific dll? I am prepared to pay anyone who can help me get this working.
Below is some of the information I have ... |
Topic: @DateTime Problem/Error |
pj
Replies: 2
Views: 12129
|
Forum: General Help Posted: Wed May 22, 2002 5:05 pm Subject: @DateTime Problem/Error |
if I run
%D = @datetime(,@dlgtext(AuthDate)
or
%D = @datetime(yyyymmdd,@dlgtext(AuthDate)
Where AuthDate has a value dd/mm/yyyy
I get an invalid date time error on NT4 but all ... |
Topic: Dialog Tabs |
pj
Replies: 2
Views: 13952
|
Forum: General Help Posted: Thu May 09, 2002 11:01 am Subject: DIALOG Tabs |
Thanks
I knew it must be simple!
PJ |
Topic: Dialog Tabs |
pj
Replies: 2
Views: 13952
|
Forum: General Help Posted: Thu May 09, 2002 10:26 am Subject: Dialog Tabs |
| I have an application with several tabs. when Iclick on one of the tabs I check if it's ok to activate that tab. If not I want to stay on the current tab and do nothing except display a warning. Th ... |
Topic: VDS and Email |
pj
Replies: 22
Views: 45700
|
Forum: General Help Posted: Sat Apr 27, 2002 8:57 am Subject: VDS and Email |
I need to specify all of
To
CC
BCC
Subject
body
attachment name
I didn't think that Mailto could do this?
I am hoping someone knows to access the MAPI mail recipient or something similar ... |
Topic: VDS and Email |
pj
Replies: 22
Views: 45700
|
Forum: General Help Posted: Fri Apr 26, 2002 9:18 pm Subject: VDS and Email |
| I know there are smtp and pop dlls available, but is there a way to send mail with an attachment using whatever the default email client is? I am writing an app that will be used at many locations whe ... |
| |