Search found 15 matches

by delta69
Tue Feb 23, 2010 1:25 pm
Forum: General Discussion
Topic: Are all recent laptops and desktops x64 machines ?
Replies: 10
Views: 3199

Re: Are all recent laptops and desktops x64 machines ?

Hi,

I think that netbook's Intel Atom CPUs are 32bit only (at least for the first generation, like N270).

Regards.
by delta69
Sat Aug 01, 2009 7:44 pm
Forum: Coding Questions
Topic: Non-blocking MessageRequester ?
Replies: 6
Views: 1659

First of all, I'd like to thank eveybody for your help...

I was wondering if there was a "hidden" parameter for the MessageRequester allowing to do what I need. I'm #1 at reinventing the wheel coding 100's of buggy lines whereas the needed function already exists !

I had a look at MSDN's website ...
by delta69
Fri Jul 31, 2009 4:17 pm
Forum: Coding Questions
Topic: Non-blocking MessageRequester ?
Replies: 6
Views: 1659

Non-blocking MessageRequester ?

Hello,

I have a MessageRequester in a loop, and I'd like to display a warning message in the requester that don't stop the loop when waiting for user validation.

Is there a way to proceed without using a separate thread for the MessageRequester ?

Thanks for your help !

Regards.
by delta69
Sun Sep 28, 2008 1:46 pm
Forum: Coding Questions
Topic: Quickcam Orbit / Sphere PTZ functions
Replies: 0
Views: 932

Quickcam Orbit / Sphere PTZ functions

Hello,

I'd like to control the pan / tilt / zoom functions of Logitech webcams.

I found interesting information on Logitech's website :

http://www.quickcamteam.net/documentation/how-to/how-to-control-pan-tilt-zoom-on-logitech-cameras

Unfortunately, I'm not a DirectShow guru, nor a PB expert ...
by delta69
Sat Nov 17, 2007 6:37 pm
Forum: Tricks 'n' Tips
Topic: Wake on lan WOL (Windows only)
Replies: 16
Views: 11882

Hello,

On recent Windows versions (Vista, XP, maybe 2K), you can use the shutdown.exe command (located in the system32 directory) with /m switch to specify a remote computer.

Regards,
Nicolas
by delta69
Sun Jan 01, 2006 1:07 pm
Forum: General Discussion
Topic: Shhh!!! Fred's Christmas present..... ?
Replies: 17
Views: 4450

First of all, Happy new year everybody !

What we should also keep in mind is the future of PureBasic.
I would not like to read in this forum in a few months that Fred has decided to stop working on PB, just because he was not earning enough money to live 'decently'.

Of course, none of us like to ...
by delta69
Fri Sep 23, 2005 2:56 pm
Forum: Coding Questions
Topic: Laptop lid status
Replies: 10
Views: 2307

Hello !

If I were you, I would have a look at the MS WMI functions... I'm not sure that the one you're looking for exists, but there is a chance.

If I have time, I will have a look.

Regards,
Nicolas
by delta69
Sat May 21, 2005 12:02 pm
Forum: Tricks 'n' Tips
Topic: Capturing Audio [COMPLETE SOURCE]
Replies: 67
Views: 58772

Hello,

Very nice job !

In my case, I had to add the Waveformatex structure to the previous code to get it compiled :

Code: Select all

Structure WAVEFORMATEX 
  wFormatTag.w 
  nChannels.w 
  nSamplesPerSec.l 
  nAvgBytesPerSec.l 
  nBlockAlign.w 
  wBitsPerSample.w 
  cbSize.w 
EndStructure 
Regards,
Nicolas
by delta69
Wed May 04, 2005 8:03 pm
Forum: General Discussion
Topic: PB and PHP : Help needed please !
Replies: 15
Views: 4334

Thanks for your reply, Fred.

Due to my PB skills, I think I will wait for the command to be included in the next release ;-)

I just saw that Beach gave a tip, using a different method... I will have a try right now...

Regards,
Nicolas
by delta69
Wed May 04, 2005 7:31 pm
Forum: General Discussion
Topic: PB and PHP : Help needed please !
Replies: 15
Views: 4334

Thanks for your help Droopy, but unfortunately, it doesn't work better... :-(

Regards,
Nicolas
by delta69
Wed May 04, 2005 6:37 pm
Forum: General Discussion
Topic: PB and PHP : Help needed please !
Replies: 15
Views: 4334

PB and PHP : Help needed please !

Hello,

I'm trying to run an executable file made with PureBasic through PHP, but it does not work as it should. The result of the PB program should be displayed on a web page using PHP's passthru() function.

I built a very simple PB EXE (named console.exe, in my example, compiled as a console app ...
by delta69
Sun May 11, 2003 11:40 am
Forum: Coding Questions
Topic: Need help with WNetGetConnection_()
Replies: 4
Views: 2488

Thank you !

Hello Rings;

Thanks a lot for your help, I made a big step !

By the way, the backslash in the source string seems unnecessary.

Once again, thank you !

Regards,
Delta69
by delta69
Sat May 10, 2003 7:17 am
Forum: Coding Questions
Topic: Need help with WNetGetConnection_()
Replies: 4
Views: 2488

Thanks for your help, but...

Hello,

Thanks for your help, I appreciate... But I'm afraid I've not the necessary skills to get the WNetGetConnection_() function work without additional help ... :cry:

If someone has already used this API before, I'm really intereted in seeing source code.

Regards,
Delta69
by delta69
Thu May 08, 2003 9:49 am
Forum: Coding Questions
Topic: Need help with WNetGetConnection_()
Replies: 4
Views: 2488

Need help with WNetGetConnection_()

Hello,

I'd like to get network connection info using WNetGetConnection_() API.
I cannot get this function working... Could someone help me ?

Thanks for your help !

Regards,
Delta69
by delta69
Fri Apr 25, 2003 11:05 pm
Forum: Coding Questions
Topic: How to get UNC path from a mapped network share drive
Replies: 3
Views: 2031

How to get UNC path from a mapped network share drive

Hello,

Could someone tell me how get the UNC path from a mapped network share's drive letter ?

If I have a mapped drive called X:\, connected to \\myserver\share, I'd like to get "\\myserver\share" when giving "X:\" as parameter.

Thanks for your help !

Regards,
Delta69