Click here to Skip to main content
15,917,795 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checking for the public key on a assembly Pin
James T. Johnson26-Jan-02 9:14
James T. Johnson26-Jan-02 9:14 
QuestionC# ? Pin
25-Jan-02 11:18
suss25-Jan-02 11:18 
AnswerRe: C# ? Pin
James T. Johnson25-Jan-02 14:50
James T. Johnson25-Jan-02 14:50 
AnswerRe: C# ? Pin
Peter Stephens25-Jan-02 15:04
Peter Stephens25-Jan-02 15:04 
GeneralRe: C# ? Pin
James T. Johnson26-Jan-02 17:04
James T. Johnson26-Jan-02 17:04 
GeneralRe: C# ? Pin
27-Jan-02 5:43
suss27-Jan-02 5:43 
GeneralRe: C# ? Pin
James T. Johnson29-Jan-02 12:57
James T. Johnson29-Jan-02 12:57 
GenerallParam to LPNMHDR Pin
kasturirawat25-Jan-02 10:33
kasturirawat25-Jan-02 10:33 
Hi,
I’m trying to use wndProc for ListView in C#.
LRESULT CALLBACK MainWndProc( HWND hWnd,
UINT uMessage,
WPARAM wParam,
LPARAM lParam)
{
switch (uMessage)
{
case WM_NOTIFY:
ListViewNotify(hWnd, lParam)
}
}
LRESULT ListViewNotify(HWND hWnd, LPARAM lParam)
{
//Any idea how can I write following code in C#.
//C Code is
LPNMHDR lpnmh = (LPNMHDR) lParam; // Translate in C#???????
}

Any help on this would be great.


GeneralGlobal database connection string in Windows Form Application Pin
kyledunn25-Jan-02 9:42
kyledunn25-Jan-02 9:42 
GeneralRe: Global database connection string in Windows Form Application Pin
Peter Stephens25-Jan-02 10:45
Peter Stephens25-Jan-02 10:45 
GeneralRe: Global database connection string in Windows Form Application Pin
kyledunn25-Jan-02 11:10
kyledunn25-Jan-02 11:10 
Generalinstallutil.exe Pin
omkamal25-Jan-02 9:08
omkamal25-Jan-02 9:08 
GeneralRe: installutil.exe Pin
James T. Johnson26-Jan-02 17:07
James T. Johnson26-Jan-02 17:07 
GeneralIncluding dotnetfx.exe in deployment project Pin
kyledunn25-Jan-02 8:37
kyledunn25-Jan-02 8:37 
GeneralRe: Including dotnetfx.exe in deployment project Pin
James T. Johnson25-Jan-02 9:05
James T. Johnson25-Jan-02 9:05 
GeneralRe: Including dotnetfx.exe in deployment project Pin
kyledunn25-Jan-02 9:26
kyledunn25-Jan-02 9:26 
GeneralPlease tell me why Pin
25-Jan-02 4:05
suss25-Jan-02 4:05 
GeneralRe: Please tell me why Pin
James T. Johnson25-Jan-02 7:33
James T. Johnson25-Jan-02 7:33 
GeneralRe: Please tell me why Pin
26-Jan-02 5:44
suss26-Jan-02 5:44 
GeneralPrinting, wrapping text, pagination, etc. Pin
kyledunn24-Jan-02 5:43
kyledunn24-Jan-02 5:43 
GeneralRe: Printing, wrapping text, pagination, etc. Pin
Peter Stephens25-Jan-02 7:55
Peter Stephens25-Jan-02 7:55 
GeneralRe: Printing, wrapping text, pagination, etc. Pin
kyledunn25-Jan-02 8:11
kyledunn25-Jan-02 8:11 
GeneralRe: Printing, wrapping text, pagination, etc. Pin
Peter Stephens25-Jan-02 10:16
Peter Stephens25-Jan-02 10:16 
GeneralRe: Printing, wrapping text, pagination, etc. Pin
kyledunn25-Jan-02 10:21
kyledunn25-Jan-02 10:21 
GeneralJust wondering about the lag... Pin
TheFLC23-Jan-02 21:50
TheFLC23-Jan-02 21:50 

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.