| Author |
Message |
Topic: Console app and GUI app without console popping up |
dangt
Replies: 7
Views: 24242
|
Forum: General Help Posted: Tue Apr 08, 2014 2:52 pm Subject: Console app and GUI app without console popping up |
I figured a way around this. Here is a sample code. You need to compile as integrated console executable.
if you run the programing with any command parameters then it will print "-help di ... |
Topic: Console app and GUI app without console popping up |
dangt
Replies: 7
Views: 24242
|
Forum: General Help Posted: Mon Apr 07, 2014 11:55 pm Subject: Console app and GUI app without console popping up |
cnodnarb...sorry I wasn't clear...I'm compiling this as a console executable.
When I do that the console will always appear if I double click the executable. |
Topic: Console app and GUI app without console popping up |
dangt
Replies: 7
Views: 24242
|
Forum: General Help Posted: Mon Apr 07, 2014 11:09 pm Subject: Console app and GUI app without console popping up |
I found that I can hide the window by issue this command
WINDOW HIDE, #ConsoleWindowClass
Does anyone else have a better way? |
Topic: Console app and GUI app without console popping up |
dangt
Replies: 7
Views: 24242
|
Forum: General Help Posted: Mon Apr 07, 2014 11:00 pm Subject: Console app and GUI app without console popping up |
Is there a way to hide the console with I'm using the GUI?
Thanks
Dang |
Topic: Inter-process Communications with VDS |
dangt
Replies: 5
Views: 17446
|
Forum: General Help Posted: Wed Nov 18, 2009 7:10 pm Subject: Inter-process Communications with VDS |
| I'll look more into localhost UDP. At the moment I'm trying namepipes. |
Topic: Inter-process Communications with VDS |
dangt
Replies: 5
Views: 17446
|
Forum: General Help Posted: Wed Nov 18, 2009 5:54 pm Subject: Inter-process Communications with VDS |
| Can anyone provide sample codes for Inter-process Communication between 2 VDS programs? |
Topic: vds program that returns a return code |
dangt
Replies: 9
Views: 30029
|
Forum: General Help Posted: Mon Oct 19, 2009 3:11 pm Subject: vds program that returns a return code |
| Thanks dragonsphere! That would work. |
Topic: vds program that returns a return code |
dangt
Replies: 9
Views: 30029
|
Forum: General Help Posted: Thu Oct 15, 2009 10:25 pm Subject: vds program that returns a return code |
How can I write a vds program that will return a DOS return code?
For example, when the program completes successfully it will return 0 else it will return 1. |
Topic: Combo box + save style |
dangt
Replies: 4
Views: 15690
|
Forum: General Help Posted: Tue Aug 25, 2009 6:52 pm Subject: Combo box + save style |
ic
Thanks DS |
Topic: Combo box + save style |
dangt
Replies: 4
Views: 15690
|
Forum: General Help Posted: Tue Aug 25, 2009 5:45 pm Subject: Combo box + save style |
How do I use the combo box save style? I want to save to an INI file.
Do I have to use this inconjuction with Click style?
SAVE <name> [VDS6] The element will automatically save and restore ... |
Topic: Goto command within an IF statement |
dangt
Replies: 13
Views: 30414
|
Forum: General Help Posted: Mon Aug 24, 2009 7:35 pm Subject: Goto command within an IF statement |
| arcray, can you post a sample code that would fail? |
Topic: Goto command within an IF statement |
dangt
Replies: 13
Views: 30414
|
Forum: General Help Posted: Mon Aug 17, 2009 4:28 pm Subject: Goto command within an IF statement |
IF ()
...
GOTO a
ELSE
...
GOTO b
END
Will my code have issues if I put a GOTO command within an IF statement?
Since the END is never reached. Will I ever get a Command nested too ... |
Topic: c++ dll that generate VDS event |
dangt
Replies: 6
Views: 50275
|
Forum: Advanced Help for VDS 5 & Up Posted: Mon Jun 29, 2009 4:13 pm Subject: c++ dll that generate VDS event |
Thanks ds for the code.
I'm looking at the example code and it occurred to me that I need to call my dll using "external" instead of "LoadLib" if I want to generate an event. I ... |
Topic: c++ dll that generate VDS event |
dangt
Replies: 6
Views: 50275
|
Forum: Advanced Help for VDS 5 & Up Posted: Fri Jun 26, 2009 8:13 pm Subject: c++ dll that generate VDS event |
| Can someone post example of how to create a dll in C/C++ that generate a VDS event? |
Topic: getting return code without waiting |
dangt
Replies: 1
Views: 10301
|
Forum: General Help Posted: Thu Jun 18, 2009 10:33 pm Subject: getting return code without waiting |
How can I get the DOS return code without having to wait.
for example:
run programX and don't wait for it to exit
do other things
get the return code once programX exit |
| |