Click here to Skip to main content
15,884,473 members
Home / Discussions / C#
   

C#

 
GeneralConnecting C#.Net to SQL Server 2000 Pin
klaydze30-Jan-08 17:31
klaydze30-Jan-08 17:31 
GeneralRe: Connecting C#.Net to SQL Server 2000 Pin
Rocky#30-Jan-08 20:19
Rocky#30-Jan-08 20:19 
GeneralRe: Connecting C#.Net to SQL Server 2000 Pin
Ashfield31-Jan-08 0:06
Ashfield31-Jan-08 0:06 
GeneralCatching specialty keys from keyboard [modified] Pin
Jordanwb30-Jan-08 10:16
Jordanwb30-Jan-08 10:16 
GeneralRe: Catching specialty keys from keyboard Pin
DaveyM6930-Jan-08 10:43
professionalDaveyM6930-Jan-08 10:43 
GeneralRe: Catching specialty keys from keyboard Pin
Jordanwb30-Jan-08 10:54
Jordanwb30-Jan-08 10:54 
GeneralRe: Catching specialty keys from keyboard Pin
TJoe30-Jan-08 10:57
TJoe30-Jan-08 10:57 
GeneralRe: Catching specialty keys from keyboard Pin
Jordanwb30-Jan-08 11:32
Jordanwb30-Jan-08 11:32 
Regarding that code you pointed me too. After put each line of code on it's one physical line and after fixing a few problems I have one left to solve:

<br />
protected static extern IntPtr SetWindowsHookEx(HookType code,  HookProc func,  IntPtr hInstance,  int threadID); <br />


Error #1:
The type or namespace name 'HookProc' could not be found (are you missing a using directive or an assembly reference?)

On a slightly related note. Can someone explain to me what:

[DllImport("user32.dll")]

does?
GeneralRe: Catching specialty keys from keyboard Pin
Dan Neely31-Jan-08 2:47
Dan Neely31-Jan-08 2:47 
GeneralRe: Catching specialty keys from keyboard Pin
Jordanwb30-Jan-08 12:03
Jordanwb30-Jan-08 12:03 
GeneralDocking Panel under another Panel Pin
DSdragondude30-Jan-08 6:50
DSdragondude30-Jan-08 6:50 
GeneralRe: Docking Panel under another Panel Pin
TJoe30-Jan-08 6:54
TJoe30-Jan-08 6:54 
GeneralRe: Docking Panel under another Panel Pin
DSdragondude30-Jan-08 6:55
DSdragondude30-Jan-08 6:55 
GeneralRe: Docking Panel under another Panel Pin
TJoe30-Jan-08 6:58
TJoe30-Jan-08 6:58 
GeneralRe: Docking Panel under another Panel Pin
DSdragondude30-Jan-08 6:59
DSdragondude30-Jan-08 6:59 
GeneralDeserialization problems Pin
Bekjong30-Jan-08 3:25
Bekjong30-Jan-08 3:25 
GeneralRe: Deserialization problems Pin
Skippums30-Jan-08 5:08
Skippums30-Jan-08 5:08 
GeneralRe: Deserialization problems Pin
Bekjong30-Jan-08 23:49
Bekjong30-Jan-08 23:49 
GeneralRe: Deserialization problems Pin
Not Active30-Jan-08 5:52
mentorNot Active30-Jan-08 5:52 
AnswerRe: Deserialization problems Pin
TJoe30-Jan-08 6:53
TJoe30-Jan-08 6:53 
GeneralXP Style Pin
topcatalpha30-Jan-08 3:04
topcatalpha30-Jan-08 3:04 
GeneralRe: XP Style Pin
topcatalpha30-Jan-08 4:23
topcatalpha30-Jan-08 4:23 
QuestionConstructing an wizard aplication... Pin
pcaeiro30-Jan-08 2:55
pcaeiro30-Jan-08 2:55 
GeneralRe: Constructing an wizard aplication... Pin
Bekjong30-Jan-08 3:35
Bekjong30-Jan-08 3:35 
GeneralRe: Constructing an wizard aplication... Pin
pcaeiro30-Jan-08 16:49
pcaeiro30-Jan-08 16:49 

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.