Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCTabCtrl in a Dialog Bar Pin
stevenoliver21-Oct-02 0:18
stevenoliver21-Oct-02 0:18 
GeneralVisual source safe object model Pin
Michael P Butler21-Oct-02 0:09
Michael P Butler21-Oct-02 0:09 
GeneralRe: Visual source safe object model Pin
Stephane Rodriguez.21-Oct-02 1:42
Stephane Rodriguez.21-Oct-02 1:42 
GeneralRe: Visual source safe object model Pin
Michael P Butler21-Oct-02 2:27
Michael P Butler21-Oct-02 2:27 
QuestionHow to create the window without maximize button or with maximize button disbaled. Pin
suresh_sathya21-Oct-02 0:05
suresh_sathya21-Oct-02 0:05 
AnswerRe: How to create the window without maximize button or with maximize button disbaled. Pin
Tomasz Sowinski21-Oct-02 0:12
Tomasz Sowinski21-Oct-02 0:12 
QuestionHow to Disable the taskbar name Pin
suresh_sathya21-Oct-02 0:03
suresh_sathya21-Oct-02 0:03 
AnswerRe: How to Disable the taskbar name Pin
User 665821-Oct-02 2:36
User 665821-Oct-02 2:36 
This doesn't work.

You have two possibilities:

1. Inside your VB program, right after you call the VC app you modify the style of your VB app to have the WS_EX_TOOLWINDOW. This will make the taskbar button disappear.

2. Use ITaskbarList::DeleteTab(HWND hWnd) to remove the taskbar button from the taskbar. hWnd is the handle to your form1.

hope this helps

regards

modified 12-Sep-18 21:01pm.

Generalwinsock Pin
Hugo Hallman20-Oct-02 23:56
Hugo Hallman20-Oct-02 23:56 
GeneralRe: winsock Pin
jfro21-Oct-02 2:37
jfro21-Oct-02 2:37 
Generaldrivers development Pin
Eran20-Oct-02 23:22
Eran20-Oct-02 23:22 
GeneralBackground Image Pin
Subhashree20-Oct-02 22:50
Subhashree20-Oct-02 22:50 
GeneralRe: Background Image Pin
Christian Graus20-Oct-02 23:00
protectorChristian Graus20-Oct-02 23:00 
GeneralRe: Background Image Pin
Subhashree21-Oct-02 17:39
Subhashree21-Oct-02 17:39 
GeneralRe: Background Image Pin
Christian Graus21-Oct-02 17:44
protectorChristian Graus21-Oct-02 17:44 
GeneralResolving hostname knowing the username of the person logged on it Pin
John O'Byrne20-Oct-02 22:22
John O'Byrne20-Oct-02 22:22 
GeneralRe: Resolving hostname knowing the username of the person logged on it Pin
Stephane Rodriguez.20-Oct-02 23:43
Stephane Rodriguez.20-Oct-02 23:43 
Generalnewbie question Pin
MVH20-Oct-02 21:39
MVH20-Oct-02 21:39 
GeneralRe: newbie question Pin
Christian Graus20-Oct-02 21:57
protectorChristian Graus20-Oct-02 21:57 
GeneralRe: newbie question Pin
MVH20-Oct-02 22:17
MVH20-Oct-02 22:17 
GeneralRe: newbie question Pin
Ozgur Aydin Yuksel20-Oct-02 22:23
Ozgur Aydin Yuksel20-Oct-02 22:23 
GeneralRe: newbie question Pin
Christian Graus20-Oct-02 22:24
protectorChristian Graus20-Oct-02 22:24 
GeneralSolved(?) Pin
MVH20-Oct-02 22:39
MVH20-Oct-02 22:39 
GeneralText editor buffer Pin
alex.barylski20-Oct-02 20:26
alex.barylski20-Oct-02 20:26 
GeneralRe: Text editor buffer Pin
Pavel Klocek20-Oct-02 23:49
Pavel Klocek20-Oct-02 23:49 

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.