Click here to Skip to main content
15,909,829 members

Comments by Vishal_K89 (Top 5 by date)

Vishal_K89 13-May-13 2:23am View    
Q2) Since, my project is having references for registration and it is written in Unmanaged C++, and GacInstall(...) and Registerassembly(...) falls in the domain of managed code, hence, I need to invoke these calls from Unmanaged to managed,

Workarounds: 1) Though Compiler Switch settings I had changed the /CLR Safe and /RTC too but still I could not get it working.

Regards,
VishaK_90
Vishal_K89 1-Apr-11 6:21am View    
Seems the messages are not been reciprocated since, long time.
Vishal_K89 1-Apr-11 4:24am View    
Hi Abhi,

The requirement is similar to disabling the divider(splitter bar) which seperates two panes, ie., File View, and Others similar to look and feel of VS2008, where all tabs pertaining to solution explorer,class view,properties etc., on one end, and editor at the other end, the divider/splitter should be disabled for resize,
I am not using CSplitterWnd nor any class is derived, neither OnNchittest() worked!
just if we develop new project from Appwizard, the framewindow,divider needs to be disabled.

Regards,
Vishal_K89 28-Mar-11 23:42pm View    
Yes, The divider/splitter bar needs to be disabled from mouse changes.
Vishal_K89 4-Mar-11 9:19am View    
I am simulating the VS2008 Demo version, wherein, said application has been implemented, in
<< EnableLoadWindowPlacement(TRUE); >> and <<ReloadWindowPlacement>> in InitInstance() of DemoVersion, emulating the same, in my application could not be same,
In demo version of VS2008, had implemented, CMainFrame::OnClose() to restore the position of app. during the subsequent instance,
Pls., let me know the URL where I can make workaround for restoring the window placement after application exit.

Any help in this regard would be much appreciated.