Click here to Skip to main content
15,867,568 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Inserting button name into the txt.text box (VB) Pin
Richard Andrew x6411-Sep-22 9:12
professionalRichard Andrew x6411-Sep-22 9:12 
QuestionService to Logoff/Disconnect/Reboot Computer Pin
Member 1462398916-Aug-22 16:41
Member 1462398916-Aug-22 16:41 
AnswerRe: Service to Logoff/Disconnect/Reboot Computer Pin
Member 1462398917-Aug-22 6:56
Member 1462398917-Aug-22 6:56 
QuestionVisual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 150787168-Jul-22 13:36
Member 150787168-Jul-22 13:36 
AnswerRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Dave Kreskowiak8-Jul-22 15:52
mveDave Kreskowiak8-Jul-22 15:52 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 150787168-Jul-22 20:09
Member 150787168-Jul-22 20:09 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? PinPopular
Dave Kreskowiak9-Jul-22 5:23
mveDave Kreskowiak9-Jul-22 5:23 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 150787169-Jul-22 6:48
Member 150787169-Jul-22 6:48 
@Dave Kreskowiak, your wisdom about focusing on users I accept.

I explained in a different reply (to Gerry Schmitz) in this thread why I wanted the sort and what I had discovered.

The list and the sort would not necessarily be for the user to see, but for my internal use. And, by using a list box sort I did not have to include a sort of my own in code and could keep the final file size smaller. Microsoft has some very nice code already written that behind the scenes does some amazing things fast. I used their years of experience and army of coders to speed up my program and lessen the final size of it.

But, I was still left with the question of "How did they do that?" So, now I am attempting to devour C and C++ as fast and as thoroughly as I can. Read, study, code, try not to pull out hair, ask here, repeat.

Thank you.
AnswerRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Richard MacCutchan8-Jul-22 22:08
mveRichard MacCutchan8-Jul-22 22:08 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 150787169-Jul-22 5:59
Member 150787169-Jul-22 5:59 
AnswerRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Gerry Schmitz9-Jul-22 4:47
mveGerry Schmitz9-Jul-22 4:47 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 150787169-Jul-22 6:25
Member 150787169-Jul-22 6:25 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Gerry Schmitz9-Jul-22 12:28
mveGerry Schmitz9-Jul-22 12:28 
PraiseRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 150787169-Jul-22 14:53
Member 150787169-Jul-22 14:53 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
CHill6020-Jul-22 2:37
mveCHill6020-Jul-22 2:37 
AnswerRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
CHill6020-Jul-22 2:52
mveCHill6020-Jul-22 2:52 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 1507871620-Jul-22 14:03
Member 1507871620-Jul-22 14:03 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Victor Nijegorodov20-Jul-22 20:38
Victor Nijegorodov20-Jul-22 20:38 
GeneralRe: Visual Studio List Box with 1,000,000 entries / Who else noticed this capacity? Pin
Member 1507871621-Jul-22 5:53
Member 1507871621-Jul-22 5:53 
Questionthis is my code trying to deduct qty from tableproduct after sales Pin
Titus Miclus Afful7-Jul-22 0:11
Titus Miclus Afful7-Jul-22 0:11 
AnswerRe: this is my code trying to deduct qty from tableproduct after sales Pin
Victor Nijegorodov7-Jul-22 0:31
Victor Nijegorodov7-Jul-22 0:31 
GeneralRe: this is my code trying to deduct qty from tableproduct after sales Pin
jsc427-Jul-22 1:07
professionaljsc427-Jul-22 1:07 
GeneralRe: this is my code trying to deduct qty from tableproduct after sales Pin
Richard MacCutchan7-Jul-22 1:27
mveRichard MacCutchan7-Jul-22 1:27 
AnswerRe: this is my code trying to deduct qty from tableproduct after sales Pin
Richard Deeming7-Jul-22 2:08
mveRichard Deeming7-Jul-22 2:08 
QuestionRaise Event on another Form Pin
EngrImad21-Jun-22 5:01
EngrImad21-Jun-22 5:01 

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.