Quantcast
Channel: Microsoft Visual C & C++ - msdn.itags.org
Browsing all 31 articles
Browse latest View live

Z-Order of MDI Child Windows - Microsoft Visual C & C++

I need to store and restore the positions of the MDI child windows. However, I can't figure out how to get the relative Z-orders of the MDI child windows to each other so that I can restore the...

View Article



Z-order of windows - Microsoft Visual C & C++

hi folks.Could anyone tell mea) if you have a bunch of views in your MDI application, are they all in the same z-order even tho they don't overlap?b) how do you get the list / vector which represents...

View Article

z-order of windows and SetWindowPos - Microsoft Visual C & C++

I have created two static controls with the toolbox. I would likecontrol2 to be on top of control1 (obviosuly, the resource view wantsit the opposite way, but I gave up on trying to change that).So I...

View Article

z-order of windows and SetWindowPos - Microsoft Visual C & C++

I have created two static controls with the toolbox. I would like control2 to be on top of control1 (obviosuly, the resource view wants it the opposite way, but I gave up on trying to change that). So...

View Article

ZOrder problem w/dynamically created Edit controls - Microsoft Visual C & C++

I have a CWnd derived control, which has several dynamically created CEditcontrols.I am creating each child edit control with a WS_TABSTOP style.When the app is run, I cannot tab between any of these...

View Article


ZOrder problem w/dynamically created Edit controls - Microsoft Visual C & C++

I have a CWnd derived control, which has several dynamically created CEdit controls. I am creating each child edit control with a WS_TABSTOP style. When the app is run, I cannot tab between any of...

View Article

ZOrder Problem with ToolBar WIN32 - Microsoft Visual C & C++

Hi I am facing problem with ZOreder of toolBar i have mainwindow , ToolBar, ChildWindow, and i have created toolbar using createToolBarEx , My problem is that , when i move child window towards...

View Article

Z-order with parent/child windows - Microsoft Visual C & C++

I have a parent window with multiple child windows. How can I make the parent window come to the foreground and display on top of the child windows when the user wished to "use" the parent window. This...

View Article


Z-order, getting dialog on top. - Microsoft Visual C & C++

Hi,I am working on a telecoms application which needs an on-screen keypad.I have made the keypad a non modal dialog which is shown when the user clicks into a combo box. When the user clicks on a key...

View Article


Z-Ordering - Microsoft Visual C & C++

I have an SDI app that creates a thread on startup to display a graphic when the app starts. Upon exiting (and after having the parent CWnd set, ie. the CWnd* from AfxGetMainWnd()), I noticed that the...

View Article

z-ordering - Microsoft Visual C & C++

I have a program which creates a new dialog box but when it calls the domodal function the dialog box is underneath my main screen and I have to press Alt to get it to the front, how do I get it to...

View Article

Z-ordering of an SDI application with modeless CDialog - Microsoft Visual C &...

Hello, I have some modeless CDialogs in my application. My main window is a SDI application (CFormView in a CFrame) My problem is that my CDialog that are not modeless are always on top of my main...

View Article

Z-ordering of an SDI application with modeless CDialog - Microsoft Visual C &...

If I understand correctly you are creating a modeless dialog box in your SDIapp and you want to be able to put the dialog behind the main window of theapplication.Passing the Desktop Window to the...

View Article


Z-ordering of an SDI application with modeless CDialog - Microsoft Visual C &...

Thanks, this is what I am doing now.Why is the etra Detach/Attach code what is the use? It seems to work inmy application without the Attach/DetachTo talk about the GetDesktopWindow, I have succesfully...

View Article

zranisavljevic@yahoo.com - Microsoft Visual C & C++

http://www.tuckborough.net/creatures.html......(with 1 answers.)

View Article


z-sorted quadtrees. - Microsoft Visual C & C++

Hi, I'm writing a mapping program that is basically a big plane of polygons and lines.In order to render view of the plane in a reasonable time (it could be a very sparse plane with only parts of the...

View Article

zthread devpack - Microsoft Visual C & C++

Does anyone have this devpack?Site devpaks.org gives me a link which is no longer valid..Please help :).......

View Article


ZThread problem... - Microsoft Visual C & C++

This program shutdowns when I call interrupt method. Why does this happen?When i delete blocking operations (Mutex and sleep()) it works fine, but this should be a "demo" program on how to use...

View Article

ZwCreateFile does not Succeed at all? - Microsoft Visual C & C++

Hi GurusI am using ZwCreateFile to open my PhysicalDrive0 from the Filter driver that i have written.For example i write that in the DriverEntry function as thisRtlInitUnicodeString(...

View Article

ZwCreateFile problem - Microsoft Visual C & C++

Hi, this is my first post over here.Well, I have a problem with ZwCreateFile, it just don't work. This is my code:#include <ntddk.h>#include <reg.h>#include...

View Article
Browsing all 31 articles
Browse latest View live




Latest Images