Click here to Skip to main content
16,007,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: My Bitmap is covering my Buttons Pin
Nish Nishant12-Sep-02 15:53
sitebuilderNish Nishant12-Sep-02 15:53 
GeneralRe: My Bitmap is covering my Buttons Pin
ColinDavies12-Sep-02 16:00
ColinDavies12-Sep-02 16:00 
GeneralRe: My Bitmap is covering my Buttons Pin
Christian Graus12-Sep-02 16:02
protectorChristian Graus12-Sep-02 16:02 
GeneralRe: My Bitmap is covering my Buttons Pin
ColinDavies12-Sep-02 16:17
ColinDavies12-Sep-02 16:17 
GeneralRe: My Bitmap is covering my Buttons Pin
Nish Nishant12-Sep-02 16:03
sitebuilderNish Nishant12-Sep-02 16:03 
GeneralRe: My Bitmap is covering my Buttons Pin
Michael Dunn12-Sep-02 18:07
sitebuilderMichael Dunn12-Sep-02 18:07 
GeneralRe: My Bitmap is covering my Buttons Pin
ColinDavies12-Sep-02 15:58
ColinDavies12-Sep-02 15:58 
GeneralAccessing VCLinkerTool from a macro Pin
Todd Jeffreys12-Sep-02 14:03
Todd Jeffreys12-Sep-02 14:03 
I want to mess around with the Linker settings from a Macro, but I can't seem to find the interface to use. Here's what I have now. I can successfully enumerate down and retrieve the release Configuration object. But I don't know where to go from here. Has anybody done something like this before?

Sub SetupRelease()
Dim proj As Project
Dim confs As Configurations
Dim conf As Configuration
Dim linker As VCLinkerTool
For Each proj In Application.Solution.Projects
confs = proj.ConfigurationManager().ConfigurationRow("Release")
For Each conf In confs
' I don't know how to get the VCLinkerTool from here
Next
Next
End Sub
Generalgetting selected row index Pin
danag12-Sep-02 13:25
danag12-Sep-02 13:25 
GeneralRe: getting selected row index Pin
Arjan Schouten13-Sep-02 1:03
Arjan Schouten13-Sep-02 1:03 
QuestionWhat does this do for me? Pin
WREY12-Sep-02 12:13
WREY12-Sep-02 12:13 
AnswerRe: What does this do for me? Pin
Joaquín M López Muñoz12-Sep-02 12:18
Joaquín M López Muñoz12-Sep-02 12:18 
GeneralRe: What does this do for me? Pin
WREY12-Sep-02 13:03
WREY12-Sep-02 13:03 
GeneralRe: What does this do for me? Pin
PJ Arends12-Sep-02 16:49
professionalPJ Arends12-Sep-02 16:49 
GeneralRe: What does this do for me? Pin
WREY12-Sep-02 23:55
WREY12-Sep-02 23:55 
AnswerRe: What does this do for me? Pin
Michael Dunn12-Sep-02 18:11
sitebuilderMichael Dunn12-Sep-02 18:11 
GeneralRe: What does this do for me? Pin
WREY12-Sep-02 19:20
WREY12-Sep-02 19:20 
GeneralRe: What does this do for me? Pin
Tomasz Sowinski13-Sep-02 0:22
Tomasz Sowinski13-Sep-02 0:22 
GeneralRe: What does this do for me? Pin
WREY13-Sep-02 0:48
WREY13-Sep-02 0:48 
GeneralPerevent to close window !!! Pin
Hadi Rezaee12-Sep-02 12:00
Hadi Rezaee12-Sep-02 12:00 
GeneralRe: Perevent to close window !!! Pin
Joaquín M López Muñoz12-Sep-02 12:03
Joaquín M López Muñoz12-Sep-02 12:03 
GeneralRe: Perevent to close window !!! Pin
Hadi Rezaee12-Sep-02 12:58
Hadi Rezaee12-Sep-02 12:58 
GeneralChanging system volume !!! Pin
Hadi Rezaee12-Sep-02 11:46
Hadi Rezaee12-Sep-02 11:46 
GeneralRe: Changing system volume !!! Pin
Joaquín M López Muñoz12-Sep-02 12:22
Joaquín M López Muñoz12-Sep-02 12:22 
GeneralRe: Changing system volume !!! Pin
Hadi Rezaee12-Sep-02 12:27
Hadi Rezaee12-Sep-02 12:27 

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.