Click here to Skip to main content
16,017,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInverse of a matrix(urgent:) Pin
sujithkumarsl1-Jun-07 23:50
sujithkumarsl1-Jun-07 23:50 
AnswerRe: Inverse of a matrix(urgent:) Pin
Rajesh R Subramanian2-Jun-07 0:22
professionalRajesh R Subramanian2-Jun-07 0:22 
GeneralRe: Inverse of a matrix(urgent:) Pin
Mark Salsbery2-Jun-07 5:22
Mark Salsbery2-Jun-07 5:22 
AnswerRe: Inverse of a matrix(urgent:) Pin
toxcct2-Jun-07 6:04
toxcct2-Jun-07 6:04 
JokeWRONG!! Pin
Rajesh R Subramanian2-Jun-07 8:37
professionalRajesh R Subramanian2-Jun-07 8:37 
QuestionWH_KEYBOARD_LL Pin
nitin31-Jun-07 22:27
nitin31-Jun-07 22:27 
AnswerRe: WH_KEYBOARD_LL Pin
Rajesh R Subramanian1-Jun-07 22:43
professionalRajesh R Subramanian1-Jun-07 22:43 
Question860312 - using macros Pin
ilostmyid21-Jun-07 22:08
professionalilostmyid21-Jun-07 22:08 
hi all
i wanted to define a hotkey to go directly to the first error or warning generated during build process and highlight the corresponding line of the source, so that i've not to use mouse to click on the first line in the Error List window. as well, i wanted the build process to stop. so i defined a macro as follows:

Sub hilight_cur_err()
DTE.ExecuteCommand("View.NextError")
DTE.ExecuteCommand("View.PreviousError")
DTE.ExecuteCommand("Build.Cancel")
End Sub

when build process has not finished yet, the macro runs without any problem. but if it has already failed, a dialog appears indicating no build process is currently available to be canceled.
sorry if my English is not so good to describe. if u've still not figured my problem out, i've to say, in another words, how can i make VC not to show an error dialog if the last statement in the macro code above fails?
thx

QuestionCLSID Pin
john56321-Jun-07 22:00
john56321-Jun-07 22:00 
AnswerRe: CLSID Pin
Matthew Faithfull1-Jun-07 22:45
Matthew Faithfull1-Jun-07 22:45 
QuestionCSplitterWnd Pin
TariqZ1-Jun-07 21:21
TariqZ1-Jun-07 21:21 
AnswerRe: CSplitterWnd Pin
Hamid_RT1-Jun-07 21:58
Hamid_RT1-Jun-07 21:58 
AnswerRe: CSplitterWnd Pin
Mark Salsbery2-Jun-07 5:28
Mark Salsbery2-Jun-07 5:28 
QuestionMail -mfc Pin
prathuraj1-Jun-07 20:09
prathuraj1-Jun-07 20:09 
GeneralRe: Mail -mfc Pin
Matthew Faithfull1-Jun-07 21:56
Matthew Faithfull1-Jun-07 21:56 
AnswerRe: Mail -mfc Pin
Hamid_RT1-Jun-07 21:57
Hamid_RT1-Jun-07 21:57 
Questionseekg() and streampos, C++ Pin
C_Zealot1-Jun-07 17:40
C_Zealot1-Jun-07 17:40 
GeneralRe: seekg() and streampos, C++ Pin
Rajkumar R3-Jun-07 21:48
Rajkumar R3-Jun-07 21:48 
AnswerRe: seekg() and streampos, C++ Pin
C_Zealot3-Jun-07 23:34
C_Zealot3-Jun-07 23:34 
AnswerRe: seekg() and streampos, C++ Pin
Rajkumar R4-Jun-07 2:02
Rajkumar R4-Jun-07 2:02 
QuestionDirectory Search Sort Order Pin
Kaylin1-Jun-07 16:26
Kaylin1-Jun-07 16:26 
AnswerRe: Directory Search Sort Order Pin
Mark Salsbery2-Jun-07 5:34
Mark Salsbery2-Jun-07 5:34 
Questionsystemtray icon Pin
locoone1-Jun-07 16:04
locoone1-Jun-07 16:04 
AnswerRe: systemtray icon Pin
Mark Salsbery2-Jun-07 5:42
Mark Salsbery2-Jun-07 5:42 
AnswerRe: systemtray icon Pin
Hamid_RT2-Jun-07 20:26
Hamid_RT2-Jun-07 20:26 

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.