Click here to Skip to main content
15,791,740 members
Home / Discussions / C#
   

C#

 
GeneralRe: MouseUp Event Not Firing After DoDragDrop Pin
Kevin Marois14-Jul-09 13:38
professionalKevin Marois14-Jul-09 13:38 
QuestionSetting an origin for BinaryReader Pin
SimpleData14-Jul-09 8:16
SimpleData14-Jul-09 8:16 
QuestionC# struct and NuSOAP(php) Pin
OptiPlex14-Jul-09 7:58
OptiPlex14-Jul-09 7:58 
AnswerRe: C# struct and NuSOAP(php) Pin
dataminers14-Jul-09 10:23
dataminers14-Jul-09 10:23 
GeneralRe: C# struct and NuSOAP(php) Pin
OptiPlex14-Jul-09 10:26
OptiPlex14-Jul-09 10:26 
GeneralRe: C# struct and NuSOAP(php) Pin
dataminers14-Jul-09 10:30
dataminers14-Jul-09 10:30 
GeneralRe: C# struct and NuSOAP(php) Pin
Almighty Bob21-Jul-09 3:11
Almighty Bob21-Jul-09 3:11 
AnswerRe: C# struct and NuSOAP(php) Pin
Almighty Bob21-Jul-09 3:06
Almighty Bob21-Jul-09 3:06 
change

$server->register("getUserProfile",
	array(),
	array('return' => 'tns:UserProfileArray'),
	$namespace,
	false,
	'rpc',
	false,
	'Get the user profile object'
);


to

$server->register("getUserProfile",
	array(),
	array('return' => 'tns:UserProfile'),
	$namespace,
	false,
	'rpc',
	false,
	'Get the user profile object'
);


to return one profile. There's no point in defining an array of user profiles if all you want to return is one.


QuestionImage (Bitmap) Brightness/Contrast Pin
lexx_zone14-Jul-09 7:55
lexx_zone14-Jul-09 7:55 
AnswerRe: Image (Bitmap) Brightness/Contrast Pin
vineas14-Jul-09 8:06
vineas14-Jul-09 8:06 
AnswerRe: Image (Bitmap) Brightness/Contrast Pin
Luc Pattyn14-Jul-09 8:09
sitebuilderLuc Pattyn14-Jul-09 8:09 
AnswerRe: Image (Bitmap) Brightness/Contrast Pin
lexx_zone14-Jul-09 9:38
lexx_zone14-Jul-09 9:38 
QuestionBest method for syntax highlighting Pin
WebMaster14-Jul-09 7:36
WebMaster14-Jul-09 7:36 
AnswerRe: Best method for syntax highlighting Pin
Luc Pattyn14-Jul-09 8:31
sitebuilderLuc Pattyn14-Jul-09 8:31 
GeneralRe: Best method for syntax highlighting [modified] Pin
WebMaster14-Jul-09 9:45
WebMaster14-Jul-09 9:45 
GeneralRe: Best method for syntax highlighting Pin
Luc Pattyn14-Jul-09 16:19
sitebuilderLuc Pattyn14-Jul-09 16:19 
GeneralRe: Best method for syntax highlighting Pin
WebMaster14-Jul-09 21:47
WebMaster14-Jul-09 21:47 
GeneralRe: Best method for syntax highlighting Pin
Luc Pattyn15-Jul-09 1:03
sitebuilderLuc Pattyn15-Jul-09 1:03 
GeneralRe: Best method for syntax highlighting Pin
WebMaster15-Jul-09 2:24
WebMaster15-Jul-09 2:24 
GeneralRe: Best method for syntax highlighting Pin
Luc Pattyn15-Jul-09 2:43
sitebuilderLuc Pattyn15-Jul-09 2:43 
GeneralRe: Best method for syntax highlighting Pin
WebMaster15-Jul-09 2:56
WebMaster15-Jul-09 2:56 
GeneralRe: Best method for syntax highlighting Pin
Luc Pattyn15-Jul-09 3:03
sitebuilderLuc Pattyn15-Jul-09 3:03 
GeneralRe: Best method for syntax highlighting Pin
WebMaster15-Jul-09 3:33
WebMaster15-Jul-09 3:33 
GeneralRe: Best method for syntax highlighting Pin
Luc Pattyn15-Jul-09 3:44
sitebuilderLuc Pattyn15-Jul-09 3:44 
GeneralRe: Best method for syntax highlighting Pin
WebMaster15-Jul-09 4:23
WebMaster15-Jul-09 4:23 

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.