Search found 7 matches

by Joey
Tue Mar 23, 2004 9:22 pm
Forum: Windows
Topic: Give IP Address in one variable
Replies: 5
Views: 2942

Is this what u meant? Cause my code puts local IP address straight to a variable if thats what u meant

InitNetwork()
InitNetwork()
ExamineIPAddresses()
AA$ = IPString(NextIPAddress())
MessageRequester("Local IP", "Local IP Address is : "+AA$+" ",#PB_MessageRequester_Ok)



I put a message ...
by Joey
Tue Mar 23, 2004 8:39 pm
Forum: Coding Questions
Topic: Saving window position so it starts in same place again.
Replies: 7
Views: 2445

Cheers, I dunno why but your method takes longer to run/compile :?

Besides sorry for mistakes like that I've only been coding for a few weeks.
by Joey
Mon Mar 22, 2004 9:26 pm
Forum: Coding Questions
Topic: Saving window position so it starts in same place again.
Replies: 7
Views: 2445

This is prob too late but I wrote 2 examples of ways of doing it, I guess it could be of use to some people

First using procedures
Procedure GetXpos()
appdir$=Space(255)
GetCurrentDirectory_(255,@appdir$)
If Right(appdir$,1)<>"\"
appdir$+"\"
EndIf

If FileSize(""+appdir$+"\Config.ini ...
by Joey
Sun Mar 21, 2004 4:33 pm
Forum: Coding Questions
Topic: Reboot
Replies: 6
Views: 2908

I found another version here the one to look at is the second to bottom one
by Joey
Fri Mar 19, 2004 5:56 pm
Forum: Coding Questions
Topic: Reboot
Replies: 6
Views: 2908

Yeah I did a search and got that but I was just wondering if you had incorperated a specific command cause that was from 2002

Cheers n e way
by Joey
Thu Mar 18, 2004 10:25 pm
Forum: Coding Questions
Topic: I need an app to open IE and display webpage.
Replies: 4
Views: 4036

you could use the Webgadget() command, look it up in your help files. Thats what I use.
by Joey
Thu Mar 18, 2004 10:13 pm
Forum: Coding Questions
Topic: Reboot
Replies: 6
Views: 2908

Reboot

Is there a command in PB to restart my computer? I'm just interested, as I couldn't find one myself.