Search found 25 matches
- Tue May 18, 2004 5:59 pm
- Forum: Coding Questions
- Topic: Bandwidth Control
- Replies: 10
- Views: 2836
- Sun Mar 14, 2004 5:08 pm
- Forum: Coding Questions
- Topic: I need an app to open IE and display webpage.
- Replies: 4
- Views: 4030
Thanks srod for the quick reply 
I simply used:-
Now I can get autorun to run my exe which loads my webpage.

I simply used:-
Code: Select all
RunProgram("index.html")
- Sun Mar 14, 2004 4:20 pm
- Forum: Coding Questions
- Topic: I need an app to open IE and display webpage.
- Replies: 4
- Views: 4030
I need an app to open IE and display webpage.
I've tried making a bootable cd to open an html webpage for the disk contents but just having autorun run the .htm page won't work.
Can any1 help me out?
Thanks in advance
Can any1 help me out?
Thanks in advance

- Mon Jan 05, 2004 2:05 pm
- Forum: Coding Questions
- Topic: PB and XP
- Replies: 8
- Views: 2768
- Thu Jan 01, 2004 3:41 pm
- Forum: Coding Questions
- Topic: I need an editor gadget to wrap text.
- Replies: 3
- Views: 1788
- Thu Jan 01, 2004 1:18 am
- Forum: Coding Questions
- Topic: I need an editor gadget to wrap text.
- Replies: 3
- Views: 1788
I need an editor gadget to wrap text.
When I type into my editor gadget the text doesn't wrap when it gets to the right hand side. It keeps on going until I press the enter key making a scroll bar at the bottom.
There doesn't seem to be any flags in the designer for the ed gadget to tell it to wrap the text
Can anyone help please?
There doesn't seem to be any flags in the designer for the ed gadget to tell it to wrap the text

Can anyone help please?
- Mon Nov 24, 2003 11:11 pm
- Forum: Coding Questions
- Topic: Need help converting 'trainer' to PureBasic
- Replies: 25
- Views: 10228
- Fri Nov 14, 2003 3:16 pm
- Forum: Coding Questions
- Topic: Wildcards???
- Replies: 2
- Views: 1532
- Wed Nov 12, 2003 7:51 pm
- Forum: Coding Questions
- Topic: Wildcards???
- Replies: 2
- Views: 1532
Wildcards???
Hi,
I would like to move all the *.txt files from 1 dir to another. I'm using the RenameFile() command which works fine for single named files( RenameFile("C:\Temp\FileA.txt", "C:\Temp\FileB.txt") ).
Is there a way to use wildcards? (*.*, *.zip, *.txt etc) If not can anyone suggest a workaround ...
I would like to move all the *.txt files from 1 dir to another. I'm using the RenameFile() command which works fine for single named files( RenameFile("C:\Temp\FileA.txt", "C:\Temp\FileB.txt") ).
Is there a way to use wildcards? (*.*, *.zip, *.txt etc) If not can anyone suggest a workaround ...
- Fri Nov 07, 2003 2:11 pm
- Forum: Coding Questions
- Topic: Need help to TRY and write a messenger type of App.
- Replies: 1
- Views: 1108
Need help to TRY and write a messenger type of App.
I want to try and write an app to transfer files and messages a bit like messenger. I'd just like to send files and messages to my brother and vice-versa. I want to do this because MS Messenger is a pain in the arse. I tell it NOT to connect but when I open an internet connection up pops a hotmail ...
- Tue Oct 28, 2003 11:08 pm
- Forum: Coding Questions
- Topic: How do you save the contents of an editor gadget?
- Replies: 3
- Views: 1420
- Tue Oct 28, 2003 6:10 pm
- Forum: Coding Questions
- Topic: How do you save the contents of an editor gadget?
- Replies: 3
- Views: 1420
How do you save the contents of an editor gadget?
I've managed to open a textfile and show the contents of it in an editor gadget. But once I've edited the file I can't seem to save it.
What's the easiest way to write the contents of an Ed Gadget?
Cheers
What's the easiest way to write the contents of an Ed Gadget?
Cheers
- Sun Oct 26, 2003 11:49 pm
- Forum: Coding Questions
- Topic: Trouble with arrays
- Replies: 2
- Views: 1988
- Sun Oct 19, 2003 7:48 pm
- Forum: Coding Questions
- Topic: I need help with treeview and jpeg's.
- Replies: 11
- Views: 3158
- Sun Oct 19, 2003 1:39 pm
- Forum: Coding Questions
- Topic: Image wont show up on a panel
- Replies: 0
- Views: 973
Image wont show up on a panel
I've created a panel gadget with an image gadget on it but the image seems to be displaying behind the panel and not on it :roll:
I found out by resizing the panel.
How do I get the image on top?
BTW In the designer under panel>tab 1> there is my image gadget, so it should be on the right panel ...
I found out by resizing the panel.
How do I get the image on top?
BTW In the designer under panel>tab 1> there is my image gadget, so it should be on the right panel ...