|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Looking for a solution
Hi all
Am relatively new to VB.Net programming and developement. Have developed a stand alone application (Windows), and am just about to deploy it. Concerns and Questions I have. 1.I have a load of .jpgs that the app displays on certain events, what is the best way to include these in the application? 2. Is there a way to Create a "relative" path to these .jpg's or does it have to be a Absolute path? Thanks in advance for any directions and advice Steve |
|
#2
|
|||
|
|||
|
Hey,
If you are using an ImageViewer (or something called like that) component, why not try just updating the picture setting on each event occurence, directly from the filepath (e.g. imgViewer.filePath = "c:\mypic.jpg"). |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Looking for a solution |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|