Click here to Skip to main content
15,887,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to open file on Existing Workbook. Pin
Musa Biralo4-Jul-09 15:12
Musa Biralo4-Jul-09 15:12 
QuestionMP3 to Wav? Pin
rspercy6520-Jun-09 7:26
rspercy6520-Jun-09 7:26 
AnswerRe: MP3 to Wav? Pin
0x3c020-Jun-09 7:36
0x3c020-Jun-09 7:36 
GeneralRe: MP3 to Wav? Pin
rspercy6520-Jun-09 8:14
rspercy6520-Jun-09 8:14 
GeneralRe: MP3 to Wav? Pin
TheMrProgrammer20-Jun-09 20:25
TheMrProgrammer20-Jun-09 20:25 
QuestionClickOnce Deployment Pin
Ovais Memon19-Jun-09 23:11
Ovais Memon19-Jun-09 23:11 
AnswerRe: ClickOnce Deployment Pin
miguelfreirejunior22-Oct-09 10:33
miguelfreirejunior22-Oct-09 10:33 
QuestionPlz help me in developing win32 application" Pin
sweety200619-Jun-09 22:01
sweety200619-Jun-09 22:01 
Develop a menu based application which provides the facility to convert temperature and length from one unit to another.
Running the application will display the main “Form”, this form will have a menu with the caption “File” there will be two “submenus” under this menu, with the caption “Temperature” and “Length” (as shown below)


Clicking on “Temperature” will display another form with the caption “Temperature”. (as shown below). Here temperature will be entered in “Celsius”, and then unit of resulting value will be specified through two radio buttons. Clicking the “Compute” button will cause the entered value, converted to the unit specified through radio buttons. E.g. if user enters 12, then selects “Kelvin” radio button, then after clicking “Compute” the result will be calculated by converting the “Celsius” to Kelvin.

The formulae used for conversion are as follows:

C = (F - 32) x 5/9
K = C + 273
F = (C x 9/5) + 32


Similarly Length converter will convert the length in “Kilometers” to “Meters” and “Centimeters” e.g. if you enter “20” and select “Meter” radio button, then after clicking the “Compute” button will display the result by converting 20 to “Meter” unit.





Hint:
1 KM = 1000 M
1 M = 100 CM
AnswerRe: Plz help me in developing win32 application" Pin
Christian Graus19-Jun-09 22:42
protectorChristian Graus19-Jun-09 22:42 
AnswerRe: Plz help me in developing win32 application" Pin
Henry Minute20-Jun-09 1:37
Henry Minute20-Jun-09 1:37 
GeneralRe: Plz help me in developing win32 application" Pin
Luc Pattyn20-Jun-09 2:09
sitebuilderLuc Pattyn20-Jun-09 2:09 
GeneralRe: Plz help me in developing win32 application" Pin
Henry Minute20-Jun-09 2:17
Henry Minute20-Jun-09 2:17 
AnswerRe: Plz help me in developing win32 application" Pin
Luc Pattyn20-Jun-09 2:12
sitebuilderLuc Pattyn20-Jun-09 2:12 
GeneralRe: Plz help me in developing win32 application" Pin
Christian Graus20-Jun-09 11:31
protectorChristian Graus20-Jun-09 11:31 
GeneralRe: Plz help me in developing win32 application" Pin
Luc Pattyn20-Jun-09 12:07
sitebuilderLuc Pattyn20-Jun-09 12:07 
GeneralRe: Plz help me in developing win32 application" Pin
Christian Graus20-Jun-09 13:06
protectorChristian Graus20-Jun-09 13:06 
QuestionVB.NET - Ms-access - Error - "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done." Pin
sivakumar.mariappan19-Jun-09 20:46
sivakumar.mariappan19-Jun-09 20:46 
AnswerRe: VB.NET - Ms-access - Error - "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done." Pin
Dave Kreskowiak20-Jun-09 10:08
mveDave Kreskowiak20-Jun-09 10:08 
Questionhi everyone need help Pin
harieshkumar.n19-Jun-09 20:08
harieshkumar.n19-Jun-09 20:08 
AnswerRe: hi everyone need help Pin
Christian Graus19-Jun-09 20:10
protectorChristian Graus19-Jun-09 20:10 
GeneralRe: hi everyone need help Pin
harieshkumar.n22-Jun-09 0:40
harieshkumar.n22-Jun-09 0:40 
QuestionHow can I take information from a child form and show it to a parent form Pin
waner michaud19-Jun-09 11:45
waner michaud19-Jun-09 11:45 
AnswerRe: How can I take information from a child form and show it to a parent form Pin
Christian Graus19-Jun-09 12:43
protectorChristian Graus19-Jun-09 12:43 
GeneralRe: How can I take information from a child form and show it to a parent form Pin
waner michaud22-Jun-09 10:37
waner michaud22-Jun-09 10:37 
GeneralRe: How can I take information from a child form and show it to a parent form Pin
programmervb.netc++24-Jun-09 21:06
programmervb.netc++24-Jun-09 21:06 

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.