Search found 1078 matches

by va!n
Sun Mar 09, 2014 1:27 pm
Forum: Windows
Topic: Win32: WM_PAINT == No MessageBox() ?
Replies: 7
Views: 4064

Re: Win32: WM_PAINT == No MessageBox() ?

Okay, so this should work fine to have a better overview over the code: ... Case #WM_CLOSE result = Main_OnClose( hWnd, message, wParam, lParam) ProcedureReturn result Case #WM_CREATE ... Procedure Main_OnClose( hWnd, message, wParam, lParam) If MessageBox_( hWnd," it program?", "EXIT...
by va!n
Sun Mar 09, 2014 12:33 pm
Forum: Windows
Topic: Win32: WM_PAINT == No MessageBox() ?
Replies: 7
Views: 4064

Re: Win32: WM_PAINT == No MessageBox() ?

Seems there is something more wrong ^^
by va!n
Sun Mar 09, 2014 12:24 pm
Forum: Windows
Topic: Win32: WM_PAINT == No MessageBox() ?
Replies: 7
Views: 4064

Re: Win32: WM_PAINT == No MessageBox() ?

Ah cool. Thanks for the hint. I have changed both Callback procedures and it works well :wink: Edited: I have tried to use Main_OnClose() when #WM_CLOSE attached to WindowCallback_Main(). When pressing 'No', dont exit program, it still exist. I have tried ProcedureReturn and ProcedureReturn DefWindo...
by va!n
Sun Mar 09, 2014 10:58 am
Forum: Windows
Topic: Win32: WM_PAINT == No MessageBox() ?
Replies: 7
Views: 4064

Win32: WM_PAINT == No MessageBox() ?

I have a strange bug in my Win32 program and finally found the part which causes this problem. Inside the procedure 'WindowCallback_Main()' i am using 'CASE #WM_PAINT' without any code yet. The bug causes only if this single line is active. Removing this single line, all works fine. I am not sure, i...
by va!n
Sat Mar 08, 2014 5:24 pm
Forum: Windows
Topic: How to grey/blur screen, while own window is on top?
Replies: 19
Views: 10570

Re: How to grey/blur screen, while own window is on top?

Thanks for all your replies and examples. The methode with the special Win32 API isnt listed here. However i will use a solution, you guys posted here! *thumbs up*
by va!n
Sun Feb 23, 2014 7:34 pm
Forum: Feature Requests and Wishlists
Topic: Supporting [] for arrays, instead only ()
Replies: 6
Views: 1848

Re: Supporting [] for arrays, instead only ()

+1 But the problem of breaking backward compatibility :cry:
That's why it could be an optional feature... People can choose to use () or [] for arrays.
Sure, using only [] for arrays would be smarter.
by va!n
Sun Feb 23, 2014 2:45 pm
Forum: Feature Requests and Wishlists
Topic: Supporting [] for arrays, instead only ()
Replies: 6
Views: 1848

Supporting [] for arrays, instead only ()

It would be nice to support [] for arrays too, instead only ().
Using () for functions and maybe optional [] for arrays would make the source more readable and make clear if its a function or array.
by va!n
Fri Feb 21, 2014 9:47 pm
Forum: Feature Requests and Wishlists
Topic: Multiline support for arguments
Replies: 6
Views: 2257

Re: Multiline support for arguments

Great!! 8) Fred, thanks for having this nice feature!
by va!n
Fri Feb 21, 2014 1:51 pm
Forum: Feature Requests and Wishlists
Topic: Multiline support for arguments
Replies: 6
Views: 2257

Multiline support for arguments

I would like to have (maybe optional) the feature, to write commands with a lot of arguments in multiline, like in C/C++ for CreateWIndow_() as example.
A coma at the end of the line would define, there are more arguments next line, until the ")" is followed.
by va!n
Thu Feb 20, 2014 10:05 pm
Forum: Windows
Topic: How to grey/blur screen, while own window is on top?
Replies: 19
Views: 10570

Re: How to grey/blur screen, while own window is on top?

@Rashad: Thanks for the code. Sure, this would be "faked" solution. But as far as i remember, there was / or still is a Win32 API call / function doing this. @all I think the same effect was seen on an older Windows version, when the shutdown-dialog was shown. However, i can find something...
by va!n
Thu Feb 20, 2014 3:36 pm
Forum: Windows
Topic: How to grey/blur screen, while own window is on top?
Replies: 19
Views: 10570

How to grey/blur screen, while own window is on top?

Some years ago, i had a nice source example but i am not really sure how to search for it and how it exactly worked. Afaik it was a nice Win32 API, which greyed or blured all the shown elements on your monitor (dektop, all windows, taskbar i.e.) and brining your own window original to the front. In ...
by va!n
Thu Feb 20, 2014 3:15 pm
Forum: Windows
Topic: Default Win 8.1 desktop
Replies: 3
Views: 1989

Re: Default Win 8.1 desktop

@PB: Afaik from the standard installation, it changes the wallpapers. If you want take and share screenshots of your app, i have just to say to things: 1) People are interested in the app and its GUI; and not on what type of wallpaper you are running. 2) I think today most people are using widescree...