Click here to Skip to main content
15,924,317 members
Home / Discussions / C#
   

C#

 
Question.net remoting Object oriented programming. Pin
Sanjay Khan G24-Jul-06 10:27
Sanjay Khan G24-Jul-06 10:27 
QuestionRichTextBox Selection color problem Pin
Radu Sorin24-Jul-06 10:17
Radu Sorin24-Jul-06 10:17 
AnswerRe: RichTextBox Selection color problem Pin
mav.northwind24-Jul-06 20:14
mav.northwind24-Jul-06 20:14 
QuestionFile info from Windows Media Player Control Pin
ytubis24-Jul-06 9:51
ytubis24-Jul-06 9:51 
QuestionArrays in C# structs? Pin
Kuang Cao24-Jul-06 9:25
Kuang Cao24-Jul-06 9:25 
AnswerRe: Arrays in C# structs? Pin
Paul Brower24-Jul-06 9:54
Paul Brower24-Jul-06 9:54 
GeneralRe: Arrays in C# structs? Pin
Kuang Cao24-Jul-06 10:03
Kuang Cao24-Jul-06 10:03 
GeneralRe: Arrays in C# structs? Pin
Andrew Lygin24-Jul-06 19:48
Andrew Lygin24-Jul-06 19:48 
Where do you take data for the struct instances?
If data are taken from a database then you can create constructor with one parameter (record identifier) and load data within this constructor. Or you can add Load(int id) method to your struct. If data are random then you can add FillRandom() method. And so on.

Questionvalidate string for special characters Pin
iramg24-Jul-06 9:14
iramg24-Jul-06 9:14 
AnswerRe: validate string for special characters Pin
Sean8924-Jul-06 9:19
Sean8924-Jul-06 9:19 
GeneralRe: validate string for special characters Pin
iramg24-Jul-06 9:23
iramg24-Jul-06 9:23 
GeneralRe: validate string for special characters Pin
Ennis Ray Lynch, Jr.24-Jul-06 9:53
Ennis Ray Lynch, Jr.24-Jul-06 9:53 
GeneralRe: validate string for special characters Pin
Not Active24-Jul-06 9:53
mentorNot Active24-Jul-06 9:53 
Question.Net 2.0 WebBrowser Control and Flash Problem [modified] Pin
seanie8124-Jul-06 9:11
seanie8124-Jul-06 9:11 
AnswerRe: .Net 2.0 WebBrowser Control and Flash Problem Pin
Ista24-Jul-06 11:11
Ista24-Jul-06 11:11 
QuestionMoving Threads Pin
NaNg1524124-Jul-06 9:09
NaNg1524124-Jul-06 9:09 
AnswerRe: Moving Threads Pin
Not Active24-Jul-06 9:49
mentorNot Active24-Jul-06 9:49 
GeneralRe: Moving Threads Pin
NaNg1524124-Jul-06 10:06
NaNg1524124-Jul-06 10:06 
GeneralRe: Moving Threads Pin
Not Active24-Jul-06 10:12
mentorNot Active24-Jul-06 10:12 
AnswerRe: Moving Threads Pin
User 167325224-Jul-06 19:49
User 167325224-Jul-06 19:49 
QuestionHashtable vs. Dictionary Pin
honeyman_can24-Jul-06 8:46
honeyman_can24-Jul-06 8:46 
AnswerRe: Hashtable vs. Dictionary [modified] Pin
eggsovereasy24-Jul-06 8:52
eggsovereasy24-Jul-06 8:52 
AnswerRe: Hashtable vs. Dictionary Pin
Not Active24-Jul-06 10:09
mentorNot Active24-Jul-06 10:09 
GeneralRe: Hashtable vs. Dictionary Pin
honeyman_can24-Jul-06 10:30
honeyman_can24-Jul-06 10:30 
GeneralRe: Hashtable vs. Dictionary Pin
leppie24-Jul-06 10:41
leppie24-Jul-06 10:41 

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.