Click here to Skip to main content
15,924,901 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Files and folders Pin
nitin_ion8-Mar-05 16:53
nitin_ion8-Mar-05 16:53 
GeneralError: Web.Config File Pin
VB.NET Newbie4-Mar-05 10:19
sussVB.NET Newbie4-Mar-05 10:19 
GeneralRe: Error: Web.Config File Pin
Dave Kreskowiak5-Mar-05 9:44
mveDave Kreskowiak5-Mar-05 9:44 
GeneralRe: Error: Web.Config File Pin
VB.NET newbie7-Mar-05 9:36
sussVB.NET newbie7-Mar-05 9:36 
GeneralRe: Error: Web.Config File Pin
Dave Kreskowiak7-Mar-05 11:07
mveDave Kreskowiak7-Mar-05 11:07 
Generalinvisible group box Pin
tinybunny_84-Mar-05 8:54
tinybunny_84-Mar-05 8:54 
GeneralRe: invisible group box Pin
Dave Kreskowiak4-Mar-05 9:50
mveDave Kreskowiak4-Mar-05 9:50 
GeneralRe: invisible group box Pin
Bad Sector4-Mar-05 17:50
Bad Sector4-Mar-05 17:50 
also ya if groupbox2 is a child of group 1 it will not work. try doing this

place groupbox1on the form place all the controls on it. then place groupbox2 on the form some where else place the controls on it. move it over the groupbox 1.

now in groupbox1 button write this

groupbox1.visible=false
groupbox2.visible=true

and in groupbox2 button write this

groupbox1.visible=true
groupbox2.visible=false

hopefully it will work

Computer... Confused | :confused: Programming... Confused | :confused: What That
Questionhow to reload database? Pin
Lisana4-Mar-05 7:55
Lisana4-Mar-05 7:55 
AnswerRe: how to reload database? Pin
numbrel5-Mar-05 3:38
numbrel5-Mar-05 3:38 
GeneralRe: how to reload database? Pin
Lisana5-Mar-05 3:53
Lisana5-Mar-05 3:53 
GeneralRe: how to reload database? Pin
numbrel5-Mar-05 9:46
numbrel5-Mar-05 9:46 
AnswerRe: how to reload database? Pin
Moh_Amer7-May-06 20:41
Moh_Amer7-May-06 20:41 
GeneralRe: how to reload database? Pin
Moh_Amer7-May-06 20:46
Moh_Amer7-May-06 20:46 
GeneralRe: how to reload database? Pin
Lisana8-May-06 2:51
Lisana8-May-06 2:51 
QuestionAlgorithm for Unique Keys? Pin
Icharus4-Mar-05 7:41
Icharus4-Mar-05 7:41 
AnswerRe: Algorithm for Unique Keys? Pin
Anonymous8-Mar-05 0:06
Anonymous8-Mar-05 0:06 
GeneralProblem saving indexed, transparent PNGs Pin
evildonut4-Mar-05 7:03
evildonut4-Mar-05 7:03 
GeneralRe: Problem saving indexed, transparent PNGs Pin
Dave Kreskowiak4-Mar-05 7:26
mveDave Kreskowiak4-Mar-05 7:26 
GeneralRe: Problem saving indexed, transparent PNGs Pin
evildonut5-Mar-05 0:19
evildonut5-Mar-05 0:19 
GeneralRe: Problem saving indexed, transparent PNGs Pin
Dave Kreskowiak5-Mar-05 17:09
mveDave Kreskowiak5-Mar-05 17:09 
Generalremoving hyphens from a value Pin
lxhan4-Mar-05 4:56
lxhan4-Mar-05 4:56 
GeneralRe: removing hyphens from a value Pin
Mandar Patankar4-Mar-05 5:27
Mandar Patankar4-Mar-05 5:27 
GeneralRe: removing hyphens from a value Pin
tdciDoug4-Mar-05 7:39
tdciDoug4-Mar-05 7:39 
Generalplot graph in vb Pin
mohd@fazly4-Mar-05 3:53
mohd@fazly4-Mar-05 3:53 

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.