Click here to Skip to main content
15,891,839 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to build a number to word translation system using console application in visual basic 2008? Pin
Member 1022469021-Aug-13 21:43
Member 1022469021-Aug-13 21:43 
AnswerRe: How to build a number to word translation system using console application in visual basic 2008? Pin
Tim Carmichael22-Aug-13 1:24
Tim Carmichael22-Aug-13 1:24 
AnswerRe: How to build a number to word translation system using console application in visual basic 2008? Pin
TnTinMn22-Aug-13 16:00
TnTinMn22-Aug-13 16:00 
QuestionObjectListView cell contents changing Issue Pin
Pasan14819-Aug-13 18:29
Pasan14819-Aug-13 18:29 
SuggestionRe: ObjectListView cell contents changing Issue Pin
TnTinMn20-Aug-13 5:36
TnTinMn20-Aug-13 5:36 
AnswerRe: ObjectListView cell contents changing Issue Pin
Bernhard Hiller20-Aug-13 21:26
Bernhard Hiller20-Aug-13 21:26 
Questiondisplay images from a database as windows explorer Pin
Member 928309113-Aug-13 9:13
Member 928309113-Aug-13 9:13 
AnswerRe: display images from a database as windows explorer Pin
Eddy Vluggen14-Aug-13 6:11
professionalEddy Vluggen14-Aug-13 6:11 
Member 9283091 wrote:
I need to display images from a database and displayed in windows explorer
What does "in Windows Explorer" mean? Does it have to look like a folder when browsing using the Explorer? Or does it simply need to run under Windows and look "similar" to the Explorer?

Member 9283091 wrote:
(image and name, in rows and columns)
Sounds like a good place for a virtualized DataGridView.

Member 9283091 wrote:
I was thinking of using listview but I think when I have thousands of pictures will be very slow to load the listview
Loading a list of strings into a ListView doesn't take that long; it depends on what you're showing, and how. Reading the image will always take a while, and reading images that aren't displayed on screen takes even more time. A datagridview can have an image-column, and if it's virtualized, it'll only load/display the image that's visible.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionNew to WPF. Getting frustrated Pin
beastmp1313-Aug-13 6:34
beastmp1313-Aug-13 6:34 
AnswerRe: New to WPF. Getting frustrated Pin
xcal13-Aug-13 7:03
xcal13-Aug-13 7:03 
GeneralRe: New to WPF. Getting frustrated Pin
beastmp1313-Aug-13 7:12
beastmp1313-Aug-13 7:12 
GeneralRe: New to WPF. Getting frustrated Pin
xcal13-Aug-13 7:23
xcal13-Aug-13 7:23 
GeneralRe: New to WPF. Getting frustrated Pin
beastmp1313-Aug-13 7:37
beastmp1313-Aug-13 7:37 
GeneralRe: New to WPF. Getting frustrated Pin
xcal13-Aug-13 8:22
xcal13-Aug-13 8:22 
GeneralRe: New to WPF. Getting frustrated Pin
beastmp1313-Aug-13 11:30
beastmp1313-Aug-13 11:30 
GeneralRe: New to WPF. Getting frustrated Pin
xcal13-Aug-13 7:19
xcal13-Aug-13 7:19 
Questionwild Search with insert Pin
sathish_v12-Aug-13 22:47
sathish_v12-Aug-13 22:47 
AnswerRe: wild Search with insert Pin
Tim Carmichael13-Aug-13 2:08
Tim Carmichael13-Aug-13 2:08 
QuestionMessage Closed Pin
10-Aug-13 22:03
Member 1020212110-Aug-13 22:03 
AnswerRe: Skype Brute Forcer? Pin
Richard MacCutchan10-Aug-13 22:54
mveRichard MacCutchan10-Aug-13 22:54 
GeneralRe: Skype Brute Forcer? Pin
Maciej Los10-Aug-13 23:16
mveMaciej Los10-Aug-13 23:16 
GeneralRe: Skype Brute Forcer? Pin
OriginalGriff10-Aug-13 23:42
mveOriginalGriff10-Aug-13 23:42 
GeneralRe: Skype Brute Forcer? Pin
Richard MacCutchan10-Aug-13 23:50
mveRichard MacCutchan10-Aug-13 23:50 
QuestionPropertyGrid PropertyValueChanged prevent fire of event Pin
InvalidEntry6-Aug-13 20:38
InvalidEntry6-Aug-13 20:38 
AnswerRe: PropertyGrid PropertyValueChanged prevent fire of event Pin
InvalidEntry7-Aug-13 20:56
InvalidEntry7-Aug-13 20:56 

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.