Search found 18 matches

by Vater
Wed Feb 02, 2005 8:10 am
Forum: Coding Questions
Topic: Problems with Wake on LAN
Replies: 4
Views: 1295

Wake on Lan

Hello ABBKlaus,

I already found your code and tried it ... unfortunately it is not working for me. :cry:

Stefan
by Vater
Tue Feb 01, 2005 8:27 am
Forum: Coding Questions
Topic: Problems with Wake on LAN
Replies: 4
Views: 1295

Problems with Wake on LAN

Hello NG,

i try to write a programm that can send a wake on lan magic packet to a network broadcast adress. I have a working VB6 Project that sends the same data in the magic Packet that my Purebasic sample does, but it won't work. For UDP broadcasting I use the WinsockFunctions.pb found in the ...
by Vater
Wed Jan 19, 2005 2:08 pm
Forum: Announcement
Topic: Japbe Plugin Collection
Replies: 2
Views: 1532

Blind

Arghh, anyway it was a good training to learn something about the Plugin Interface Japbe provides ...
by Vater
Wed Jan 19, 2005 10:56 am
Forum: Announcement
Topic: Japbe Plugin Collection
Replies: 2
Views: 1532

Japbe Plugin Collection

Missed some features for Japbe, developed therefore a small plugin Collection

1) Multiple lines of Code commenting and decommenting
2) PBConstants list. Include a Constant to current position in Source Code
from a Constants list
3) Codeheader
Create a Commentheader for any pb File including ...
by Vater
Thu Jan 13, 2005 4:16 pm
Forum: Coding Questions
Topic: Ressources
Replies: 1
Views: 898

Found something suitable for my needs
includebinary in datasection and then catchimage works perfect.

Stefan
by Vater
Thu Jan 13, 2005 3:12 pm
Forum: Coding Questions
Topic: New App
Replies: 1
Views: 853

New App

Toying around with Purebasic I wrote a little DLLSpy sort of application reading all Functioncalls and Functionadresses out of a DLL-File displaying it in a List. As it was a good training for me learning how to do gadget resizing, use the toolbar and Listicongadget, accessing ini Files, simple IO ...
by Vater
Thu Jan 13, 2005 11:11 am
Forum: Coding Questions
Topic: Ressources
Replies: 1
Views: 898

Ressources

Hello NG,

how can i add and use ressource (i.e. Icons) with pb?

Thanks in advance for your help

Stefan
by Vater
Wed Jan 05, 2005 4:07 pm
Forum: Coding Questions
Topic: Draw on Desktop
Replies: 3
Views: 1628

Thanks

Thanks for the quick answer, what I do not understand is the DesktopOutput Procedure, is this the DC for the Desktop???

Stefan
by Vater
Wed Jan 05, 2005 3:43 pm
Forum: Coding Questions
Topic: Draw on Desktop
Replies: 3
Views: 1628

Draw on Desktop

Hello NG,

I try to draw a rectangle directly on the Desktop with the following Function


Procedure DrawRectOnScreen()
CallDebugger
;Draw on Screen
lngDC.l = 0
lngPen.l = 0
lngRetValue.l = 0
;Get The Desktop DC
lngDC = GetDesktopWindow_()
Debug lngDC
;Create a new solid Pen, Width 5 ...
by Vater
Mon Jan 03, 2005 3:12 pm
Forum: Coding Questions
Topic: Text is not displayed in string gadget
Replies: 4
Views: 1543

My Code

Hello NG,

sorry for that with the code tags, I am absolutely new to PB and always a little bit in a rush trying to dive into it beside working on some other projects in .NET ;-)
Anyway the problem I had seemed to be that I only can refresh the Gadgettext when the WindowEvent returns 0 (no more ...
by Vater
Mon Jan 03, 2005 1:39 pm
Forum: Coding Questions
Topic: Text is not displayed in string gadget
Replies: 4
Views: 1543

Problem solved, seemed to be a too short Delay Time that caused the problem
by Vater
Mon Jan 03, 2005 1:07 pm
Forum: Coding Questions
Topic: Text is not displayed in string gadget
Replies: 4
Views: 1543

Text is not displayed in string gadget

Hello NG,

I got a problem that drives me nuts, I have two String Gadgets which should display the Screen Coordinates of the Mouse and if the Left Mouse Button is down.
Here is the Code

Declare.l GetMouseX()
Declare.l GetMouseY()
Declare.s LeftMouseButtonState()

#WindowID = 0
#cmd_Starten = 1
#cmd ...
by Vater
Thu Dec 30, 2004 3:59 pm
Forum: Coding Questions
Topic: CatchImage Function
Replies: 1
Views: 976

CatchImage Function

Hello NG,

I use the API ExtractIcon to get the handle of an icon File stored in a Exe File. Can I use CatchImage to create an Image Object in Memory and then Save it.
Here is how I try it

lngRetValue = ExtractIcon_(0, strCompleteFilename, 2)
If lngRetValue <> 0
CatchImage(0, lngRetValue ...
by Vater
Thu Dec 30, 2004 12:43 pm
Forum: Coding Questions
Topic: String Funktion
Replies: 5
Views: 1269

String Funktion

That's it, thanks
Stefan
by Vater
Thu Dec 30, 2004 11:43 am
Forum: Coding Questions
Topic: String Funktion
Replies: 5
Views: 1269

Thanks for the quick answer but (I Work with jaPBE) when i type the String() Command I get a quick reference saying
Stirng(Count, Char$) - Multiply char [Math and Strings.pbi]
I'm new to PB, do I need to link to this pbi File somehow??

Stefan