If I want to add an browse functionality in my dialog box, how can we do that??
ppathan
Posts
-
Browse Button in an Dialog Box -
Accessing FunctionsCan i access a function from a file which is not in an active project in a workspace???? Meaning, if i have 11 projects in a workspace and i want to access a function from a project that is currently not set as active one, can i do that?
-
Check buttonscan u please give me exact code if I use class wizard /DDX_check? I tried to declare a variable called m_Alreadyset to my check button of type BOOL and set it to true in OninitDialog, but it didn't work.
-
Check buttonsIs it possible to set a few check buttons to be defaultly true so that when a user opens an applcation those buttons are by default true?? if it is how can we do that??
-
SDI Main Windowcan u provide me with exact syntax? I tried to create it but it didn't work
-
SDI Main WindowIs there any way that the main window of SDI is always maximised? Currently, I have to click the maximize button to make it full size.
-
Modal Dailog Boxhere is the Function that is used to create the dialog box when a SDI menu item is clicked.That menu item is called Jaguar. Jagwindow is my object for class CJaguarDlg. Hope this clarifies things. void CVR_ToolView::OnJaguar() { CJaguarDlg JagWindow; int nRet=JagWindow.DoModal(); }
-
Modal Dailog Boxassertion says Debug Assertion failed. File:afxwin2.inl Line 162. i think it is due to some inappropraite use of function DoModal().
-
Modal Dailog BoxI created an object of my Dialog class called Window.In order to open the dialog class i did Window.DoModal(); That is when assertion came up.
-
Modal Dailog BoxHow do i open an Dialog BOx from the SDI Main Frame Menu. I tried to use Do.Modal()with the Dialog class object , but it caused an assetion. If i ignore the assertion, it runs perfectly fine. I want to get rid of that assertion.
-
Background for SDI documentCan u please provide me the code . I am really not an expert in VC++. That will be really helpful.
-
Background for SDI documentI want to add a bitmap as a background to the main Window of SDI document. Can anybody help me what to do? I am really in emergency. I will really appreciate help. Parvez Pathan