Click here to Skip to main content
15,905,867 members
Home / Discussions / C#
   

C#

 
QuestionFind Year from text in C# Pin
montu337727-Apr-10 17:01
montu337727-Apr-10 17:01 
AnswerRe: Find Year from text in C# Pin
RCoate27-Apr-10 17:05
RCoate27-Apr-10 17:05 
GeneralRe: Find Year from text in C# Pin
montu337727-Apr-10 17:20
montu337727-Apr-10 17:20 
GeneralRe: Find Year from text in C# Pin
PIEBALDconsult27-Apr-10 17:29
mvePIEBALDconsult27-Apr-10 17:29 
AnswerRe: Find Year from text in C# Pin
Mycroft Holmes27-Apr-10 17:20
professionalMycroft Holmes27-Apr-10 17:20 
AnswerRe: Find Year from text in C# Pin
Gerry Schmitz27-Apr-10 23:19
mveGerry Schmitz27-Apr-10 23:19 
Questionchange the image to the color.. Pin
@nisha 2n27-Apr-10 15:35
@nisha 2n27-Apr-10 15:35 
AnswerRe: change the image to the color.. Pin
Mycroft Holmes27-Apr-10 17:13
professionalMycroft Holmes27-Apr-10 17:13 
GeneralRe: change the image to the color.. Pin
@nisha 2n27-Apr-10 20:20
@nisha 2n27-Apr-10 20:20 
QuestionPC Crashed: Getting "Class Library Cannot be Started Directly" error Pin
boreland27-Apr-10 14:38
boreland27-Apr-10 14:38 
AnswerRe: PC Crashed: Getting "Class Library Cannot be Started Directly" error Pin
Luc Pattyn27-Apr-10 15:07
sitebuilderLuc Pattyn27-Apr-10 15:07 
QuestionDLL Decomplile Pin
Abdullah S. Abdelhay27-Apr-10 8:24
Abdullah S. Abdelhay27-Apr-10 8:24 
AnswerRe: DLL Decomplile Pin
Dimitri Witkowski27-Apr-10 8:31
Dimitri Witkowski27-Apr-10 8:31 
AnswerRe: DLL Decomplile Pin
Ian Shlasko27-Apr-10 8:32
Ian Shlasko27-Apr-10 8:32 
AnswerRe: DLL Decomplile Pin
Pete O'Hanlon27-Apr-10 22:36
mvePete O'Hanlon27-Apr-10 22:36 
AnswerRe: DLL Decomplile Pin
harold aptroot28-Apr-10 2:00
harold aptroot28-Apr-10 2:00 
QuestionReading & Modifying XML Data in C# Pin
GrgBalden27-Apr-10 6:53
GrgBalden27-Apr-10 6:53 
AnswerRe: Reading & Modifying XML Data in C# Pin
Dan Mos27-Apr-10 7:17
Dan Mos27-Apr-10 7:17 
GeneralRe: Reading & Modifying XML Data in C# Pin
GrgBalden27-Apr-10 23:33
GrgBalden27-Apr-10 23:33 
GeneralRe: Reading & Modifying XML Data in C# [modified] Pin
Dan Mos28-Apr-10 3:24
Dan Mos28-Apr-10 3:24 
GeneralRe: Reading & Modifying XML Data in C# Pin
GrgBalden28-Apr-10 4:43
GrgBalden28-Apr-10 4:43 
GeneralRe: Reading & Modifying XML Data in C# Pin
Dan Mos28-Apr-10 8:02
Dan Mos28-Apr-10 8:02 
GeneralRe: Reading & Modifying XML Data in C# Pin
GrgBalden28-Apr-10 10:44
GrgBalden28-Apr-10 10:44 
QuestionCheckbox on the ColumnHeader [modified] Pin
Natural_Demon27-Apr-10 4:55
Natural_Demon27-Apr-10 4:55 
AnswerRe: Checkbox on the ColumnHeader [modified] Pin
Natural_Demon27-Apr-10 5:39
Natural_Demon27-Apr-10 5:39 
i extented ...
[StructLayout(LayoutKind.Sequential)]
private struct NMHDR
{
    public IntPtr hwndFrom;
    public int idFrom;
    public int code;
} //NMHDR


to ...
[StructLayout(LayoutKind.Sequential)]
private struct NMHDR2
{
    public IntPtr hwndFrom;
    public int idFrom;
    public int code;
    public int coder;
} //NMHDR


this new variable 'coder' contains numbers, like: -12, -16, -23 -320, -321, -326 -327, -530

-12 and -530 seam to be mouseover and mouseleave.
-16 and -326 seam to be mouseclick / down and mouse release.

i posted a logoutput.
http://pastebin.com/HuCk5cac[^]

anyone experienced with this?
Bad = knowing 2 much
modified on Tuesday, April 27, 2010 2:47 PM

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.