Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
QuestionSession Timed Out Pin
Thaynann13-Sep-05 18:52
Thaynann13-Sep-05 18:52 
AnswerRe: Session Timed Out Pin
Mark DeVol14-Sep-05 10:09
Mark DeVol14-Sep-05 10:09 
GeneralRe: Session Timed Out Pin
Thaynann14-Sep-05 11:38
Thaynann14-Sep-05 11:38 
GeneralRe: Session Timed Out Pin
Thaynann14-Sep-05 15:32
Thaynann14-Sep-05 15:32 
QuestiondateTime format Pin
dhol13-Sep-05 17:45
dhol13-Sep-05 17:45 
AnswerRe: dateTime format Pin
Christian Graus13-Sep-05 17:58
protectorChristian Graus13-Sep-05 17:58 
GeneralRe: How to format dataTime Pin
dhol13-Sep-05 23:36
dhol13-Sep-05 23:36 
QuestionGet data from Access instead of notepad (urgent) Pin
nidhelp13-Sep-05 16:35
nidhelp13-Sep-05 16:35 
Hi
I want to get data from Access instead of notepad.
Here are the codes to get data from notepad by entering IC number (equivalent to ID number). The records are stored in 'Folder'.

<br />
public void btnGo_Click_1(object sender, System.EventArgs e)// -->User can select the file by entering the IC Nunber in textbox and program will check for file existence and null file<br />
		{<br />
			enable();	<br />
			/** [Retrieve IC Number from tboxEnterICNo] **/<br />
			strFileName2 = tboxEnterICNo.Text;<br />
			path = @"Folder\"+strFileName2+".txt";<br />
			/** [Check for file existence] **/<br />
			if(File.Exists("Folder\\"+strFileName2+".txt"))// -->If file exists, open DisplayGraph form and display the graph<br />
			{<br />
				displaygraph.names = path;// -->copies the path to DisplayGraph form<br />
				displaygraph.ShowDialog();// -->Opens DisplayGraph form to display graph<br />
			}//End of if-condition<br />
			else<br />
			{<br />
				MessageBox.Show("File does not exist! Please create a new profile.", "Invalid File Type", MessageBoxButtons.OK, MessageBoxIcon.Error );<br />
			}// -->End of else-condition<br />
		}// -->End of btnGo_Clicks module<br />


How should i go about to keep the records in Access and also specify retrieving of the queried data from an Access table instead?

I need some help about what to do and how the codes look like.
Thank you very much! Smile | :)
AnswerRe: Get data from Access instead of notepad (urgent) Pin
Christian Graus13-Sep-05 18:00
protectorChristian Graus13-Sep-05 18:00 
AnswerRe: Get data from Access instead of notepad (urgent) Pin
enjoycrack13-Sep-05 18:11
enjoycrack13-Sep-05 18:11 
GeneralRe: Get data from Access instead of notepad (urgent) Pin
nidhelp13-Sep-05 18:54
nidhelp13-Sep-05 18:54 
GeneralRe: Get data from Access instead of notepad (urgent) Pin
enjoycrack13-Sep-05 21:46
enjoycrack13-Sep-05 21:46 
QuestionA wonder of double convert to integer Pin
Libra13-Sep-05 15:56
Libra13-Sep-05 15:56 
AnswerRe: A wonder of double convert to integer Pin
Christian Graus13-Sep-05 16:14
protectorChristian Graus13-Sep-05 16:14 
GeneralRe: A wonder of double convert to integer Pin
Libra13-Sep-05 17:39
Libra13-Sep-05 17:39 
GeneralRe: A wonder of double convert to integer Pin
Christian Graus13-Sep-05 17:43
protectorChristian Graus13-Sep-05 17:43 
AnswerRe: A wonder of double convert to integer Pin
Guffa13-Sep-05 17:49
Guffa13-Sep-05 17:49 
GeneralRe: A wonder of double convert to integer Pin
Libra13-Sep-05 23:59
Libra13-Sep-05 23:59 
GeneralRe: A wonder of double convert to integer Pin
Dan Neely14-Sep-05 2:06
Dan Neely14-Sep-05 2:06 
GeneralRe: A wonder of double convert to integer Pin
Guffa14-Sep-05 3:12
Guffa14-Sep-05 3:12 
Questionwhy I Can't Get Monitor Information Using PrintMon.exe! Pin
szcococut13-Sep-05 15:45
szcococut13-Sep-05 15:45 
Questionmessage formatter Pin
mikenater13-Sep-05 14:02
mikenater13-Sep-05 14:02 
AnswerRe: message formatter Pin
Mohamad Al Husseiny13-Sep-05 14:07
Mohamad Al Husseiny13-Sep-05 14:07 
GeneralRe: message formatter Pin
mikenater22-Sep-05 17:35
mikenater22-Sep-05 17:35 
QuestionTaking over another window Pin
Member 239309213-Sep-05 13:11
Member 239309213-Sep-05 13:11 

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.