Click here to Skip to main content
15,911,141 members
Home / Discussions / C#
   

C#

 
QuestionUsing checkbox and button in DataList Pin
JayaDurai24-Jan-06 18:25
JayaDurai24-Jan-06 18:25 
QuestionAlter Table query in DBF through C#.NET ,Problem Pin
Anil Dhiman24-Jan-06 17:34
Anil Dhiman24-Jan-06 17:34 
QuestionSearch Engine Pin
Tugbay Sahin24-Jan-06 15:40
Tugbay Sahin24-Jan-06 15:40 
AnswerRe: Search Engine Pin
Heath Stewart24-Jan-06 15:51
protectorHeath Stewart24-Jan-06 15:51 
AnswerRe: Search Engine Pin
tarasn24-Jan-06 20:44
tarasn24-Jan-06 20:44 
QuestionNetwork drives Pin
Libor Tinka24-Jan-06 12:01
Libor Tinka24-Jan-06 12:01 
AnswerRe: Network drives Pin
Heath Stewart24-Jan-06 16:19
protectorHeath Stewart24-Jan-06 16:19 
QuestionSetWindowsHookEx fails on WIN98 Pin
ranzask24-Jan-06 10:31
ranzask24-Jan-06 10:31 
Hi peoeple,

i originly was working with VS.Net 2003 and i use WINXP.

when i tried to run my package on win 98 (installed the Framework 1.1) , it caused an Exception.

do i need to copy dll file along with my package?

my dll definitions:

<br />
[DllImport("user32.dll",CharSet=CharSet.Auto,<br />
CallingConvention=CallingConvention.StdCall)]<br />
public static extern int SetWindowsHookEx(int idHook, HookProc lpfn,IntPtr hInstance, int threadId);


my use in the code is :

KeyboardHookProcedure = new HookProc(KeyboardHookProc);<br />
				hKeyboardHook = SetWindowsHookEx( WH_KEYBOARD_LL,KeyboardHookProcedure,Marshal.GetHINSTANCE(	Assembly.GetExecutingAssembly().GetModules()[0]),0);<br />


Please Help.
Thanks alot,
Ran.
-- modified at 17:43 Tuesday 24th January, 2006
AnswerRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Heath Stewart24-Jan-06 11:41
protectorHeath Stewart24-Jan-06 11:41 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
ranzask24-Jan-06 11:48
ranzask24-Jan-06 11:48 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Heath Stewart24-Jan-06 11:52
protectorHeath Stewart24-Jan-06 11:52 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
ranzask24-Jan-06 12:11
ranzask24-Jan-06 12:11 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Heath Stewart24-Jan-06 12:15
protectorHeath Stewart24-Jan-06 12:15 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
ranzask24-Jan-06 12:38
ranzask24-Jan-06 12:38 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Heath Stewart24-Jan-06 13:08
protectorHeath Stewart24-Jan-06 13:08 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
ranzask24-Jan-06 13:27
ranzask24-Jan-06 13:27 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Dave Kreskowiak24-Jan-06 14:45
mveDave Kreskowiak24-Jan-06 14:45 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
ranzask24-Jan-06 14:52
ranzask24-Jan-06 14:52 
GeneralRe: SetWindowsHookEx fails on VS Express and work on VS2003 Pin
Heath Stewart24-Jan-06 15:45
protectorHeath Stewart24-Jan-06 15:45 
QuestionDefaultValueAttribute Pin
tylerl24-Jan-06 10:07
tylerl24-Jan-06 10:07 
AnswerRe: DefaultValueAttribute Pin
Heath Stewart24-Jan-06 11:30
protectorHeath Stewart24-Jan-06 11:30 
QuestionSelf-deleting hashtable entries Pin
User 665824-Jan-06 10:02
User 665824-Jan-06 10:02 
AnswerRe: Self-deleting hashtable entries Pin
tylerl24-Jan-06 10:11
tylerl24-Jan-06 10:11 
GeneralRe: Self-deleting hashtable entries Pin
User 665824-Jan-06 12:58
User 665824-Jan-06 12:58 
AnswerRe: Self-deleting hashtable entries Pin
tarasn24-Jan-06 10:14
tarasn24-Jan-06 10:14 

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.