Click here to Skip to main content
15,914,943 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: PDF Processing Pin
Jim Taylor8-Feb-04 21:50
Jim Taylor8-Feb-04 21:50 
GeneralVisual Basic&Pentium4 Pin
Member 6339076-Feb-04 5:13
Member 6339076-Feb-04 5:13 
GeneralRe: Visual Basic&Pentium4 Pin
Dave Kreskowiak6-Feb-04 6:58
mveDave Kreskowiak6-Feb-04 6:58 
GeneralRe: Visual Basic&Pentium4 Pin
Member 6339078-Feb-04 22:14
Member 6339078-Feb-04 22:14 
GeneralRe: Visual Basic&Pentium4 Pin
Dave Kreskowiak9-Feb-04 4:57
mveDave Kreskowiak9-Feb-04 4:57 
GeneralRe: Visual Basic&Pentium4 Pin
Member 6339079-Feb-04 5:38
Member 6339079-Feb-04 5:38 
GeneralEmbedding pictures and icons into the exe Pin
Namboy825-Feb-04 22:24
Namboy825-Feb-04 22:24 
GeneralRe: Embedding pictures and icons into the exe Pin
Anonymous8-Feb-04 21:13
Anonymous8-Feb-04 21:13 
You can ambed pictures the following way ::

(this is how I do it)

Include de picture or image in your project, and select is in your 'Solution Explorer'
The in the properties window, change to 'Embedded Resource'

Now you can access the image from within your app...

Dim bmpMyImage As New Bitmap (Me.GetType, "Namespace.To.Image.jpg")

(Don't know if the above line is exactly correct, but something like that should help you on your way.)

GeneralRe: Embedding pictures and icons into the exe Pin
Eduard Keilholz8-Feb-04 21:14
Eduard Keilholz8-Feb-04 21:14 
Generaldate time Pin
Member 8329615-Feb-04 20:50
Member 8329615-Feb-04 20:50 
GeneralProble with VB6 and SQL server Pin
gamerPotatoe5-Feb-04 20:09
gamerPotatoe5-Feb-04 20:09 
GeneralRe: Proble with VB6 and SQL server Pin
John Kuhn5-Feb-04 20:30
John Kuhn5-Feb-04 20:30 
GeneralRe: Proble with VB6 and SQL server Pin
steff kamush5-Feb-04 21:35
steff kamush5-Feb-04 21:35 
GeneralRe: Proble with VB6 and SQL server Pin
steff kamush5-Feb-04 21:35
steff kamush5-Feb-04 21:35 
GeneralRe: Proble with VB6 and SQL server Pin
steff kamush5-Feb-04 21:39
steff kamush5-Feb-04 21:39 
GeneralEditing subitems in Listview in VB.NET Pin
Member 8639495-Feb-04 18:35
Member 8639495-Feb-04 18:35 
GeneralRe: Editing subitems in Listview in VB.NET Pin
John Kuhn5-Feb-04 20:12
John Kuhn5-Feb-04 20:12 
GeneralHelp! clock generate Pin
jfk_lili5-Feb-04 15:46
jfk_lili5-Feb-04 15:46 
GeneralRe: Help! clock generate Pin
Roger Wright5-Feb-04 18:09
professionalRoger Wright5-Feb-04 18:09 
GeneralRe: Help! clock generate Pin
Dave Kreskowiak6-Feb-04 2:19
mveDave Kreskowiak6-Feb-04 2:19 
GeneralRe: Help! clock generate Pin
jfk_lili8-Feb-04 14:33
jfk_lili8-Feb-04 14:33 
GeneralRe: Help! clock generate Pin
Dave Kreskowiak9-Feb-04 4:50
mveDave Kreskowiak9-Feb-04 4:50 
GeneralRe: Help! clock generate Pin
jfk_lili9-Feb-04 22:15
jfk_lili9-Feb-04 22:15 
GeneralRe: Help! clock generate Pin
Dave Kreskowiak10-Feb-04 5:35
mveDave Kreskowiak10-Feb-04 5:35 
GeneralRe: Help! clock generate Pin
jfk_lili10-Feb-04 22:39
jfk_lili10-Feb-04 22:39 

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.