Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Mark Salsbery24-May-07 10:44
Mark Salsbery24-May-07 10:44 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 11:01
Tal S.24-May-07 11:01 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Mark Salsbery24-May-07 11:09
Mark Salsbery24-May-07 11:09 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 11:27
Tal S.24-May-07 11:27 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Mark Salsbery24-May-07 11:30
Mark Salsbery24-May-07 11:30 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Hamid_RT24-May-07 11:21
Hamid_RT24-May-07 11:21 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Mark Salsbery24-May-07 11:29
Mark Salsbery24-May-07 11:29 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Hamid_RT24-May-07 11:40
Hamid_RT24-May-07 11:40 
Sometime answer to questions like this question is difficult because you must use of your experience because infotmations are limited.
-----------------------
For C# I worked with C# but I think usualy I said where's my header or resource files but I think generaly C# is easier than C++ but for example see this code
[DllImport("user32.dll")]
public static extern bool SendMessage(
IntPtr hWnd,		
Int32 msg,
Int32 wParam,		
ref LV_ITEM lParam);
//the I used of SendMessage
m_List.SendMessage(listView1.Handle, 
m_List.LVM_SETITEM, 0, ref lvi);





WhiteSky

GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 12:15
Tal S.24-May-07 12:15 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Hamid_RT24-May-07 21:35
Hamid_RT24-May-07 21:35 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 11:31
Tal S.24-May-07 11:31 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 11:36
Tal S.24-May-07 11:36 
QuestionLNK Error 1112 Pin
Manjunath S24-May-07 3:46
Manjunath S24-May-07 3:46 
AnswerRe: LNK Error 1112 Pin
JudyL_MD24-May-07 5:08
JudyL_MD24-May-07 5:08 
QuestionButton and focus Pin
ArielR24-May-07 2:33
ArielR24-May-07 2:33 
AnswerRe: Button and focus Pin
Nibu babu thomas24-May-07 2:53
Nibu babu thomas24-May-07 2:53 
AnswerRe: Button and focus Pin
ArielR24-May-07 2:57
ArielR24-May-07 2:57 
GeneralRe: Button and focus Pin
CPallini24-May-07 3:19
mveCPallini24-May-07 3:19 
Questionpreemption for 16ms Pin
Nir sheffi24-May-07 1:25
Nir sheffi24-May-07 1:25 
AnswerRe: preemption for 16ms Pin
Roger Stoltz24-May-07 1:35
Roger Stoltz24-May-07 1:35 
GeneralRe: preemption for 16ms Pin
Nir sheffi24-May-07 1:57
Nir sheffi24-May-07 1:57 
GeneralRe: preemption for 16ms Pin
CPallini24-May-07 2:14
mveCPallini24-May-07 2:14 
GeneralRe: preemption for 16ms Pin
Nir sheffi24-May-07 2:45
Nir sheffi24-May-07 2:45 
GeneralRe: preemption for 16ms Pin
Roger Stoltz24-May-07 2:20
Roger Stoltz24-May-07 2:20 
AnswerRe: preemption for 16ms Pin
Randor 24-May-07 3:28
professional Randor 24-May-07 3:28 

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.