forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Search found 29 matches
forum.vdsworld.com Forum Index
Author Message
  Topic: Check the status of a task???
Woody

Replies: 4
Views: 19240

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Apr 14, 2006 3:16 pm   Subject: Re: Check the Status of a task???
I think this is getting close to ironed out...


#DEFINE FUNCTION,MemUsage

# Get the current memory usage for the application
%%CurrentUsage = @MemUsage()
# Check to see if the ...
  Topic: Check the status of a task???
Woody

Replies: 4
Views: 19240

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Apr 14, 2006 2:48 pm   Subject: Re: Check the Status of a task???
Hey everyone,

I found a way to do it below is an example.


runh tasklist.exe /FI @chr(34)IMAGENAME eq notepad.exe@chr(34) /FI @chr(34)STATUS eq not responding@chr( ...
  Topic: Check the status of a task???
Woody

Replies: 4
Views: 19240

PostForum: Advanced Help for VDS 5 & Up   Posted: Thu Apr 13, 2006 4:20 pm   Subject: Re: Check the Status of a task???
Hey everyone,

I found a way to do it below is an example.


runh tasklist.exe /FI @chr(34)IMAGENAME eq notepad.exe@chr(34) /FI @chr(34)STATUS eq not responding@chr( ...
  Topic: Check the status of a task???
Woody

Replies: 4
Views: 19240

PostForum: Advanced Help for VDS 5 & Up   Posted: Thu Apr 13, 2006 3:39 pm   Subject: Check the status of a task???
I saw this question posted once before but there were no replies to it so here goes.

Does anyone know of a way in VDS or via using windows API to get the staus of a task. I need the ability to wai ...
  Topic: Search Directory Tree for Files API
Woody

Replies: 3
Views: 14033

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Mar 18, 2005 5:27 pm   Subject: Search Directory Tree for Files API
Works with VDS 5


external vdsflist.dll
#DEFINE command,flist
#DEFINE function,flist
flist flags,FS
flist list,c:,test.txt,ahrs*
flist save,templist.txt
  Topic: Search Directory Tree for Files API
Woody

Replies: 3
Views: 14033

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Mar 18, 2005 5:07 pm   Subject: Search Directory Tree for Files API
Hmmm.... trying out vdsflist in the vdsdll and unable to get the example or a little code of my own to work in VDS 5.


external vdsdll.dll
#DEFINE command,dll
#DEFINE function,dll
dll f ...
  Topic: Search Directory Tree for Files API
Woody

Replies: 3
Views: 14033

PostForum: Advanced Help for VDS 5 & Up   Posted: Thu Mar 17, 2005 5:05 pm   Subject: Search Directory Tree for Files API
Hello again everyone,

I was checking out CodeScript's SearchTreeforFile and this tool works great searching for one file. However it does not support wildcards or return more then one search result ...
  Topic: GIF Support? DLL available?
Woody

Replies: 5
Views: 12151

PostForum: General Help   Posted: Wed Mar 16, 2005 7:04 pm   Subject: Animated BMPs
Hello Everyone,

I am posting the following code as an example of how you can obtain an animated BMP in you VDS application. Very Happy

Thanks!



Title Animated BMP
DIALOG CREATE,Animated BMP ...
  Topic: GIF Support? DLL available?
Woody

Replies: 5
Views: 12151

PostForum: General Help   Posted: Fri Mar 11, 2005 8:11 pm   Subject: GIF Support? DLL available?
The only real issue with using the browser controls to display an animated gif is in doing so it then causes the layout to be rather messy. I would rather find a better solution.
  Topic: GIF Support? DLL available?
Woody

Replies: 5
Views: 12151

PostForum: General Help   Posted: Fri Mar 11, 2005 7:50 pm   Subject: GIF Support? DLL available?
Hello Everyone,

Does anyone know of an external dll to allow the support of animated gif files in VDS 5?

Thanks,
  Topic: [resolved] Table issues with multiple dialogs?
Woody

Replies: 2
Views: 8322

PostForum: General Help   Posted: Tue Dec 30, 2003 9:45 pm   Subject: [resolved] Table issues with multiple dialogs?
I think you've set the fieldseperator to a space.

Thanks Skit!

Sure enough I had changed the fieldseperator to @tab() to parse strings. However I never set it back to default.. Once that task wa ...
  Topic: [resolved] Table issues with multiple dialogs?
Woody

Replies: 2
Views: 8322

PostForum: General Help   Posted: Tue Dec 30, 2003 3:19 am   Subject: [resolved] Table issues with multiple dialogs?
Hello Everyone,

I am attempting to create a click event with a table involving two dialogs. It of course works fine with event() but with event(D) it errors out.

Error: Label "TABLE1CLICK 0" ...
  Topic: VDSDB w/ port number
Woody

Replies: 3
Views: 17652

PostForum: Product Support   Posted: Thu Nov 13, 2003 3:43 pm   Subject: VDSDB w/ port number
I have discovered that I can just create the necessary registry keys for the ODBC Data Source and bypass using the DB SETUP command. Or simply use the DB SETUP command then edit the registry key to p ...
  Topic: VDSDB w/ port number
Woody

Replies: 3
Views: 17652

PostForum: Product Support   Posted: Sun Nov 09, 2003 8:34 pm   Subject: VDSDB w/ port number
Hello All,

I am attempting to utilize Tommy's vdsdb.dll to connect to a remote database. In order to do so I must specify the port. I see the odbc data source creates properly (all but the port n ...
  Topic: Windows API - Using the @sendmsg Command
Woody

Replies: 5
Views: 15356

PostForum: Advanced Help for VDS 5 & Up   Posted: Thu Nov 06, 2003 4:58 pm   Subject: Windows API - Using the @sendmsg Command
Hello again Smile

I do have the class name of the edit box I am attempting to gather the data from. However I recieve the error "Invalid Parameter to command"

%A = @sendmsg(@WINEXISTS(#RichEdit20 ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group