Click here to Skip to main content
15,896,111 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Using C++.net interface in C# Pin
Sandeep Datta22-Sep-07 20:23
Sandeep Datta22-Sep-07 20:23 
Questionvector of class instances within class itself as a data member Pin
Thanks for all the fish21-Sep-07 21:18
Thanks for all the fish21-Sep-07 21:18 
AnswerRe: vector of class instances within class itself as a data member Pin
Luc Pattyn22-Sep-07 1:28
sitebuilderLuc Pattyn22-Sep-07 1:28 
QuestionCopying control events Pin
earlgraham20-Sep-07 12:33
earlgraham20-Sep-07 12:33 
AnswerRe: Copying control events Pin
George L. Jackson20-Sep-07 13:38
George L. Jackson20-Sep-07 13:38 
QuestionCalling a Click Event - dynamically Pin
earlgraham20-Sep-07 11:36
earlgraham20-Sep-07 11:36 
AnswerRe: Calling a Click Event - dynamically Pin
Mark Salsbery20-Sep-07 13:02
Mark Salsbery20-Sep-07 13:02 
QuestionListview horizontal scroll bar Pin
kani9819-Sep-07 13:37
kani9819-Sep-07 13:37 
I have a Listview window with 10 columns. Data are display in the column going left to right with the newest data at the right most column. A horizontal scrollbar is automatically displayed at the bottom and the thumb of the scrollbar is at the left side. I want to put the thumb of the scrollbar to the right side so the when you go to that window you see the newest data first. I tried using GetScrollInfo() but I keep on getting "The window does not have scroll bars." from GetLastError(). I tried using SetScrollInfo() and passing in different values for nPos of the SCROLLINFO structure to see if it would move the thumb, but it doesn't seem to work. Does anyone know how you I get the thumb of the scrollbar to be at the right side?

AnswerRe: Listview horizontal scroll bar Pin
Mark Salsbery19-Sep-07 15:10
Mark Salsbery19-Sep-07 15:10 
GeneralRe: Listview horizontal scroll bar Pin
kani9820-Sep-07 8:52
kani9820-Sep-07 8:52 
GeneralRe: Listview horizontal scroll bar Pin
Mark Salsbery20-Sep-07 9:06
Mark Salsbery20-Sep-07 9:06 
GeneralRe: Listview horizontal scroll bar Pin
Mark Salsbery20-Sep-07 9:14
Mark Salsbery20-Sep-07 9:14 
QuestionHow do you populate DataGridControl cell? Pin
BuckBrown19-Sep-07 11:52
BuckBrown19-Sep-07 11:52 
AnswerRe: How do you populate DataGridControl cell? Pin
George L. Jackson19-Sep-07 13:59
George L. Jackson19-Sep-07 13:59 
GeneralRe: How do you populate DataGridControl cell? Pin
BuckBrown20-Sep-07 9:45
BuckBrown20-Sep-07 9:45 
GeneralRe: How do you populate DataGridControl cell? [modified] Pin
George L. Jackson20-Sep-07 12:22
George L. Jackson20-Sep-07 12:22 
GeneralRe: How do you populate DataGridControl cell? Pin
BuckBrown20-Sep-07 9:47
BuckBrown20-Sep-07 9:47 
AnswerRe: How do you populate DataGridControl cell? Pin
George L. Jackson20-Sep-07 13:07
George L. Jackson20-Sep-07 13:07 
QuestionInsertion of Smiley Faces in Rich Edit Control Pin
_Shiva19-Sep-07 1:58
_Shiva19-Sep-07 1:58 
AnswerRe: Insertion of Smiley Faces in Rich Edit Control Pin
Giorgi Dalakishvili19-Sep-07 2:43
mentorGiorgi Dalakishvili19-Sep-07 2:43 
QuestionHow to use System::Xml namespace in an MFC application? Pin
Rocky#18-Sep-07 18:13
Rocky#18-Sep-07 18:13 
AnswerRe: How to use System::Xml namespace in an MFC application? Pin
George L. Jackson18-Sep-07 23:46
George L. Jackson18-Sep-07 23:46 
GeneralRe: How to use System::Xml namespace in an MFC application? Pin
Rocky#20-Sep-07 18:07
Rocky#20-Sep-07 18:07 
QuestionRe: How to use System::Xml namespace in an MFC application? Pin
Rocky#20-Sep-07 20:15
Rocky#20-Sep-07 20:15 
GeneralRe: How to use System::Xml namespace in an MFC application? Pin
Rocky#20-Sep-07 20:42
Rocky#20-Sep-07 20:42 

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.