To get ANSI escape code support in the dos command window you need to make sure that you have DEVICE=%SystemRoot%\system32\ANSI.SYS in the "Config.Nt" file ...
I was about to answer this question but realized there are numerous answers among my specific concern but then figured your question might have been rhetorical in nature and so i will just say a big...
I notice that in 1.1 there seems to be no way to get the user's key input, using the System.Console class's Read() function, without first hitting the enter key. I looked for other functions and in...
I'm trying to automate Acrobat Pro 7 with the SendNotifyMessage win32 api command from my C# app. I created a .net windows service which watches a folder for a specific file. With the correct file...
Hi golanshahar, thanks for the quick reply. I did see this api but was a little concerned that it didnt have a feature to draw group boxes. Baffling as that may be. Can you tell me is there such...
Just wondering, is there a way to draw a standard control (such as a button, a group box, a radio button) into an arbitrary memory DC? In other words, if i call this certain API Windows will draw...
I notice that it is not possible to change the height of the Status Bar when windows is using an XP Theme. I notice no matter what i do including using the either of the lines:
...
Interesting. I didnt realize that. I hope there is a function to do what want then. I know i can bitblt but i dont want th eextra load of creating a bitmap, mapping to a compatible dc, doing a...
Hi Marc, quick update....GEEZ u know your stuff. I am playing around with all my controls including the flickering scrollbar with listview and noticed that infact there was anoter control that i...
I am using groupboxes (3), ListViews (2 of them), StatusBar, buttons, edit boxes, and dropdowns. I noticed that even with ClipChildren enabled i see flickering around the ListViews...
Maybe i am doing it wrong but i noticed that when i resize controls on my dialog box while the dialog is being resized (using one of its corners via the mouse button) that the controls begin...
Thanks very much kirants...i think we are on different pages however, i was goofing around and just realized that it has to do with Inegral Heights that ListView uses. If i turn it off then the gap...
Ok i've posted a picture for you all..Notice just afterthe last item "Hide on Click" there is a vertical gap...What is that? I didnt add a blank item to the bottom. My last is "Hide on Click". How...
Just trying to add a listview (in Report mode in VC++ using Win32 Apis) and noticed that no matter what i do there is always a bottom gap just after the last item in my ListView. How do i get rid of...
At work Im using Windows XP on a P4 2.8GHZ and P3 900MHZ system. Both systems have DirectX 9.0 installed. Currently I'm making use of Windows' GDI to perform fade in/out, slide in/out effects with...
Can you tell me, is "Broadcasting" more intense on a network when used then say if i already knew the ip address of the computer i want to communicate to and...