Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Crystal Report help is needed Pin
Rameez Raja31-Aug-08 17:43
Rameez Raja31-Aug-08 17:43 
GeneralRe: Crystal Report help is needed Pin
Steven J Jowett31-Aug-08 23:14
Steven J Jowett31-Aug-08 23:14 
GeneralRe: Crystal Report help is needed Pin
Tom Deketelaere1-Sep-08 2:39
professionalTom Deketelaere1-Sep-08 2:39 
QuestionOption strict ON problem .. Pin
Georg Kohler30-Aug-08 16:38
Georg Kohler30-Aug-08 16:38 
AnswerRe: Option strict ON problem .. Pin
Christian Graus30-Aug-08 16:41
protectorChristian Graus30-Aug-08 16:41 
GeneralRe: Option strict ON problem .. Pin
Georg Kohler30-Aug-08 16:56
Georg Kohler30-Aug-08 16:56 
GeneralRe: Option strict ON problem .. Pin
Scott Dorman30-Aug-08 17:16
professionalScott Dorman30-Aug-08 17:16 
AnswerRe: Option strict ON problem .. Pin
Scott Dorman30-Aug-08 17:15
professionalScott Dorman30-Aug-08 17:15 
The Bitmap class has a constructor that takes a path to a file and a constructor which takes an image. The best option would be something like this:
Public BitmapImage As Bitmap
 
BitmapImage = New Bitmap(filename)
 
' or
 
BitmapImage = New Bitmap(Bitmap.FromFile(filename))
I think the first option is simpler.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

GeneralRe: Option strict ON problem .. Pin
Georg Kohler30-Aug-08 17:21
Georg Kohler30-Aug-08 17:21 
GeneralRe: Option strict ON problem .. Pin
Scott Dorman30-Aug-08 17:31
professionalScott Dorman30-Aug-08 17:31 
QuestionIHTMLElement2.onscroll troubling. Pin
MAP Tiger30-Aug-08 3:04
MAP Tiger30-Aug-08 3:04 
AnswerRe: IHTMLElement2.onscroll troubling. Pin
MAP Tiger30-Aug-08 17:58
MAP Tiger30-Aug-08 17:58 
Questionroutines and functions Pin
CodingYoshi29-Aug-08 10:00
CodingYoshi29-Aug-08 10:00 
AnswerRe: routines and functions Pin
jon_17529-Aug-08 10:11
jon_17529-Aug-08 10:11 
QuestionImporting Excel files to SQL database using VB.Net. Pin
Alan Greenleaf29-Aug-08 4:57
Alan Greenleaf29-Aug-08 4:57 
AnswerRe: Importing Excel files to SQL database using VB.Net. Pin
Ashfield30-Aug-08 8:17
Ashfield30-Aug-08 8:17 
AnswerRe: Importing Excel files to SQL database using VB.Net. Pin
rprateek31-Aug-08 2:22
rprateek31-Aug-08 2:22 
QuestionPrinting EMF, blurry result Pin
Member 278944429-Aug-08 1:58
Member 278944429-Aug-08 1:58 
QuestionSystem DateTimeFormat Pin
~V~29-Aug-08 1:54
~V~29-Aug-08 1:54 
AnswerRe: System DateTimeFormat Pin
Ashfield29-Aug-08 2:43
Ashfield29-Aug-08 2:43 
GeneralRe: System DateTimeFormat Pin
~V~30-Aug-08 2:10
~V~30-Aug-08 2:10 
QuestionDisplaying Hotkeys when application loads Pin
Sifar - 029-Aug-08 1:17
Sifar - 029-Aug-08 1:17 
AnswerRe: Displaying Hotkeys when application loads Pin
Abhishek Sur29-Aug-08 1:18
professionalAbhishek Sur29-Aug-08 1:18 
QuestionHOW TO USE PROGRESS BAR CONTROLL WITH VISUAL BASIC 6 Pin
janaka ruwan29-Aug-08 0:32
janaka ruwan29-Aug-08 0:32 
AnswerRe: HOW TO USE PROGRESS BAR CONTROLL WITH VISUAL BASIC 6 Pin
Manas Bhardwaj29-Aug-08 0:40
professionalManas Bhardwaj29-Aug-08 0:40 

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.