
Search found 58 matches
- Mon Dec 25, 2017 5:24 am
- Forum: Coding Questions
- Topic: Start PureBasic? Or even with VB.Net?
- Replies: 18
- Views: 5807
Re: Start PureBasic? Or even with VB.Net?
C# is the most popular, has the most community support, and is actually marketable. And I think you'll come to get used to and eventually prefer C style syntax 

- Tue Dec 27, 2016 5:07 pm
- Forum: Coding Questions
- Topic: Can't ResizeGadget to variable width?
- Replies: 2
- Views: 1017
Re: Can't ResizeGadget to variable width?

- Tue Dec 27, 2016 4:17 pm
- Forum: Coding Questions
- Topic: Can't ResizeGadget to variable width?
- Replies: 2
- Views: 1017
Can't ResizeGadget to variable width?
I was just trying to see if I could resize a textgadget using a variable width, but I must be missing something here, because it's not working.
What am I not doing right?
Global Window_1
Global Text_0
Enumeration
#Font_0
EndEnumeration
LoadFont(#Font_0,"Arial", 40)
str$ = "TESTING"
strLength ...
What am I not doing right?
Global Window_1
Global Text_0
Enumeration
#Font_0
EndEnumeration
LoadFont(#Font_0,"Arial", 40)
str$ = "TESTING"
strLength ...
- Tue Dec 27, 2016 3:47 am
- Forum: Tricks 'n' Tips
- Topic: PCURL: HTTP multithreaded dll with custom headers and proxy
- Replies: 12
- Views: 6076
Re: PCURL: HTTP multithreaded dll with custom headers and pr
Is this Windows only?
- Sun May 17, 2009 11:29 am
- Forum: Coding Questions
- Topic: Recording Alt + ? key presses with API hook?
- Replies: 4
- Views: 1430
- Sun May 17, 2009 2:07 am
- Forum: Coding Questions
- Topic: Recording Alt + ? key presses with API hook?
- Replies: 4
- Views: 1430
- Sun May 17, 2009 1:38 am
- Forum: Coding Questions
- Topic: Recording Alt + ? key presses with API hook?
- Replies: 4
- Views: 1430
Recording Alt + ? key presses with API hook?
I'm messing around with keyboard hooks, and normal keys catch fine. But I can't figure out how to catch any keys pressed while holding Alt.
Here's what my code looks like:
Structure PKBDLLHOOKSTRUCT
vkCode.l
scanCode.l
flags.l
time.l
dwExtraInfo.l
EndStructure
message.MSG
#VK_ALT = 164 ...
Here's what my code looks like:
Structure PKBDLLHOOKSTRUCT
vkCode.l
scanCode.l
flags.l
time.l
dwExtraInfo.l
EndStructure
message.MSG
#VK_ALT = 164 ...
- Fri May 15, 2009 11:09 pm
- Forum: Coding Questions
- Topic: Attempting to convert from C
- Replies: 8
- Views: 1914
- Fri May 15, 2009 11:00 pm
- Forum: Coding Questions
- Topic: Attempting to convert from C
- Replies: 8
- Views: 1914
- Fri May 15, 2009 9:50 pm
- Forum: Coding Questions
- Topic: Attempting to convert from C
- Replies: 8
- Views: 1914
- Thu May 14, 2009 11:53 pm
- Forum: Coding Questions
- Topic: Attempting to convert from C
- Replies: 8
- Views: 1914
Attempting to convert from C
I'm messing around with converting some C to PB for the learning experience. But having trouble with something.
p = (PKBDLLHOOKSTRUCT) (lParam)
p is a structure of type PKBDLLHOOKSTRUCT already. From what I understand it is typecasting lParam to type PKBDLLHOOKSTRUCT and assigning the values to ...
p = (PKBDLLHOOKSTRUCT) (lParam)
p is a structure of type PKBDLLHOOKSTRUCT already. From what I understand it is typecasting lParam to type PKBDLLHOOKSTRUCT and assigning the values to ...
- Wed May 13, 2009 11:24 pm
- Forum: General Discussion
- Topic: No 'Windows Help' for Windows 7
- Replies: 12
- Views: 3831
- Sat May 09, 2009 11:26 am
- Forum: Off Topic
- Topic: Programming Logic & Design books?
- Replies: 14
- Views: 2389
It would be great to have a list of exercises to complete that would gradually increase in skill level, like I would have in school. Because I can't even think of anything simple to make that would even be remotely useful.
That's why I love programming books that have exercises at the end of each ...
That's why I love programming books that have exercises at the end of each ...
- Fri May 08, 2009 9:33 pm
- Forum: General Discussion
- Topic: No 'Windows Help' for Windows 7
- Replies: 12
- Views: 3831
- Fri May 08, 2009 11:27 am
- Forum: General Discussion
- Topic: No 'Windows Help' for Windows 7
- Replies: 12
- Views: 3831
Mistrel wrote:http://www.microsoft.com/downloads/deta ... laylang=en
ignign0kt wrote:And no, that installer for Vista does not work for Win7. Microsoft says there won't be a Help viewer until Win7 is RTM.