Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to get textboxes generating dynamically Pin
dipak.dipak10-Jan-08 18:56
dipak.dipak10-Jan-08 18:56 
GeneralRe: how to get textboxes generating dynamically Pin
mrcsn10-Jan-08 20:25
mrcsn10-Jan-08 20:25 
GeneralRe: how to get textboxes generating dynamically Pin
imsathy10-Jan-08 20:38
imsathy10-Jan-08 20:38 
AnswerRe: how to get click events for dynamically generated buttons Pin
Luc Pattyn11-Jan-08 0:19
sitebuilderLuc Pattyn11-Jan-08 0:19 
Questionhow to check if a given xml file is well formed or not? Pin
G.K.M.10-Jan-08 16:48
G.K.M.10-Jan-08 16:48 
AnswerRe: how to check if a given xml file is well formed or not? Pin
Mark Greenwood10-Jan-08 17:03
Mark Greenwood10-Jan-08 17:03 
AnswerRe: how to check if a given xml file is well formed or not? Pin
MeetUdaya10-Jan-08 22:10
MeetUdaya10-Jan-08 22:10 
GeneralCalling a method from a Lib to Exe Pin
MAW3010-Jan-08 16:42
MAW3010-Jan-08 16:42 
Is it possible to call a method from a library to the main program and if so how (see example). If it is not possible please let me know.


class Library1
{
// Cannot add reference to Exe
MethodA()
}

class Exe
{
// Reference to Library1
void MethodA()
{
a = b + c;
}
}

There is a reference to Library1 in Exe
I can not add a reference to Libray1 for Exe because I would get a circular reference therefore it can not see Exe. How can I solve this problem.

Thanks in advance,
Michael
GeneralRe: Calling a method from a Lib to Exe Pin
Mark Greenwood10-Jan-08 17:06
Mark Greenwood10-Jan-08 17:06 
GeneralThe SharpCode.SharpZipLib.Zip better than The IO.Compression ? [modified] Pin
Vampire1986hieu10-Jan-08 16:14
Vampire1986hieu10-Jan-08 16:14 
GeneralRe: The SharpCode.SharpZipLib.Zip better than The IO.Compression ? Pin
Scott Dorman12-Jan-08 7:35
professionalScott Dorman12-Jan-08 7:35 
GeneralPlaying a song in a seperate thread Pin
Jordanwb10-Jan-08 11:58
Jordanwb10-Jan-08 11:58 
GeneralRe: Playing a song in a seperate thread Pin
Judah Gabriel Himango10-Jan-08 12:01
sponsorJudah Gabriel Himango10-Jan-08 12:01 
GeneralRe: Playing a song in a seperate thread Pin
Jordanwb10-Jan-08 12:30
Jordanwb10-Jan-08 12:30 
GeneralRe: Playing a song in a seperate thread Pin
Jordanwb10-Jan-08 13:32
Jordanwb10-Jan-08 13:32 
GeneralRe: Playing a song in a seperate thread Pin
Judah Gabriel Himango10-Jan-08 15:48
sponsorJudah Gabriel Himango10-Jan-08 15:48 
GeneralRe: Playing a song in a seperate thread Pin
Jordanwb11-Jan-08 3:06
Jordanwb11-Jan-08 3:06 
GeneralRe: Playing a song in a seperate thread Pin
Patrick Etc.10-Jan-08 12:34
Patrick Etc.10-Jan-08 12:34 
GeneralRe: Playing a song in a seperate thread Pin
Expert Coming10-Jan-08 19:50
Expert Coming10-Jan-08 19:50 
GeneralRe: Playing a song in a seperate thread Pin
electriac13-Jan-08 12:55
electriac13-Jan-08 12:55 
GeneralState Transition Diagram Pin
james_dixon_200810-Jan-08 11:33
james_dixon_200810-Jan-08 11:33 
GeneralRe: State Transition Diagram Pin
Pete O'Hanlon15-Jan-08 4:38
mvePete O'Hanlon15-Jan-08 4:38 
GeneralDataTable.Select("Column is null") very slow Pin
bemahesh10-Jan-08 11:25
bemahesh10-Jan-08 11:25 
GeneralRe: DataTable.Select("Column is null") very slow Pin
Mark Greenwood10-Jan-08 17:13
Mark Greenwood10-Jan-08 17:13 
GeneralRe: DataTable.Select("Column is null") very slow Pin
bemahesh11-Jan-08 3:14
bemahesh11-Jan-08 3:14 

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.