Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
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 
QuestionDate Time Picker Pin
Sajjad Leo2-Apr-09 19:03
Sajjad Leo2-Apr-09 19:03 
AnswerRe: Date Time Picker Pin
BlitzPackage2-Apr-09 19:31
BlitzPackage2-Apr-09 19:31 
QuestionHow to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:01
12Code2-Apr-09 19:01 
AnswerRe: How to extract a list of substrings from a string which match specified format using Regex Pin
Christian Graus2-Apr-09 19:09
protectorChristian Graus2-Apr-09 19:09 
QuestionRe: How to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:24
12Code2-Apr-09 19:24 
AnswerRe: How to extract a list of substrings from a string which match specified format using Regex Pin
12Code2-Apr-09 19:57
12Code2-Apr-09 19:57 
QuestionMs word file solution Pin
Sajjad Leo2-Apr-09 18:39
Sajjad Leo2-Apr-09 18:39 
QuestionReading a file under vista Pin
Christian Graus2-Apr-09 18:34
protectorChristian Graus2-Apr-09 18:34 

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.