Click here to Skip to main content
15,905,504 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DataGrid/Xml File Pin
Makniteasy15-Dec-04 19:34
Makniteasy15-Dec-04 19:34 
GeneralRe: DataGrid/Xml File Pin
Gavin Jeffrey19-Dec-04 19:39
Gavin Jeffrey19-Dec-04 19:39 
GeneralRe: DataGrid/Xml File Pin
Gavin Jeffrey19-Dec-04 19:43
Gavin Jeffrey19-Dec-04 19:43 
QuestionHow to get focus in DateTime Picker control Pin
manivannan.p14-Dec-04 20:25
manivannan.p14-Dec-04 20:25 
Generalaccessing ip packets using VB.NET Pin
mats_mathai14-Dec-04 20:13
mats_mathai14-Dec-04 20:13 
GeneralRe: accessing ip packets using VB.NET Pin
Dave Kreskowiak16-Dec-04 4:24
mveDave Kreskowiak16-Dec-04 4:24 
Generalputting an event procedure subroutine into a different event procedure Pin
mpiotro14-Dec-04 10:49
mpiotro14-Dec-04 10:49 
GeneralRe: putting an event procedure subroutine into a different event procedure Pin
Dave Kreskowiak16-Dec-04 4:28
mveDave Kreskowiak16-Dec-04 4:28 
There is no "if" condition to check to see if the button was clicked. You simply put the code in the Click event handler of the button. Go to the form designer window and double-click on the button you want to add the code to. The code editor will come up with a blank event handler function for that button. All you need to do is add the code:
PictureBox1.Visible = True
PictureBox1.Image = System.Drawing.Image.FromFile _
(string1(y))

You'll also need some code in here to increment the value of y and check to see that it doesn't exceed the bounds of the array string1().



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

GeneralRe: putting an event procedure subroutine into a different event procedure Pin
mpiotro16-Dec-04 12:51
mpiotro16-Dec-04 12:51 
GeneralRe: putting an event procedure subroutine into a different event procedure Pin
Dave Kreskowiak17-Dec-04 2:06
mveDave Kreskowiak17-Dec-04 2:06 
Questionyes/No column in Datagrid?? Pin
mittalpa14-Dec-04 8:31
mittalpa14-Dec-04 8:31 
AnswerRe: yes/No column in Datagrid?? Pin
mtone21-Dec-04 3:41
mtone21-Dec-04 3:41 
Generalprinting stripchart on a windows form Pin
kbbabb14-Dec-04 6:59
kbbabb14-Dec-04 6:59 
GeneralFree Grid and charting controls for VB.NEt Pin
JHAKAS14-Dec-04 2:22
JHAKAS14-Dec-04 2:22 
GeneralRe: Free Grid and charting controls for VB.NEt Pin
Tom John14-Dec-04 2:37
Tom John14-Dec-04 2:37 
GeneralDevexpress Quantum Grid Search Pin
VBDuncan14-Dec-04 1:24
VBDuncan14-Dec-04 1:24 
GeneralMultiple Return Types Pin
nitin_ion14-Dec-04 0:35
nitin_ion14-Dec-04 0:35 
GeneralRe: Multiple Return Types Pin
Tom John14-Dec-04 1:12
Tom John14-Dec-04 1:12 
GeneralOpen Dialog Initial Directory Pin
kenexcelon13-Dec-04 17:29
kenexcelon13-Dec-04 17:29 
GeneralRe: Open Dialog Initial Directory Pin
Tom John13-Dec-04 22:08
Tom John13-Dec-04 22:08 
GeneralRe: Open Dialog Initial Directory Pin
kenexcelon14-Dec-04 8:34
kenexcelon14-Dec-04 8:34 
QuestionHow do u make a button link to a website? Pin
Shrex13-Dec-04 10:25
Shrex13-Dec-04 10:25 
AnswerRe: How do u make a button link to a website? Pin
Mekong River13-Dec-04 17:13
Mekong River13-Dec-04 17:13 
GeneralAdd zero to the front of a number Pin
viettho13-Dec-04 8:27
viettho13-Dec-04 8:27 
GeneralRe: Add zero to the front of a number Pin
Dennis C. Dietrich13-Dec-04 11:45
Dennis C. Dietrich13-Dec-04 11:45 

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.