Search found 85 matches

by PWS32
Thu Nov 08, 2007 11:11 am
Forum: Mac OSX
Topic: Runprogram Terminal apps
Replies: 1
Views: 2705

Runprogram Terminal apps

Hi,

im using this "ping -c1 192.168.1.1 > ./ping.txt" in a terminal and its works fine

im try this in pb "RunProgram ("ping -c1 192.168.1.1 > ./ping.txt")" and have not a result

hoto can using shell apps by pb?
by PWS32
Wed Oct 11, 2006 11:12 pm
Forum: Tricks 'n' Tips
Topic: Kiosk System
Replies: 31
Views: 21760

Kiosk System

with this code (PB4.0) you can realize a kiosksystem
this sample start a new Desktop without taskbar or desktopicons, build a window with the new desktopname and start a external program,
the best is: you cant interupt or kill this desktop not with the taskmanager, you can kill this desktop only ...
by PWS32
Wed Oct 11, 2006 10:20 pm
Forum: Coding Questions
Topic: Another Problem with VB to PB
Replies: 1
Views: 973

Another Problem with VB to PB

the mainproblems are mark with " <-- please tranlate to PB "
need help to translate this lines to PB


Private Type STARTUPINFOW
cbSize As Long
lpReserved As Long
lpDesktop As Long
lpTitle As Long
dwX As Long
dwY As Long
dwXSize As Long
dwYSize As Long
dwXCountChars As Long
dwYCountChars ...
by PWS32
Wed Oct 11, 2006 9:45 pm
Forum: Coding Questions
Topic: GetDesktopName
Replies: 3
Views: 1269

Hi srod and ts-soft, many thanks! this works fine for me
by PWS32
Wed Oct 11, 2006 8:55 pm
Forum: Coding Questions
Topic: GetDesktopName
Replies: 3
Views: 1269

GetDesktopName

Hello, please help me to translate this VB Code to Purebasic


Public Function GetDesktopName() As String
Dim hDesktop As Long
Dim lR As Long
Dim lSize As Long
Dim sBuff As String
Dim iPos As Long

hDesktop = OpenInputDesktop(0, False, DESKTOP_READOBJECTS)
If Not (hDesktop = 0) Then
lSize ...
by PWS32
Wed Sep 06, 2006 7:49 am
Forum: Coding Questions
Topic: GetAdaptersInfo
Replies: 6
Views: 4717

Hi,
im have found this code here in this Forum and have the code a little bit extended

; http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iphlp/iphlp/getadaptersinfo.asp
; with the help of IPHlpAPI.inc from the Powerbasic include-file for the structures
; Microsoft isn´t quite a ...
by PWS32
Wed Sep 06, 2006 7:48 am
Forum: Coding Questions
Topic: static or dhcp
Replies: 2
Views: 1459

Hi,
im have found this code here in this Forum and have the code a little bit extended

; http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iphlp/iphlp/getadaptersinfo.asp
; with the help of IPHlpAPI.inc from the Powerbasic include-file for the structures
; Microsoft isn´t quite a ...
by PWS32
Tue Sep 05, 2006 8:10 am
Forum: Coding Questions
Topic: GetAdaptersInfo
Replies: 6
Views: 4717

Hi ts-soft and Dare
many thanks for your help!, now runnig this code
by PWS32
Tue Sep 05, 2006 12:03 am
Forum: Coding Questions
Topic: GetAdaptersInfo
Replies: 6
Views: 4717

thx, this code do not run by pb4.0, the error message : Array index out of bounds
by PWS32
Mon Sep 04, 2006 11:06 pm
Forum: Coding Questions
Topic: GetAdaptersInfo
Replies: 6
Views: 4717

GetAdaptersInfo

please tranlate this code to PB4.0 im have no experience to do this, THX



; GetNetworkAdapters - 09/24/2003 updated/modified by TerryHough
; from PB forums by AngelSoul
; post http://jconserv.net/purebasic/viewtopic.php?t=7347

; The Lease Obtained and Lease Expired fields are incorrect. Need to ...
by PWS32
Mon Sep 04, 2006 10:20 pm
Forum: Coding Questions
Topic: static or dhcp
Replies: 2
Views: 1459

static or dhcp

Hi,
have you code in pb to tests the netconfiguration, is the ip static or with dhcp configures?
by PWS32
Fri Sep 01, 2006 10:18 pm
Forum: Coding Questions
Topic: Virtual Desktops
Replies: 8
Views: 2668

howto create a window on the empty desktop?
by PWS32
Thu Aug 31, 2006 7:20 am
Forum: Coding Questions
Topic: Virtual Desktop
Replies: 2
Views: 1539

Virtual Desktop

Hi,

i´m need to write a program for kioskmode and found this code in this forum,
im add a testwindow to this code, if this program running the testwindow comes up on the old desktop not on the new desktop, please help!

Warning! : if the program runing you cant switch to the old desktop, please ...
by PWS32
Fri Aug 19, 2005 4:59 pm
Forum: Announcement
Topic: PureBasic 3.94 for Windows released
Replies: 67
Views: 23511

Hi fweil,

thanks for your help, now its work

Best regards,
Peter
by PWS32
Fri Aug 19, 2005 4:31 pm
Forum: Announcement
Topic: PureBasic 3.94 for Windows released
Replies: 67
Views: 23511

I have it also tried without success