Click here to Skip to main content
15,896,269 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Is it possible to check for x32 vs x64 processors in vb6? Pin
Jon_Boy11-Sep-08 3:06
Jon_Boy11-Sep-08 3:06 
QuestionHow to code dns lookup application using VB.net 2008? [modified] Pin
rakyomin10-Sep-08 8:46
rakyomin10-Sep-08 8:46 
AnswerRe: How to code dns lookup application using VB.net 2008? Pin
rakyomin10-Sep-08 10:00
rakyomin10-Sep-08 10:00 
GeneralRe: How to code dns lookup application using VB.net 2008? Pin
Johan Hakkesteegt10-Sep-08 20:01
Johan Hakkesteegt10-Sep-08 20:01 
AnswerRe: How to code dns lookup application using VB.net 2008? Pin
rakyomin11-Sep-08 4:25
rakyomin11-Sep-08 4:25 
QuestionBest logging/tty (teletype-style) output control? Pin
supercat910-Sep-08 6:59
supercat910-Sep-08 6:59 
AnswerRe: Best logging/tty (teletype-style) output control? Pin
jzonthemtn10-Sep-08 7:47
jzonthemtn10-Sep-08 7:47 
GeneralRe: Best logging/tty (teletype-style) output control? Pin
supercat910-Sep-08 9:54
supercat910-Sep-08 9:54 
I hadn't thought about it for this application. The one time I tried using a ListView, I found it confusing and couldn't figure out what was going on. It does conceptually seem like a ListView might be able to do what I'm after, but it also seems complicated. I don't care about people being able to edit stuff in the log window, but select/copy would be nice.

The ListBox is in some ways pretty good; the biggest weaknesses are:

(1) I don't know any reasonable way to have it reformat when the control width changes (to allow wordwrap). Not a biggie, and would probably be complicated to make work nicely.

(2) I don't know how to make scrolling behave sensibly (e.g. when a new item is added, scroll if the last item was visible but the new item is not; when items have to be pruned from the start of the box (e.g. keeping the last 10,000 lines) maintain the same apparent scroll position unless items on the display are getting deleted.

(3) I don't know any nice way to allow text select/copy. Right now I'm using double-click as a shortcut to copy a line to the clipboard, but that's nonstandard and seems ugly.

Of those, I'd say #2 is the only one that seems really bothersome. Any ideas how to deal with it?
Questionmultiple parameters in thread Pin
Nilish10-Sep-08 6:46
Nilish10-Sep-08 6:46 
AnswerRe: multiple parameters in thread PinPopular
Christian Graus10-Sep-08 7:08
protectorChristian Graus10-Sep-08 7:08 
AnswerRe: multiple parameters in thread Pin
Mycroft Holmes10-Sep-08 15:45
professionalMycroft Holmes10-Sep-08 15:45 
QuestionPrinting PictureBox with tiled background Pin
Bob_Stan10-Sep-08 5:47
Bob_Stan10-Sep-08 5:47 
QuestionIs it possible to have a sticky topic in this forum? Pin
Jon_Boy10-Sep-08 3:29
Jon_Boy10-Sep-08 3:29 
AnswerRe: Is it possible to have a sticky topic in this forum? Pin
Christian Graus10-Sep-08 6:29
protectorChristian Graus10-Sep-08 6:29 
AnswerRe: Is it possible to have a sticky topic in this forum? Pin
Mycroft Holmes10-Sep-08 15:49
professionalMycroft Holmes10-Sep-08 15:49 
GeneralRe: Is it possible to have a sticky topic in this forum? Pin
Jon_Boy11-Sep-08 3:00
Jon_Boy11-Sep-08 3:00 
QuestionImage contrast and sharpening Pin
JR21210-Sep-08 2:44
JR21210-Sep-08 2:44 
AnswerRe: Image contrast and sharpening Pin
Guffa10-Sep-08 3:27
Guffa10-Sep-08 3:27 
GeneralRe: Image contrast and sharpening Pin
Member 768566524-Feb-11 1:42
Member 768566524-Feb-11 1:42 
QuestionHow to Send Mail in VB.Net 2005 ? Pin
Chintu Shah10-Sep-08 2:37
Chintu Shah10-Sep-08 2:37 
AnswerRe: How to Send Mail in VB.Net 2005 ? Pin
jzonthemtn10-Sep-08 2:48
jzonthemtn10-Sep-08 2:48 
GeneralRe: How to Send Mail in VB.Net 2005 ? Pin
Chintu Shah10-Sep-08 3:07
Chintu Shah10-Sep-08 3:07 
GeneralRe: How to Send Mail in VB.Net 2005 ? Pin
Ashfield10-Sep-08 3:25
Ashfield10-Sep-08 3:25 
QuestionRe: How to Send Mail in VB.Net 2005 ? Pin
jzonthemtn10-Sep-08 7:40
jzonthemtn10-Sep-08 7:40 
AnswerRe: How to Send Mail in VB.Net 2005 ? Pin
Rajesh Anuhya10-Sep-08 5:51
professionalRajesh Anuhya10-Sep-08 5:51 

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.