|
Well, I did delete the icon, I got a message "blah, blah, you can restore it later from Control Panel" and now my DLL doesn't get loaded... I have no idea where in the Control Panel I can go to get my icon back.
Are there any other shell extensions that load at startup?
|
|
|
|
|
can anyone help me doing d graphics design for butterfly in c or turbo c++
|
|
|
|
|
|
Hello everybody,
is it possible to clone the "not-stealing-modus" behaviour of a context-menu?
I open a modal dialog in a MDI application. Causing this modal state, the mainframe looses his
focus and the shadow at the outer-border reduses to a smaller shadow (in Vista).
Is it possible to open a modal dialog and to keep the full-shadow on the mainframe, like it happens to a standard context-menu?
Big thanks for any help
Greetings
|
|
|
|
|
baerten wrote: Is it possible to open a modal dialog and to keep the full-shadow on the mainframe, like it happens to a standard context-menu?
This is a function of your Windows Appearance settings. When a modal dialog is opened it becomes the active window, and the owner of the dialog now becomes inactive and its appearance is modified accordingly. I think the only way to change this would be to use custom settings for your windows.
|
|
|
|
|
thanks for your answer.
I'll try to find another workaround to fix this "problem"
if i can't find a solution, i drop it 
|
|
|
|
|
Hi guys, I am just wondering how to implement a dialog I have made in Microsoft C++ 6.0
So I created a C++ project, then added a .rc script file. Then I added a new item to it (dialog control, called IDD_MENU) Now, I am wondering how would I use this menu inside my code? I have worked with WINAPI and spent hours coding GUIS. Just yesterday I downloaded C++ 6.0 (my new compiler, instead of Code::Blocks) and I am wondering how would I use the GUI I created? I have tried implementing it the same way I usually do for WINAPI, but this did not work. How do I do this? I have searched google for 1 day now, and I have not found anything. Hopefully somebody could help me out on this.
|
|
|
|
|
PimpDawg wrote: Hi guys, I am just wondering how to implement a dialog I have made in Microsoft C++ 6.0
Use CreateDialog() for modeless, and DialogBox() for modal.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
I recommend you use MFC.
It is a good framework for creating UI applications.
|
|
|
|
|
If are just starting with Visual C++ why not choose a newer version. Visual Studio Express[^] editions are free.
-Saurabh
|
|
|
|
|
How do I get the handle to the Windows desktop
I dont think GetDesktopWindow returns the handle to the Windows desktop
Thanks
Sujay
|
|
|
|
|
sujayg wrote: I dont think GetDesktopWindow returns the handle to the Windows desktop
Documentation says that it does. [^]
Nuri Ismail
|
|
|
|
|
sujayg wrote: dont think GetDesktopWindow returns the handle to the Windows desktop
MSDN [^]:
The GetDesktopWindow function returns a handle to the desktop window.
I see a conflict...
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
Hello Ian,
Yes the name is a bit confusing. The desktop handle is the main WIndow on top of which all Windows are painted .
But it does not return the handle of the Window ( SysListView32 ) - which is the WIndows desktop .
This can be checked with Spy++
There is another function, GetShellWindow, which "probably" returns the Windows desktop handle, I am testing that
Sujay
|
|
|
|
|
sujayg wrote: But it does not return the handle of the Window ( SysListView32 )
that list view is not the desktop window, it is a child of a child of the desktop.
you can verify that with Spy++ by looking at the ID of the Desktop window as shown in the default window list compared to the ID of that list view.
the listview is a child of the Program Manager, which is the Windows Shell.
|
|
|
|
|
Any idea how can I get the handle to that
I guess I need to use FindWindow or FindWinodwEx, but on what.
If you can help me with the code or at least the logic, I can try
|
|
|
|
|
use FindWindow to find "Program Manager", then use EnumChildWindows on its children.
or, the long way...
get the desktop window, then use EnumChildWindows to find the listview.
note that EnumChildWindows is recursive, so it will do a search of every window in the system if you start at the desktop. but, just look for a window of the SysListView32 type whose parent is the "Program Manager".
|
|
|
|
|
Try this:
HWND hProgMan = FindWindow("Progman", NULL);
HWND hDefView = FindWindowEx(hProgMan, NULL, "SHELLDLL_DefView", NULL);
HWND hSysListView = FindWindowEx(hDefView, NULL, "SysListView32", NULL);
Nuri Ismail
|
|
|
|
|
sir
sir c++ .exe file i decompile but file is compress coding with
Copyright 1989-1995 PKWARE Inc. All Rights Reserved
Patent No. 5,051,745
PKWARE Data Compression Library Reg. U.S. Pat. and Tm. Off
then how i can decompress this coding and decompile for exe file please please slove my problem and give me a chance say to thaks.
rizwanadmani@gmail.com
Regard's
Rizwan Admani
|
|
|
|
|
"pkware" should be handled by most compression/decompression tools in the XXI century (winzip, winrar, 7zip...)
after that, on the subject of decompilation, it's a hard one, you cannot simply decompile a EXE compiled with C++ and hope to see something resembling the original source code; and the resulting "code" would be hard to understand even for an expert C++ programmer.
or, simpler :
why do you need to decompile a C++ exe file ?
This signature was proudly tested on animals.
|
|
|
|
|
dear all exe file compiled with c++ i am lose my source code how can i decompile and give me a tools name of decompile and my friend my query compressed from pkware software like my query this view how can i decompress my coding and how can decompile my source code,
Please help me any experts
Copyright 1989-1995 PKWARE Inc. All Rights Reserved
Patent No. 5,051,745
PKWARE Data Compression Library Reg. U.S. Pat. and Tm. Off
yyyyyyjjjjyyyyyyyyyy 77ujyyyyyyyyy99iuyyyyyyyyyyyyiiiyyyyyy
yyyyyyjjjjyyyyyyyyyy 77ujyyyyyyyyy99iuyyyyyyyyyyyyiiiyyyyyy
yyyyyyjjjjyyyyyyyyyy 77ujyyyyyyyyy99iuyyyyyyyyyyyyiiiyyyyyy
yyyyyyjjjjyyyyyyyyyy 77ujyyyyyyyyy99iuyyyyyyyyyyyyiiiyyyyyy
Regard's
Rizwan Admani
|
|
|
|
|
RIZWAN ADMANI wrote: Copyright 1989-1995 PKWARE Inc. All Rights Reserved
Patent No. 5,051,745
PKWARE Data Compression Library Reg. U.S. Pat. and Tm. Off
You cannot decompile a compressed exe file; it is compressed in order to protect it from being reverses engineered.
modified on Thursday, November 5, 2009 8:53 AM
|
|
|
|
|
Hi Friends iam naive to coding i want to crack the PST file, iam able to crack Inbox folder and all mails from it . can any tell me the process so that i will crack the contacts, any samples related to it so that i will retrieve each and every thing from contacts.
I tried the contacts folders in the same way as Inbox Folder but iam unable to do it please any body help me out regarding this
BestWishes,
Pardhu.
|
|
|
|
|
Use Outlook Automation.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
|
|
|
|
|
what is this Outlook Automation...... can u brief it so that i will get into things....
|
|
|
|