Click here to Skip to main content
16,011,685 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGenerating Auto Invoice Numbers() - In Users Network Pin
Paramu197312-Feb-10 3:56
Paramu197312-Feb-10 3:56 
AnswerRe: Generating Auto Invoice Numbers() - In Users Network Pin
David Mujica12-Feb-10 5:21
David Mujica12-Feb-10 5:21 
QuestionIs Datagridview row filtered? Pin
cstrader23212-Feb-10 2:42
cstrader23212-Feb-10 2:42 
AnswerRe: Is Datagridview row filtered? Pin
Dave Kreskowiak12-Feb-10 2:53
mveDave Kreskowiak12-Feb-10 2:53 
QuestionVB6 Button Color Pin
Jaison V12-Feb-10 2:12
Jaison V12-Feb-10 2:12 
AnswerRe: VB6 Button Color Pin
CPallini12-Feb-10 2:36
mveCPallini12-Feb-10 2:36 
GeneralRe: VB6 Button Color Pin
Jaison V12-Feb-10 2:51
Jaison V12-Feb-10 2:51 
GeneralRe: VB6 Button Color Pin
Doctor Nick12-Feb-10 3:01
Doctor Nick12-Feb-10 3:01 
Each button has it's own click event. In that event change the current button to orange and then set all the other buttons to the original color. Pretty simple actually.

EDIT:
Sorry, didn't see the part about no duplicate code. What you can do is create a control array out of the buttons then just reference the index of the button clicked. Also simple.
-------------------------------------
Do not do what has already been done.

Absolute power corrupts absolutely.. but it ROCKS absolutely, too.

GeneralRe: VB6 Button Color Pin
Jaison V12-Feb-10 4:08
Jaison V12-Feb-10 4:08 
GeneralRe: VB6 Button Color Pin
Doctor Nick12-Feb-10 4:17
Doctor Nick12-Feb-10 4:17 
AnswerRe: VB6 Button Color Pin
Dave Kreskowiak12-Feb-10 2:44
mveDave Kreskowiak12-Feb-10 2:44 
QuestionDifferent ADO.net Db Update Methods-What is better? Pin
gengel11-Feb-10 22:59
gengel11-Feb-10 22:59 
AnswerRe: Different ADO.net Db Update Methods-What is better? Pin
Wayne Gaylard12-Feb-10 0:24
professionalWayne Gaylard12-Feb-10 0:24 
QuestionJoin access table to sql server Pin
C#Coudou11-Feb-10 15:28
C#Coudou11-Feb-10 15:28 
AnswerRe: Join access table to sql server Pin
Mycroft Holmes11-Feb-10 15:55
professionalMycroft Holmes11-Feb-10 15:55 
GeneralRe: Join access table to sql server Pin
C#Coudou11-Feb-10 17:38
C#Coudou11-Feb-10 17:38 
QuestionHow do I call a method from a worker thread on the master thread? Pin
BlackCatDeveloper11-Feb-10 12:04
BlackCatDeveloper11-Feb-10 12:04 
QuestionApplication or setup Pin
Gagan.2011-Feb-10 3:00
Gagan.2011-Feb-10 3:00 
AnswerRe: Application or setup Pin
Dave Kreskowiak11-Feb-10 4:30
mveDave Kreskowiak11-Feb-10 4:30 
GeneralRe: Application or setup Pin
Gagan.2011-Feb-10 4:34
Gagan.2011-Feb-10 4:34 
GeneralRe: Application or setup Pin
The Man from U.N.C.L.E.11-Feb-10 13:15
The Man from U.N.C.L.E.11-Feb-10 13:15 
Questionvb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
gengel10-Feb-10 22:18
gengel10-Feb-10 22:18 
AnswerRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
Dave Kreskowiak11-Feb-10 1:42
mveDave Kreskowiak11-Feb-10 1:42 
GeneralRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
gengel11-Feb-10 2:12
gengel11-Feb-10 2:12 
GeneralRe: vb.net 2008 Express to SQL - Dataset does not show changes in DB Pin
Dave Kreskowiak11-Feb-10 3:56
mveDave Kreskowiak11-Feb-10 3: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.