|
|
|
Prevously Application opened
Sun, 16 Mar 2008 13:54:30 +0400
Hello,
How can I do:
"If application previously opened do not open application and maximize
opened application"?
Thanks
...
|
Strip Quotes
Tue, 12 Feb 2008 10:36:29 +0400
Hello,
How can I strip quotes of LPSTR?
example:
LPSTR text = "\"Hello\"";
StripQuotes(text); //Return Hello Without \"
...
|
Drag&Drop
Sun, 10 Feb 2008 01:31:05 +0400
Hello,
How can I enable drag and drop?
Thanks! ...
|
Selected Text
Fri, 7 Mar 2008 13:14:44 +0400
Hello,
How can I find if text is highlighted?
Thanks! ...
|
Window Text?
Fri, 7 Mar 2008 11:19:47 +0400
Hello,
How can I find what is the window text and what is the Length of Window
Text?
Thanks!
...
|
ReadOnly File?
Fri, 7 Mar 2008 10:21:08 +0400
Hello,
How can I Find if opened file is Read Only?
Thanks in Advance!
...
|
win32 api for time conversion
Thu, 6 Mar 2008 14:43:00 -0800
hello everyone,
my program gets data in ET, and needs to convert it to indian standard time.
is there a short and sweet way of doing it? the only solution i came up with
is:
>> IST = ET + 10.5 ( as ET = GMT-5, and IST = GMT+5.5 )
there are two issues i am having with this:
1> how do I add an offset to ...
|
|
|
Permanent Child?
Wed, 5 Mar 2008 11:31:24 +0400
Hello,
How can I make a child which cannot be minimized, only closed and opened?
Do I need to use it with one HWND or HWND Array
Thanks! ...
|
ScriptLayout, numbers, HTML code and Hebrew
Tue, 4 Mar 2008 03:03:01 -0800
Hello,
I'm working on an source-code editor and Unicode support is one of it's main
features. Recently I've came to a strange problem. When I process
(ScriptItemize, ScriptShape, ScriptPlace, ScriptLayout) this text (three
Hebrew characters wrapped in <h1> HTML tag):
<h1>ר×ש</h1>
I get something ...
|
MDI Application (Not MFC) ?
Tue, 26 Feb 2008 11:43:11 +0400
Hello,
How can I create an MDI Application using Win32? I need Full Source Code.
Thanks in Advance ...
|
|
|