Click here to Skip to main content
15,894,460 members
Home / Discussions / C#
   

C#

 
GeneralRe: unknown error code Pin
Erdinc2722-Jan-10 9:17
Erdinc2722-Jan-10 9:17 
hi guys thanks for replies....i think it gives that error because of the codes below
public void DosyaOku(object sender, EventArgs e)
{
StreamReader read = new StreamReader("Firmalar.txt");
string kelime = read.ReadLine();
while (kelime != null)
{
cmbFirma.Items.Add(kelime);
kelime = read.ReadLine();
}
read.Close();
}
because if i didnt work it the program doesnt give error..so what can i do now ??

bu arada simple data evet Türkiyede yaşıyorum Smile | :) ...bu arada kodda bi fazlalık mı var ??
GeneralRe: unknown error code Pin
SimpleData22-Jan-10 9:37
SimpleData22-Jan-10 9:37 
GeneralRe: unknown error code Pin
Erdinc2722-Jan-10 22:02
Erdinc2722-Jan-10 22:02 
GeneralRe: unknown error code Pin
Erdinc2722-Jan-10 22:54
Erdinc2722-Jan-10 22:54 
QuestionAm I missing something? Pin
Unsy21-Jan-10 7:07
Unsy21-Jan-10 7:07 
AnswerRe: Am I missing something? Pin
Som Shekhar21-Jan-10 7:35
Som Shekhar21-Jan-10 7:35 
GeneralRe: Am I missing something? Pin
Unsy21-Jan-10 7:45
Unsy21-Jan-10 7:45 
GeneralRe: Am I missing something? Pin
Som Shekhar21-Jan-10 7:48
Som Shekhar21-Jan-10 7:48 
GeneralRe: Am I missing something? Pin
Som Shekhar21-Jan-10 7:49
Som Shekhar21-Jan-10 7:49 
GeneralRe: Am I missing something? Pin
AspDotNetDev21-Jan-10 15:44
protectorAspDotNetDev21-Jan-10 15:44 
Questionsecurity init failure error in win32 dll's method when calling from C# (windows and web) application. Pin
sund7wells21-Jan-10 4:55
sund7wells21-Jan-10 4:55 
AnswerRe: security init failure error in win32 dll's method when calling from C# (windows and web) application. Pin
Dave Kreskowiak21-Jan-10 5:23
mveDave Kreskowiak21-Jan-10 5:23 
GeneralRe: security init failure error in win32 dll's method when calling from C# (windows and web) application. Pin
sund7wells21-Jan-10 22:01
sund7wells21-Jan-10 22:01 
QuestionAuto Shutdown by code c# Pin
nmhai8321-Jan-10 4:37
nmhai8321-Jan-10 4:37 
AnswerRe: Auto Shutdown by code c# Pin
Covean21-Jan-10 5:30
Covean21-Jan-10 5:30 
GeneralRe: Auto Shutdown by code c# Pin
nmhai8328-Jan-10 21:11
nmhai8328-Jan-10 21:11 
Questionuse of a value in a form in another one Pin
naghoumeh1421-Jan-10 4:36
naghoumeh1421-Jan-10 4:36 
AnswerRe: use of a value in a form in another one Pin
OriginalGriff21-Jan-10 5:06
mveOriginalGriff21-Jan-10 5:06 
QuestionRe: use of a value in a form in another one Pin
sanforjackass21-Jan-10 5:23
sanforjackass21-Jan-10 5:23 
AnswerRe: use of a value in a form in another one Pin
naghoumeh1421-Jan-10 23:49
naghoumeh1421-Jan-10 23:49 
QuestionRe: use of a value in a form in another one Pin
sanforjackass22-Jan-10 0:07
sanforjackass22-Jan-10 0:07 
AnswerRe: use of a value in a form in another one Pin
naghoumeh1425-Jan-10 0:09
naghoumeh1425-Jan-10 0:09 
QuestionSuggestions on developing C# Application Pin
hariprasad_120421-Jan-10 4:15
hariprasad_120421-Jan-10 4:15 
AnswerRe: Suggestions on developing C# Application Pin
Dave Kreskowiak21-Jan-10 6:48
mveDave Kreskowiak21-Jan-10 6:48 
QuestionHow to Create UI AUTOMATION for OUTLOOK 2007 using C# .Net 3.0 (using System.Windows.Automation;) Pin
bruze21-Jan-10 2:08
bruze21-Jan-10 2:08 

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.