Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
GeneralRe: CP865 text encoding (a bit urgent). SOLUTION Pin
thomasa8-Jul-08 2:40
thomasa8-Jul-08 2:40 
QuestionDynamic interface display Pin
Nir sheffi8-Jul-08 1:13
Nir sheffi8-Jul-08 1:13 
AnswerRe: Dynamic interface display Pin
leppie8-Jul-08 1:38
leppie8-Jul-08 1:38 
GeneralRe: Dynamic interface display Pin
Nir sheffi8-Jul-08 2:11
Nir sheffi8-Jul-08 2:11 
GeneralRe: Dynamic interface display Pin
leppie8-Jul-08 4:10
leppie8-Jul-08 4:10 
GeneralRe: Dynamic interface display Pin
Nir sheffi8-Jul-08 4:14
Nir sheffi8-Jul-08 4:14 
GeneralRe: Dynamic interface display Pin
leppie8-Jul-08 4:33
leppie8-Jul-08 4:33 
GeneralRe: Dynamic interface display Pin
Nir sheffi8-Jul-08 20:34
Nir sheffi8-Jul-08 20:34 
class A
{
void print(B b){....}; // prints type B
}

struct B (ver 1.0)
{
int x;
}

struct B (ver 2.0)
{
int x;
int y;
}

if A does not ref. directly to assembly that holds B we can not compile since A does not know B.
but i want to load B dynamically, so i do not want to ref. B during compilation.
that is my problem.
Questionhow to retrive photos which are stroed in the active directory? Pin
kju0028-Jul-08 1:06
kju0028-Jul-08 1:06 
AnswerRe: how to retrive photos which are stroed in the active directory? Pin
half-life8-Jul-08 3:03
half-life8-Jul-08 3:03 
QuestionError in sending mail Pin
hadad8-Jul-08 1:03
hadad8-Jul-08 1:03 
AnswerRe: Error in sending mail Pin
Simon P Stevens8-Jul-08 1:32
Simon P Stevens8-Jul-08 1:32 
QuestionHelp for passing date parameter in crystal report Pin
Saiyed Alam8-Jul-08 0:55
Saiyed Alam8-Jul-08 0:55 
QuestionRegarding Validation of text boxes... Pin
tasumisra8-Jul-08 0:42
tasumisra8-Jul-08 0:42 
AnswerRe: Regarding Validation of text boxes... Pin
Simon P Stevens8-Jul-08 1:21
Simon P Stevens8-Jul-08 1:21 
GeneralRe: Regarding Validation of text boxes... Pin
tasumisra8-Jul-08 1:31
tasumisra8-Jul-08 1:31 
GeneralRe: Regarding Validation of text boxes... Pin
Nirandas8-Jul-08 2:26
Nirandas8-Jul-08 2:26 
QuestionRegarding tab control Pin
tasumisra8-Jul-08 0:09
tasumisra8-Jul-08 0:09 
AnswerRe: Regarding tab control Pin
CPallini8-Jul-08 0:19
mveCPallini8-Jul-08 0:19 
GeneralRe: Regarding tab control Pin
tasumisra8-Jul-08 0:39
tasumisra8-Jul-08 0:39 
GeneralRe: Regarding tab control Pin
tasumisra8-Jul-08 1:29
tasumisra8-Jul-08 1:29 
QuestionDataGrid with checkbox Pin
benjamin yap8-Jul-08 0:00
benjamin yap8-Jul-08 0:00 
AnswerRe: DataGrid with checkbox Pin
half-life8-Jul-08 3:35
half-life8-Jul-08 3:35 
GeneralRe: DataGrid with checkbox [modified] Pin
benjamin yap8-Jul-08 4:59
benjamin yap8-Jul-08 4:59 
Questionconverting Datatable or Datagridview to a picture to send it as an email Pin
Praveen Raghuvanshi7-Jul-08 22:26
professionalPraveen Raghuvanshi7-Jul-08 22:26 

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.