Click here to Skip to main content
15,925,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem using embedded WMP to play file in C# Pin
User 96257810-Jun-04 17:21
User 96257810-Jun-04 17:21 
GeneralRe: Problem using embedded WMP to play file in C# Pin
Admiral Ackbar11-Jun-04 2:33
Admiral Ackbar11-Jun-04 2:33 
GeneralAlso..... Pin
User 96257812-Jun-04 7:17
User 96257812-Jun-04 7:17 
GeneralRe: Also..... Pin
Admiral Ackbar12-Jun-04 11:30
Admiral Ackbar12-Jun-04 11:30 
GeneralRe: Also..... Pin
User 96257812-Jun-04 17:08
User 96257812-Jun-04 17:08 
GeneralWindows Services - Config App Pin
AndyBewley10-Jun-04 12:41
sussAndyBewley10-Jun-04 12:41 
GeneralRe: Windows Services - Config App Pin
Xiangyang Liu 刘向阳10-Jun-04 14:36
Xiangyang Liu 刘向阳10-Jun-04 14:36 
Generalhelp in dll Pin
SherKar10-Jun-04 11:57
SherKar10-Jun-04 11:57 
HHOOK h;<br />
LRESULT CALLBACK CallWndProc(int nCode,WPARAM wParam,LPARAM lParam)<br />
{<br />
<br />
	switch(nCode)<br />
	{<br />
		case WM_SIZING:<br />
				return 0;<br />
		break;<br />
		<br />
		case WM_MOVING:<br />
				 return 0;<br />
		break;<br />
<br />
		default:<br />
			return CallNextHookEx(h,nCode,wParam,lParam);<br />
	}<br />
}<br />
void InstallHook()<br />
{<br />
	h=SetWindowsHookEx(WH_CALLWNDPROC,CallWndProc,0,0);<br />
}


this code if made in mfc dll but i have 2 problems :
1- i dont know if the created DLL is created correctly or not
2- i used this DLL in another app and called InstallHook but a big msg appears said that there is no entry piont for the installhook in the dll

if anyone knows anything plz reply me
GeneralRe: help in dll Pin
Colin Angus Mackay10-Jun-04 12:20
Colin Angus Mackay10-Jun-04 12:20 
GeneralUser Controls Pin
Flack10-Jun-04 11:18
Flack10-Jun-04 11:18 
GeneralRe: User Controls Pin
Heath Stewart11-Jun-04 3:20
protectorHeath Stewart11-Jun-04 3:20 
GeneralAMS Profile Question Pin
centiipede10-Jun-04 11:02
centiipede10-Jun-04 11:02 
GeneralRe: AMS Profile Question Pin
Heath Stewart11-Jun-04 3:15
protectorHeath Stewart11-Jun-04 3:15 
GeneralRe: AMS Profile Question Pin
Alvaro Mendez11-Jun-04 5:17
Alvaro Mendez11-Jun-04 5:17 
GeneralRe: AMS Profile Question Pin
centiipede11-Jun-04 7:02
centiipede11-Jun-04 7:02 
Generalrunnig SWF file on asp.net Pin
Amirjalaly10-Jun-04 11:00
Amirjalaly10-Jun-04 11:00 
GeneralRe: runnig SWF file on asp.net Pin
Heath Stewart11-Jun-04 3:12
protectorHeath Stewart11-Jun-04 3:12 
Generalconnecting throw modem Pin
Amirjalaly10-Jun-04 10:50
Amirjalaly10-Jun-04 10:50 
GeneralRe: connecting throw modem Pin
Heath Stewart11-Jun-04 3:05
protectorHeath Stewart11-Jun-04 3:05 
QuestionSorting DataGrid => DataTable ?? Pin
V.10-Jun-04 9:25
professionalV.10-Jun-04 9:25 
AnswerRe: Sorting DataGrid =&gt; DataTable ?? Pin
Bill Dean10-Jun-04 10:04
Bill Dean10-Jun-04 10:04 
GeneralDataGrids and Business Objects Pin
mchean10-Jun-04 9:16
mchean10-Jun-04 9:16 
GeneralRe: DataGrids and Business Objects Pin
Heath Stewart10-Jun-04 10:17
protectorHeath Stewart10-Jun-04 10:17 
GeneralRe: DataGrids and Business Objects Pin
mchean11-Jun-04 8:24
mchean11-Jun-04 8:24 
GeneralRe: DataGrids and Business Objects Pin
Heath Stewart11-Jun-04 8:55
protectorHeath Stewart11-Jun-04 8:55 

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.