Search found 29 matches

by johnfermor
Sun May 18, 2008 1:28 pm
Forum: Announcement
Topic: Execute EXE from memory Lib
Replies: 101
Views: 72784

Can command-line arguments be passed to ExecuteEXE lib? I could REALLY use the functionality.

John
by johnfermor
Sat Mar 03, 2007 10:21 pm
Forum: Tricks 'n' Tips
Topic: ISO Maker / CD/DVD Checker
Replies: 13
Views: 5063

Excellent job. This'll be great for non-Nero Burning ROM users to create ISO files for use with DaeMon Tools!

Thanks for sharing!
by johnfermor
Sat Mar 03, 2007 9:45 pm
Forum: Tricks 'n' Tips
Topic: Simple 'Automatic' Installer
Replies: 40
Views: 14822

Excellent - thanks!!
by johnfermor
Sat Mar 03, 2007 9:07 pm
Forum: Tricks 'n' Tips
Topic: Simple 'Automatic' Installer
Replies: 40
Views: 14822

AutoInstaller - Page not found

Hi

Does anyone know where I can download this tool? I appreciate that the last post was 9 months ago but all references in the thread point to:

http://www.utopiomania.com/gate/instainstaller.html

which appears to be dead. Anywhere else it can be downloaded?

Cheers

John
by johnfermor
Fri Sep 08, 2006 11:16 pm
Forum: Coding Questions
Topic: MSScriptControl - Does it work with PB4?
Replies: 22
Views: 6104

Re: MSScriptControl - Does it work with PB4?

Hello John,

johnfermor wrote:
Am I supposed to do anything other than copying the control into the 'Program files\PureBasic\Libraries' folder? Do I need to 'reference' the library in another way that I'm not aware of?

you have to restart the compiler after copying the lib into the userlib ...
by johnfermor
Fri Sep 08, 2006 10:54 pm
Forum: Coding Questions
Topic: MSScriptControl - Does it work with PB4?
Replies: 22
Views: 6104

MSScriptControl - Does it work with PB4?

Hi

I need to run a number of Vbscripts in an app I'm writing and the only (easy) way to incorporate this functionality is by using the MSScriptControl (available from http://purearea.net/ -> User libs -> MSScriptControl) - I haven't found any other way. I intend to manage users, groups, etc on a ...
by johnfermor
Mon Aug 21, 2006 10:16 am
Forum: Announcement
Topic: [NEW BOOK] Purebasic - A Beginner's Guide To Programming...
Replies: 190
Views: 68577

Come get some!!

Book looks great .. Have just placed my order!

Good Effort! :D
by johnfermor
Sat Dec 11, 2004 7:46 am
Forum: Coding Questions
Topic: Change PanelGadget Orientation?
Replies: 14
Views: 7530

Thanks guys. Just what I needed!
by johnfermor
Thu Dec 09, 2004 9:22 pm
Forum: Coding Questions
Topic: Change PanelGadget Orientation?
Replies: 14
Views: 7530

Change PanelGadget Orientation?

Hi

Is it possible to change the orientation of a panelgadget in the same way as with a VB Tabstrip? Or is this one for the WishList?

For Example;

Image

Cheers ...
by johnfermor
Wed Dec 08, 2004 12:47 am
Forum: Coding Questions
Topic: Macro recording?
Replies: 16
Views: 4015

Not one to take sides ...

But I'm with PB

He's helped me out a couple of times!

Cheers
by johnfermor
Sun Jul 18, 2004 10:31 am
Forum: Coding Questions
Topic: VB 'Simple' Combobox?
Replies: 16
Views: 4310

thefool, you are indeed a Wizard. That's pretty much exactly what I need!

I looked in the code archive and although I found several combogadget samples (coloured, owner drawn, etc) I couldn't find what I needed.

Many thanks for this and I'll look even harder next time!
by johnfermor
Sun Jul 18, 2004 10:18 am
Forum: Coding Questions
Topic: VB 'Simple' Combobox?
Replies: 16
Views: 4310

Yes I have seen some samples on the forum - thanks to you guys out there.

But can this be done? or do I have to somehow link a stringgadget with a listgadget or something?

This is a one-click operation in VB and is much needed in PB! Maybe one for the wishlist!
by johnfermor
Sun Jul 18, 2004 9:58 am
Forum: Coding Questions
Topic: VB 'Simple' Combobox?
Replies: 16
Views: 4310

Here is a screenshot of what I mean. It is a VB form with a combobox control and you can select its style (from the properties panel) to be either;

0. Dropdown Combo
1. Simple Combo
2. Dropdown List

By default when I create a combobox gadget in PB, it adopts the 'Dropdown Combo' which drops down ...
by johnfermor
Sat Jul 17, 2004 5:29 pm
Forum: Coding Questions
Topic: VB 'Simple' Combobox?
Replies: 16
Views: 4310

About 2 mins for areply .. thanks Pupil!

I have just checked the ComboBoxGadget but the list is of the drop-down variety. I need one which displays a list of the entries with the combo-part at the top of the list.
by johnfermor
Sat Jul 17, 2004 5:18 pm
Forum: Coding Questions
Topic: VB 'Simple' Combobox?
Replies: 16
Views: 4310

VB 'Simple' Combobox?

Hi everyone

Is there any way to create a 'simple' combo gadget as seen in VB?

Being a VB'er I am used to creating a combo control and setting its style property to '1 .. Simple'. What results is a fully functioning combo with a scaleable listbox-type appearance (showing a list of combo entries in ...