Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
QuestionPlotting set of points on a windows form Pin
ilkeru8415-Oct-05 0:24
ilkeru8415-Oct-05 0:24 
AnswerRe: Plotting set of points on a windows form Pin
Guffa15-Oct-05 4:45
Guffa15-Oct-05 4:45 
Questionusing C1TrueDBGrid Pin
deep714-Oct-05 23:59
deep714-Oct-05 23:59 
QuestionImagelist transparency bug Pin
g00fyman14-Oct-05 23:55
g00fyman14-Oct-05 23:55 
Questionsearch for files Pin
Mridang Agarwalla14-Oct-05 22:57
Mridang Agarwalla14-Oct-05 22:57 
AnswerRe: search for files Pin
Rob Philpott15-Oct-05 8:12
Rob Philpott15-Oct-05 8:12 
QuestionI can't convert a var string to a var int Pin
tinh cau14-Oct-05 21:32
tinh cau14-Oct-05 21:32 
AnswerRe: I can't convert a var string to a var int Pin
Guffa14-Oct-05 22:02
Guffa14-Oct-05 22:02 
It would be helpful if you informed us about the reason for your inability to convert the string.

If the string contains anything that can be converted to an int, it's easy:

myInt = Convert.ToInt32(myString)

---
b { font-weight: normal; }

AnswerRe: I can't convert a var string to a var int Pin
Andrew Kirillov14-Oct-05 22:05
Andrew Kirillov14-Oct-05 22:05 
QuestionRichtextbox scrolling Pin
Anonymous14-Oct-05 18:30
Anonymous14-Oct-05 18:30 
AnswerRe: Richtextbox scrolling Pin
g00fyman15-Oct-05 0:02
g00fyman15-Oct-05 0:02 
GeneralRe: Richtextbox scrolling Pin
AB777115-Oct-05 2:55
AB777115-Oct-05 2:55 
GeneralRe: Richtextbox scrolling Pin
mav.northwind15-Oct-05 22:43
mav.northwind15-Oct-05 22:43 
GeneralRe: Richtextbox scrolling Pin
AB777116-Oct-05 19:08
AB777116-Oct-05 19:08 
Questiongetting folder size from windows Pin
g00fyman14-Oct-05 18:19
g00fyman14-Oct-05 18:19 
AnswerRe: getting folder size from windows Pin
Guffa14-Oct-05 22:07
Guffa14-Oct-05 22:07 
GeneralRe: getting folder size from windows Pin
g00fyman14-Oct-05 22:14
g00fyman14-Oct-05 22:14 
GeneralRe: getting folder size from windows Pin
Guffa14-Oct-05 22:36
Guffa14-Oct-05 22:36 
Questioncode about case-based reasoning Pin
Rachel.S Shen14-Oct-05 16:15
Rachel.S Shen14-Oct-05 16:15 
AnswerRe: code about case-based reasoning Pin
...---...14-Oct-05 16:53
...---...14-Oct-05 16:53 
AnswerRe: code about case-based reasoning Pin
Guffa14-Oct-05 22:09
Guffa14-Oct-05 22:09 
QuestionButton disabling while a page is still loading Pin
TheMajorRager14-Oct-05 14:07
TheMajorRager14-Oct-05 14:07 
AnswerRe: Button disabling while a page is still loading Pin
Guffa14-Oct-05 22:21
Guffa14-Oct-05 22:21 
QuestionI can't get to the next TextBox-- Help Pin
Anonymous14-Oct-05 13:54
Anonymous14-Oct-05 13:54 
AnswerRe: I can't get to the next TextBox-- Help Pin
Anonymous14-Oct-05 18:16
Anonymous14-Oct-05 18:16 

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.