Click here to Skip to main content
15,908,015 members
Home / Discussions / C#
   

C#

 
QuestionAccess to field attributes by object instance Pin
tgoessi2-Apr-09 21:08
tgoessi2-Apr-09 21:08 
AnswerRe: Access to field attributes by object instance Pin
Mycroft Holmes2-Apr-09 21:25
professionalMycroft Holmes2-Apr-09 21:25 
QuestionWebBrowser in a form....Help plz! Pin
Rajdeep.NET is BACK2-Apr-09 20:15
Rajdeep.NET is BACK2-Apr-09 20:15 
AnswerRe: WebBrowser in a form....Help plz! Pin
Ravi Mori2-Apr-09 20:20
Ravi Mori2-Apr-09 20:20 
GeneralIts not Working! Pin
Rajdeep.NET is BACK2-Apr-09 20:28
Rajdeep.NET is BACK2-Apr-09 20:28 
GeneralRe: Its not Working! Pin
Ravi Mori2-Apr-09 20:40
Ravi Mori2-Apr-09 20:40 
GeneralRe: Its not Working! PinPopular
Spunky Coder2-Apr-09 20:53
Spunky Coder2-Apr-09 20:53 
GeneralRe: Its not Working! Pin
Spunky Coder2-Apr-09 21:42
Spunky Coder2-Apr-09 21:42 
GeneralDont worry! I have successfully completed it.. Pin
Rajdeep.NET is BACK2-Apr-09 22:03
Rajdeep.NET is BACK2-Apr-09 22:03 
GeneralWhere do I enter the code? Pin
Rajdeep.NET is BACK2-Apr-09 21:14
Rajdeep.NET is BACK2-Apr-09 21:14 
AnswerRe: WebBrowser in a form....Help plz! Pin
0x3c02-Apr-09 20:47
0x3c02-Apr-09 20:47 
GeneralWhere do I add the code? Help....! Pin
Rajdeep.NET is BACK2-Apr-09 21:11
Rajdeep.NET is BACK2-Apr-09 21:11 
GeneralRe: Where do I add the code? Help....! Pin
HuntingWabbits2-Apr-09 21:20
HuntingWabbits2-Apr-09 21:20 
GeneralThanx Guys! Pin
Rajdeep.NET is BACK2-Apr-09 21:38
Rajdeep.NET is BACK2-Apr-09 21:38 
QuestionFont size Pin
yesu prakash2-Apr-09 19:56
yesu prakash2-Apr-09 19:56 
AnswerRe: Font size Pin
0x3c02-Apr-09 19:59
0x3c02-Apr-09 19:59 
ft = new Font(ft.FontFamily, 15);
This assumes that ft is initialised and not null. If ft is null, then specify another argument (like the font name) instead of ft.FontFamily. If you do end up with this, don't forget to put the font name in double quotes, like this:
ft = new Font("Arial", 15);
QuestionFile.Copy Issue Pin
BlitzPackage2-Apr-09 19:38
BlitzPackage2-Apr-09 19:38 
AnswerRe: File.Copy Issue Pin
Luc Pattyn2-Apr-09 19:42
sitebuilderLuc Pattyn2-Apr-09 19:42 
GeneralRe: File.Copy Issue Pin
BlitzPackage2-Apr-09 19:48
BlitzPackage2-Apr-09 19:48 
AnswerRe: File.Copy Issue Pin
dealon2-Apr-09 20:19
dealon2-Apr-09 20:19 
AnswerRe: File.Copy Issue Pin
0x3c02-Apr-09 20:51
0x3c02-Apr-09 20:51 
AnswerRe: File.Copy Issue Pin
BlitzPackage3-Apr-09 1:42
BlitzPackage3-Apr-09 1:42 
GeneralRe: File.Copy Issue Pin
BlitzPackage3-Apr-09 1:59
BlitzPackage3-Apr-09 1:59 
QuestionAdding items to TableLayoutPanel Pin
mrithula82-Apr-09 19:21
mrithula82-Apr-09 19:21 
AnswerRe: Adding items to TableLayoutPanel Pin
dealon2-Apr-09 20:31
dealon2-Apr-09 20:31 

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.