Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read/Write Pin
7129-Mar-07 1:35
7129-Mar-07 1:35 
GeneralRe: Read/Write Pin
Colin Angus Mackay29-Mar-07 3:18
Colin Angus Mackay29-Mar-07 3:18 
AnswerRe: Read/Write Pin
gauthee29-Mar-07 0:32
gauthee29-Mar-07 0:32 
GeneralRe: Read/Write Pin
Colin Angus Mackay29-Mar-07 0:35
Colin Angus Mackay29-Mar-07 0:35 
QuestionProblem regarding memory allocation Pin
Farhan Ali28-Mar-07 23:42
Farhan Ali28-Mar-07 23:42 
AnswerRe: Problem regarding memory allocation Pin
Pete O'Hanlon29-Mar-07 2:04
mvePete O'Hanlon29-Mar-07 2:04 
Questionformat problem Pin
darkcalin28-Mar-07 23:34
darkcalin28-Mar-07 23:34 
AnswerRe: format problem Pin
mabo4228-Mar-07 23:50
mabo4228-Mar-07 23:50 
You can use String.Format:

int x=10;
int y=999;

string sForX=String.Format("{0:0000}", x); 
string sForY=String.Format("{0:0000}", y);

GeneralRe: format problem Pin
darkcalin28-Mar-07 23:53
darkcalin28-Mar-07 23:53 
Questionreading data from dataset to xml Pin
JacquesDP28-Mar-07 23:31
JacquesDP28-Mar-07 23:31 
AnswerRe: reading data from dataset to xml Pin
darkcalin28-Mar-07 23:36
darkcalin28-Mar-07 23:36 
GeneralRe: reading data from dataset to xml Pin
JacquesDP28-Mar-07 23:40
JacquesDP28-Mar-07 23:40 
GeneralRe: reading data from dataset to xml Pin
darkcalin28-Mar-07 23:43
darkcalin28-Mar-07 23:43 
GeneralRe: reading data from dataset to xml Pin
JacquesDP29-Mar-07 0:53
JacquesDP29-Mar-07 0:53 
QuestionDesigning subclass references Pin
areel28-Mar-07 23:09
areel28-Mar-07 23:09 
AnswerRe: Designing subclass references Pin
Martin#28-Mar-07 23:17
Martin#28-Mar-07 23:17 
AnswerRe: how to Access the tables information from MS-Access to forms in c# Pin
Tamimi - Code28-Mar-07 23:15
Tamimi - Code28-Mar-07 23:15 
GeneralRe: how to Access the tables information from MS-Access to forms in c# Pin
Pete O'Hanlon29-Mar-07 0:44
mvePete O'Hanlon29-Mar-07 0:44 
GeneralRe: how to Access the tables information from MS-Access to forms in c# Pin
Raheem MA29-Mar-07 0:48
Raheem MA29-Mar-07 0:48 
GeneralRe: how to Access the tables information from MS-Access to forms in c# Pin
Raheem MA29-Mar-07 1:16
Raheem MA29-Mar-07 1:16 
GeneralRe: how to Access the tables information from MS-Access to forms in c# Pin
Tamimi - Code29-Mar-07 1:55
Tamimi - Code29-Mar-07 1:55 
QuestionHow to monitor an object in program Pin
bengoan28-Mar-07 22:57
bengoan28-Mar-07 22:57 
AnswerRe: How to monitor an object in program Pin
Martin#28-Mar-07 23:09
Martin#28-Mar-07 23:09 
AnswerRe: How to monitor an object in program Pin
darkcalin28-Mar-07 23:11
darkcalin28-Mar-07 23:11 
AnswerRe: How to monitor an object in program Pin
bengoan28-Mar-07 23:28
bengoan28-Mar-07 23:28 

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.