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

Visual Basic

 
GeneralFor each error Pin
rotsey29-Jan-08 19:44
rotsey29-Jan-08 19:44 
GeneralRe: For each error Pin
newc130-Jan-08 1:04
newc130-Jan-08 1:04 
GeneralRe: For each error Pin
rotsey30-Jan-08 16:01
rotsey30-Jan-08 16:01 
QuestionNeed help starting. Pin
Veldrain29-Jan-08 19:35
Veldrain29-Jan-08 19:35 
GeneralRe: Need help starting. Pin
CKnig30-Jan-08 0:58
CKnig30-Jan-08 0:58 
GeneralRe: Need help starting. Pin
Veldrain30-Jan-08 7:14
Veldrain30-Jan-08 7:14 
QuestionBest way to share images between projects? Pin
sjb0829-Jan-08 18:11
sjb0829-Jan-08 18:11 
GeneralRe: Best way to share images between projects? Pin
Johan Hakkesteegt2-Feb-08 10:11
Johan Hakkesteegt2-Feb-08 10:11 
Perhaps not the most elegant way to do this, but it might work for you (we are using a similar solution for language choices in an app): establish a table in a database somewhere with a field for the type or function of your image, and another field with the path to the repository including the actual image name. Create a driver that retrieves the image based on the requested function from the path mentioned in your table. That way your example would look something like this: label1.image = ImageFetcher.GetImage("Cat") (or something like that). The driver is easy to create and make available to your colleagues.

Ofcourse this solution as I suggested it here is only any good during the development of your app. However I am sure you can adapt the idea to use (for example) an xml file, which can easily be included with the app once it is ready, instead of a database table. And obviously you'll have to consider how to include the actual images, if you don't just want to dump them in a folder during installation.

Good luck,

Johan

My advice is free, and you may get what you paid for.

GeneralGrid Problem Pin
soniasan29-Jan-08 17:44
soniasan29-Jan-08 17:44 
GeneralRe: Grid Problem Pin
Usharva29-Jan-08 20:19
Usharva29-Jan-08 20:19 
QuestionHow can I call a .rpt file from vb code? Pin
alexvw29-Jan-08 14:58
alexvw29-Jan-08 14:58 
GeneralRe: How can I call a .rpt file from vb code? Pin
Paul Conrad21-Mar-08 9:40
professionalPaul Conrad21-Mar-08 9:40 
GeneralHave you solved this? Pin
alexvw22-Mar-08 6:53
alexvw22-Mar-08 6:53 
GeneralRe: Have you solved this? Pin
Paul Conrad22-Mar-08 6:58
professionalPaul Conrad22-Mar-08 6:58 
GeneralRe: Have you solved this? Pin
alexvw22-Mar-08 11:12
alexvw22-Mar-08 11:12 
Generaltreeview not selecting the node Pin
uglyeyes29-Jan-08 11:35
uglyeyes29-Jan-08 11:35 
GeneralXML to SGML Conversion Pin
geekfromindia29-Jan-08 10:56
geekfromindia29-Jan-08 10:56 
GeneralRe: XML to SGML Conversion Pin
Ri Qen-Sin29-Jan-08 11:43
Ri Qen-Sin29-Jan-08 11:43 
GeneralLooping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 7:01
imonfiredammit29-Jan-08 7:01 
GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 7:53
Guffa29-Jan-08 7:53 
GeneralRe: Looping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 8:21
imonfiredammit29-Jan-08 8:21 
GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 9:51
Guffa29-Jan-08 9:51 
Generaldataview.rowfilter Pin
Smithers-Jones29-Jan-08 5:58
Smithers-Jones29-Jan-08 5:58 
QuestionAsync socket receive buffer problem? Pin
Benny_Lava29-Jan-08 3:31
Benny_Lava29-Jan-08 3:31 
QuestionHandling multiple mainWindowHandles of one Process Pin
wieczo.yo29-Jan-08 3:21
wieczo.yo29-Jan-08 3:21 

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.