Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem Using Combobox from Form1 Pin
Christian Graus18-Sep-06 20:26
protectorChristian Graus18-Sep-06 20:26 
Questionhow to creat frame by using c#.net2005 Pin
ashraf hakiem18-Sep-06 20:06
ashraf hakiem18-Sep-06 20:06 
AnswerRe: how to creat frame by using c#.net2005 Pin
Christian Graus18-Sep-06 20:30
protectorChristian Graus18-Sep-06 20:30 
QuestionRe: how to creat frame by using c#.net2005 Pin
ashraf hakiem18-Sep-06 20:52
ashraf hakiem18-Sep-06 20:52 
QuestionCalling a method defined inside a .NET dll Pin
RajenSuchede18-Sep-06 20:04
RajenSuchede18-Sep-06 20:04 
AnswerRe: Calling a method defined inside a .NET dll Pin
Christian Graus18-Sep-06 20:32
protectorChristian Graus18-Sep-06 20:32 
GeneralRe: Calling a method defined inside a .NET dll Pin
RajenSuchede18-Sep-06 20:54
RajenSuchede18-Sep-06 20:54 
QuestionIllegal character Pin
Parshant Verma18-Sep-06 19:58
Parshant Verma18-Sep-06 19:58 
Hi i open a file with FileStream and read byts.
Using straemReader i also read some char from the file.
i want to create a file from reading character .
But "illegal char in path" exveption occure.
while in the text there is no illegal char.
it display
text smoothly
text is "schedule"
i concat this string with c:\
now become "c:\schedule"

i use this mehtod to ctreat file

System.IO.FileStream f;
f=System.IO.File.Create(stFileName);
f.Close();


i am trying to solve this problem last 2 days.But can't
plz tell me solution


Parshant
AnswerRe: Illegal character Pin
Christian Graus18-Sep-06 20:34
protectorChristian Graus18-Sep-06 20:34 
QuestionRe: Illegal character Pin
Parshant Verma18-Sep-06 21:30
Parshant Verma18-Sep-06 21:30 
AnswerRe: Illegal character Pin
Christian Graus18-Sep-06 21:34
protectorChristian Graus18-Sep-06 21:34 
QuestionDrag Drop an item on a MonthCalendar (Win forms control) C# 2.0 Pin
kaushik_aj18-Sep-06 19:25
kaushik_aj18-Sep-06 19:25 
QuestionHigh Light a part of PictureBox Pin
morteza5718-Sep-06 19:12
morteza5718-Sep-06 19:12 
AnswerRe: High Light a part of PictureBox Pin
Christian Graus18-Sep-06 20:36
protectorChristian Graus18-Sep-06 20:36 
GeneralRe: High Light a part of PictureBox Pin
morteza5718-Sep-06 23:07
morteza5718-Sep-06 23:07 
GeneralRe: High Light a part of PictureBox Pin
Christian Graus18-Sep-06 23:15
protectorChristian Graus18-Sep-06 23:15 
QuestionCreating New string Line Pin
praveenqwe18-Sep-06 18:16
praveenqwe18-Sep-06 18:16 
AnswerRe: Creating New string Line Pin
stancrm18-Sep-06 20:11
stancrm18-Sep-06 20:11 
QuestionEMC (electronic Medical claim) Pin
sonicsqwirl18-Sep-06 17:19
sonicsqwirl18-Sep-06 17:19 
QuestionMidi to wave Pin
ahjiang18-Sep-06 16:33
ahjiang18-Sep-06 16:33 
QuestionRuntime Error -- Writing to a File (FileStreams) Pin
midnitrcr18-Sep-06 11:51
midnitrcr18-Sep-06 11:51 
AnswerRe: Runtime Error -- Writing to a File (FileStreams) Pin
Christian Graus18-Sep-06 12:46
protectorChristian Graus18-Sep-06 12:46 
GeneralRe: Runtime Error -- Writing to a File (FileStreams) Pin
midnitrcr19-Sep-06 5:17
midnitrcr19-Sep-06 5:17 
QuestionHow to hide horizontal scroll bar in listview Pin
amymarie318-Sep-06 11:51
amymarie318-Sep-06 11:51 
AnswerRe: How to hide horizontal scroll bar in listview Pin
amymarie319-Sep-06 9:08
amymarie319-Sep-06 9: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.