Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Very Simple Question Regarding Printing in VBA Pin
Tim Carmichael17-Jul-08 3:51
Tim Carmichael17-Jul-08 3:51 
QuestionForce the user to select Value from ShowDialog Pin
Rupsaa17-Jul-08 1:19
Rupsaa17-Jul-08 1:19 
AnswerRe: Force the user to select Value from ShowDialog Pin
nlarson1117-Jul-08 6:46
nlarson1117-Jul-08 6:46 
GeneralRe: Force the user to select Value from ShowDialog Pin
Rupsaa17-Jul-08 21:29
Rupsaa17-Jul-08 21:29 
AnswerRe: Force the user to select Value from ShowDialog Pin
Luc Pattyn17-Jul-08 7:37
sitebuilderLuc Pattyn17-Jul-08 7:37 
AnswerRe: Force the user to select Value from ShowDialog Pin
Mycroft Holmes17-Jul-08 18:09
professionalMycroft Holmes17-Jul-08 18:09 
QuestionMSMQ Private Queue Stucks Pin
Jack Black X17-Jul-08 0:00
Jack Black X17-Jul-08 0:00 
QuestionChange Image size to centimeter Pin
Rupsaa16-Jul-08 22:49
Rupsaa16-Jul-08 22:49 
hi all,
i simply pick a image from FileBrowserDialog and assign it to Picturebox as following
Dim a As New OpenFileDialog
        a.Filter = "BMP Files" & Space(5) & "(*.bmp)|*.bmp|Jpg Files" & Space(5) & " (*.jpg)|*.jpeg"
        If a.ShowDialog = Windows.Forms.DialogResult.OK Then
                PictureBox1.Image = Image.FromFile(a.FileName)
                MsgBox(PictureBox1.Image.Size.ToString)
        End If

after assigning, i check image size which is in Pixcel. Now i want to check that whether the Width and Height of image(which is in Pixel), is less than the size 6 3/8" x 2 3/8" (which is in centimeters). So how can i change the image size to centimeter and compare them?
AnswerRe: Change Image size to centimeter Pin
Christian Graus17-Jul-08 4:08
protectorChristian Graus17-Jul-08 4:08 
QuestionEnvDTE.DTE object Pin
Pawel Gielmuda16-Jul-08 22:26
Pawel Gielmuda16-Jul-08 22:26 
AnswerRe: EnvDTE.DTE object Pin
Scott Dorman17-Jul-08 2:22
professionalScott Dorman17-Jul-08 2:22 
GeneralRe: EnvDTE.DTE object Pin
Pawel Gielmuda17-Jul-08 3:50
Pawel Gielmuda17-Jul-08 3:50 
GeneralRe: EnvDTE.DTE object Pin
Scott Dorman17-Jul-08 4:01
professionalScott Dorman17-Jul-08 4:01 
Questiontake variable value from other form Pin
shee_dee8616-Jul-08 22:07
shee_dee8616-Jul-08 22:07 
AnswerRe: take variable value from other form Pin
dan!sh 16-Jul-08 22:15
professional dan!sh 16-Jul-08 22:15 
AnswerRe: take variable value from other form Pin
sumit703416-Jul-08 22:34
sumit703416-Jul-08 22:34 
AnswerRe: take variable value from other form Pin
~V~17-Jul-08 1:22
~V~17-Jul-08 1:22 
AnswerRe: take variable value from other form Pin
Christian Graus17-Jul-08 4:10
protectorChristian Graus17-Jul-08 4:10 
QuestionHow to connect to Pocket PC(Windows Mobile) from Desktop PC? Pin
pyothinwat16-Jul-08 21:04
pyothinwat16-Jul-08 21:04 
AnswerRe: How to connect to Pocket PC(Windows Mobile) from Desktop PC? Pin
~Khatri Mitesh~17-Jul-08 0:26
~Khatri Mitesh~17-Jul-08 0:26 
GeneralRe: How to connect to Pocket PC(Windows Mobile) from Desktop PC? Pin
pyothinwat17-Jul-08 0:43
pyothinwat17-Jul-08 0:43 
GeneralRe: How to connect to Pocket PC(Windows Mobile) from Desktop PC? Pin
pyothinwat17-Jul-08 0:44
pyothinwat17-Jul-08 0:44 
AnswerRe: How to connect to Pocket PC(Windows Mobile) from Desktop PC? Pin
Rupsaa17-Jul-08 1:25
Rupsaa17-Jul-08 1:25 
Questioni am using Using the MSScript control in win application. Pin
Piyush Vardhan Singh16-Jul-08 19:57
Piyush Vardhan Singh16-Jul-08 19:57 
AnswerRe: i am using Using the MSScript control in win application. Pin
Piyush Vardhan Singh16-Jul-08 20:54
Piyush Vardhan Singh16-Jul-08 20:54 

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.