Click here to Skip to main content
16,004,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvoid main Pin
dreamerzz15-Apr-04 4:38
dreamerzz15-Apr-04 4:38 
GeneralRe: void main Pin
jmkhael15-Apr-04 4:55
jmkhael15-Apr-04 4:55 
GeneralRe: void main Pin
dreamerzz15-Apr-04 5:17
dreamerzz15-Apr-04 5:17 
GeneralRe: void main Pin
jmkhael15-Apr-04 5:25
jmkhael15-Apr-04 5:25 
GeneralRe: void main Pin
dreamerzz15-Apr-04 5:30
dreamerzz15-Apr-04 5:30 
GeneralRe: void main Pin
David Crow15-Apr-04 7:11
David Crow15-Apr-04 7:11 
GeneralRe: void main Pin
basementman15-Apr-04 5:29
basementman15-Apr-04 5:29 
GeneralRe: void main Pin
Joan M15-Apr-04 5:47
professionalJoan M15-Apr-04 5:47 
Argh... the internet connection failed just when I posted the first answer... Mad | :mad:

well... Dead | X| lets do it again...


You can do it in three ways:

-> if you don't need to do anything to the GUI you can use the InitInstance function in the main class.

-> if you need to interact with the main frame (the SDI document view container) you can do it in the precreatewindow function in the mainframe class.

-> if you need to interact with the view you can do it in the precreatewindow of the view class.

hope this helps...
GeneralRe: void main Pin
dreamerzz15-Apr-04 5:52
dreamerzz15-Apr-04 5:52 
GeneralRe: void main Pin
dreamerzz20-Apr-04 2:17
dreamerzz20-Apr-04 2:17 
GeneralRe: void main Pin
Joan M20-Apr-04 9:11
professionalJoan M20-Apr-04 9:11 
GeneralRe: void main Pin
dreamerzz20-Apr-04 14:56
dreamerzz20-Apr-04 14:56 
GeneralRe: void main Pin
Larry J. Siddens15-Apr-04 5:49
Larry J. Siddens15-Apr-04 5:49 
GeneralRe: void main Pin
toxcct15-Apr-04 6:53
toxcct15-Apr-04 6:53 
GeneralRe: void main Pin
Nemanja Trifunovic15-Apr-04 8:14
Nemanja Trifunovic15-Apr-04 8:14 
GeneralRe: void main Pin
toxcct15-Apr-04 8:23
toxcct15-Apr-04 8:23 
GeneralISAPI Pin
Chernobog115-Apr-04 4:23
Chernobog115-Apr-04 4:23 
GeneralRe: ISAPI Pin
basementman15-Apr-04 5:31
basementman15-Apr-04 5:31 
GeneralRestricting file opening with Only one instance of application like Acrobat Reader Pin
Adi Narayana15-Apr-04 4:21
Adi Narayana15-Apr-04 4:21 
GeneralRe: Restring file opening with Only one instance of application like Acrobat Reader Pin
basementman15-Apr-04 4:25
basementman15-Apr-04 4:25 
GeneralRe: Restring file opening with Only one instance of application like Acrobat Reader Pin
Adi Narayana15-Apr-04 4:37
Adi Narayana15-Apr-04 4:37 
GeneralRe: Restring file opening with Only one instance of application like Acrobat Reader Pin
vcplusplus15-Apr-04 5:40
vcplusplus15-Apr-04 5:40 
GeneralRe: Restricting file opening with Only one instance of application like Acrobat Reader Pin
David Crow15-Apr-04 7:09
David Crow15-Apr-04 7:09 
GeneralRe: Restricting file opening with Only one instance of application like Acrobat Reader Pin
Joel Lucsy16-Apr-04 3:32
Joel Lucsy16-Apr-04 3:32 
GeneralRe: Restricting file opening with Only one instance of application like Acrobat Reader Pin
Adi Narayana19-Apr-04 3:54
Adi Narayana19-Apr-04 3:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.