Click here to Skip to main content
15,914,165 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ListView Sorting by Number/Integer Pin
Dave Kreskowiak30-Jun-05 2:27
mveDave Kreskowiak30-Jun-05 2:27 
GeneralRe: ListView Sorting by Number/Integer Pin
Anonymous30-Jun-05 8:47
Anonymous30-Jun-05 8:47 
GeneralActivex Ticker User Control Pin
Ronniedevil29-Jun-05 9:53
Ronniedevil29-Jun-05 9:53 
GeneralRe: Activex Ticker User Control Pin
Dave Kreskowiak29-Jun-05 12:14
mveDave Kreskowiak29-Jun-05 12:14 
Generalcannot call close() while doing createhandle() Pin
oakleaf29-Jun-05 9:52
oakleaf29-Jun-05 9:52 
GeneralRe: cannot call close() while doing createhandle() Pin
Dave Kreskowiak29-Jun-05 10:03
mveDave Kreskowiak29-Jun-05 10:03 
GeneralRe: cannot call close() while doing createhandle() Pin
oakleaf30-Jun-05 2:48
oakleaf30-Jun-05 2:48 
GeneralRe: cannot call close() while doing createhandle() Pin
Dave Kreskowiak30-Jun-05 4:50
mveDave Kreskowiak30-Jun-05 4:50 
The forms in your application should each be responsible for one thing and one thing only. In your case, you have the data entry form responsible for two things. The first is checking to see if it is needed, and the second, obviously is the data entry. Always(!) keep this functionality seperate.

If it's a data entry form, it strictly handles data entry. If it's a form that displays records and lets a user pick one to edit, it handles strictly that. Create another form that handles editing the record picked.

I've seen a couple people that wanted to hide the datagrid and put up a run-time generated list of controls on the same form. WHY? Why must these people do it the hard way???? Always favor functionality over looks. If your app looks great, but works like crap, its headed for the Add/Remove Programs control panel.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralPicture Box - does not fit my picture Pin
Anonymous29-Jun-05 8:16
Anonymous29-Jun-05 8:16 
GeneralRe: Picture Box - does not fit my picture Pin
Christian Graus29-Jun-05 12:00
protectorChristian Graus29-Jun-05 12:00 
QuestionWhere do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno29-Jun-05 7:29
Joey Picerno29-Jun-05 7:29 
AnswerRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
StylezHouse29-Jun-05 7:41
StylezHouse29-Jun-05 7:41 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno29-Jun-05 8:12
Joey Picerno29-Jun-05 8:12 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Dave Kreskowiak29-Jun-05 9:56
mveDave Kreskowiak29-Jun-05 9:56 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno30-Jun-05 5:34
Joey Picerno30-Jun-05 5:34 
GeneralNot really VB related but someone has to know Pin
Joey Picerno29-Jun-05 6:25
Joey Picerno29-Jun-05 6:25 
GeneralRe: Not really VB related but someone has to know Pin
StylezHouse29-Jun-05 6:33
StylezHouse29-Jun-05 6:33 
GeneralThank you Pin
Joey Picerno29-Jun-05 7:28
Joey Picerno29-Jun-05 7:28 
GeneralRe: Thank you Pin
SBendBuckeye30-Jun-05 6:37
SBendBuckeye30-Jun-05 6:37 
GeneralRe: Thank you Pin
Joey Picerno30-Jun-05 9:06
Joey Picerno30-Jun-05 9:06 
GeneralRe: Thank you Pin
SBendBuckeye30-Jun-05 14:04
SBendBuckeye30-Jun-05 14:04 
GeneralRe: Not really VB related but someone has to know Pin
dptalt30-Jun-05 8:52
dptalt30-Jun-05 8:52 
Generalconnect to multiple DBs with same form Pin
btoyer29-Jun-05 5:08
btoyer29-Jun-05 5:08 
GeneralRe: connect to multiple DBs with same form Pin
Dave Kreskowiak29-Jun-05 5:58
mveDave Kreskowiak29-Jun-05 5:58 
GeneralBuilding string from many small ones (VB 6) Pin
peterchen29-Jun-05 3:30
peterchen29-Jun-05 3:30 

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.