Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: file can be write on XP but can not on VISTA Pin
Calla30-Sep-09 1:01
Calla30-Sep-09 1:01 
GeneralRe: file can be write on XP but can not on VISTA Pin
khosnur30-Sep-09 1:07
khosnur30-Sep-09 1:07 
GeneralRe: file can be write on XP but can not on VISTA Pin
Calla30-Sep-09 1:21
Calla30-Sep-09 1:21 
GeneralRe: file can be write on XP but can not on VISTA Pin
khosnur30-Sep-09 1:43
khosnur30-Sep-09 1:43 
GeneralRe: file can be write on XP but can not on VISTA Pin
DaveyM6930-Sep-09 1:28
professionalDaveyM6930-Sep-09 1:28 
GeneralRe: file can be write on XP but can not on VISTA Pin
khosnur30-Sep-09 1:45
khosnur30-Sep-09 1:45 
AnswerRe: file can be write on XP but can not on VISTA Pin
Keith Barrow30-Sep-09 1:09
professionalKeith Barrow30-Sep-09 1:09 
GeneralRe: file can be write on XP but can not on VISTA Pin
khosnur30-Sep-09 1:13
khosnur30-Sep-09 1:13 
AnswerRe: file can be write on XP but can not on VISTA Pin
Richard MacCutchan30-Sep-09 3:05
mveRichard MacCutchan30-Sep-09 3:05 
QuestionCD Burning in VISTA Pin
Edward Topalian30-Sep-09 0:39
Edward Topalian30-Sep-09 0:39 
AnswerRe: CD Burning in VISTA Pin
Christian Graus30-Sep-09 0:43
protectorChristian Graus30-Sep-09 0:43 
AnswerRe: CD Burning in VISTA [modified] Pin
User 21559730-Sep-09 0:57
User 21559730-Sep-09 0:57 
QuestionCrystal report color Pin
antala30-Sep-09 0:27
antala30-Sep-09 0:27 
AnswerRe: Crystal report color Pin
Christian Graus30-Sep-09 0:42
protectorChristian Graus30-Sep-09 0:42 
QuestionFind MIN value in binding? Pin
kanchoette30-Sep-09 0:02
kanchoette30-Sep-09 0:02 
QuestionThe type of a linq request Pin
teycir29-Sep-09 23:50
teycir29-Sep-09 23:50 
QuestionGo to line ! Pin
amir-haghighi29-Sep-09 23:27
amir-haghighi29-Sep-09 23:27 
AnswerRe: Go to line ! Pin
Christian Graus30-Sep-09 0:37
protectorChristian Graus30-Sep-09 0:37 
amir-haghighi wrote:
. I can not good speak english . i


That's fine. I'm sure whatever language you speak natively, I can't speak as well as you speak English.

amir-haghighi wrote:
how go to line in richtextbox in my program ?


You can't, because the line numbers no longer exist when your code is compiled, the code does not exist in remotely the form you created it at that time. Also, it's not possible to jump execution to a random spot in the code, even the VS debugger cannot do that, it can only jump within the current method, and within the current try block. What you're asking is basically impossible, there is no chance of you being able to do it.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

AnswerRe: Go to line ! Pin
Henry Minute30-Sep-09 0:45
Henry Minute30-Sep-09 0:45 
QuestionTextbox input validation Pin
teknolog12329-Sep-09 23:18
teknolog12329-Sep-09 23:18 
AnswerRe: Textbox input validation Pin
stancrm29-Sep-09 23:24
stancrm29-Sep-09 23:24 
GeneralRe: Textbox input validation Pin
teknolog12329-Sep-09 23:58
teknolog12329-Sep-09 23:58 
GeneralRe: Textbox input validation Pin
Calla30-Sep-09 2:34
Calla30-Sep-09 2:34 
QuestionHow to create a Zip Folder with C#.Net Pin
Rahad Rahman29-Sep-09 23:06
professionalRahad Rahman29-Sep-09 23:06 
AnswerRe: How to create a Zip Folder with C#.Net Pin
stancrm29-Sep-09 23:21
stancrm29-Sep-09 23:21 

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.