Click here to Skip to main content
15,885,925 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Maintain whitespace between strings Pin
Member 45142189-Jun-09 6:22
Member 45142189-Jun-09 6:22 
GeneralRe: Maintain whitespace between strings Pin
binjafar9-Jun-09 8:15
binjafar9-Jun-09 8:15 
AnswerRe: Maintain whitespace between strings Pin
Johan Hakkesteegt9-Jun-09 2:45
Johan Hakkesteegt9-Jun-09 2:45 
AnswerRe: Maintain whitespace between strings Pin
Luc Pattyn9-Jun-09 2:45
sitebuilderLuc Pattyn9-Jun-09 2:45 
QuestionMultiline textbox Pin
Valdorox8-Jun-09 20:51
Valdorox8-Jun-09 20:51 
AnswerRe: Multiline textbox Pin
Nagy Vilmos8-Jun-09 21:57
professionalNagy Vilmos8-Jun-09 21:57 
GeneralRe: Multiline textbox Pin
Valdorox11-Jun-09 0:19
Valdorox11-Jun-09 0:19 
GeneralRe: Multiline textbox Pin
Nagy Vilmos11-Jun-09 4:46
professionalNagy Vilmos11-Jun-09 4:46 
err no, Lines gives you an array of all the liens in the control, something along the lines of:

position = textbox.SelectionStart
line = 0
while (position > textbox.Lines[line].Lenth
  position = position - textbox.Lines[line].Lenth
  line = line + 1
Loop

col = position


Note: this has not been tested.



Panic, Chaos, Destruction.
My work here is done.

GeneralRe: Multiline textbox Pin
Valdorox13-Jun-09 3:53
Valdorox13-Jun-09 3:53 
GeneralRe: Multiline textbox Pin
Nagy Vilmos13-Jun-09 21:15
professionalNagy Vilmos13-Jun-09 21:15 
QuestionCustom made user control won't drop down in TableLayoutPanel, otherwise its perfect! Pin
binjafar8-Jun-09 20:27
binjafar8-Jun-09 20:27 
AnswerRe: Custom made user control won't drop down in TableLayoutPanel, otherwise its perfect! Pin
Henry Minute9-Jun-09 0:38
Henry Minute9-Jun-09 0:38 
GeneralRe: Custom made user control won't drop down in TableLayoutPanel, otherwise its perfect! Pin
binjafar9-Jun-09 1:21
binjafar9-Jun-09 1:21 
GeneralRe: Custom made user control won't drop down in TableLayoutPanel, otherwise its perfect! Pin
Henry Minute9-Jun-09 2:41
Henry Minute9-Jun-09 2:41 
Questioni want know more about ntgraph control Pin
sunilp5728-Jun-09 20:01
sunilp5728-Jun-09 20:01 
AnswerRe: i want know more about ntgraph control Pin
Nagy Vilmos8-Jun-09 21:40
professionalNagy Vilmos8-Jun-09 21:40 
QuestionDictation grammar???? Pin
Speedular8-Jun-09 12:20
Speedular8-Jun-09 12:20 
AnswerRe: Dictation grammar???? Pin
_Damian S_8-Jun-09 20:16
professional_Damian S_8-Jun-09 20:16 
GeneralRe: Dictation grammar???? Pin
Speedular9-Jun-09 22:49
Speedular9-Jun-09 22:49 
QuestionForm Initialize Method Pin
vhassan8-Jun-09 2:57
vhassan8-Jun-09 2:57 
AnswerRe: Form Initialize Method Pin
Dave Kreskowiak8-Jun-09 3:35
mveDave Kreskowiak8-Jun-09 3:35 
GeneralRe: Form Initialize Method Pin
vhassan8-Jun-09 17:34
vhassan8-Jun-09 17:34 
GeneralRe: Form Initialize Method Pin
Christian Graus8-Jun-09 17:35
protectorChristian Graus8-Jun-09 17:35 
GeneralRe: Form Initialize Method Pin
Dave Kreskowiak9-Jun-09 3:10
mveDave Kreskowiak9-Jun-09 3:10 
GeneralRe: Form Initialize Method Pin
Dave Kreskowiak9-Jun-09 3:10
mveDave Kreskowiak9-Jun-09 3:10 

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.