Click here to Skip to main content
15,913,722 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DGV with duplicate rows Pin
cstrader23221-Jun-09 17:00
cstrader23221-Jun-09 17:00 
GeneralRe: DGV with duplicate rows Pin
Luc Pattyn21-Jun-09 17:06
sitebuilderLuc Pattyn21-Jun-09 17:06 
GeneralRe: DGV with duplicate rows Pin
Christian Graus21-Jun-09 19:35
protectorChristian Graus21-Jun-09 19:35 
QuestionGROUND CONTROL STATION for UAV in VB.NET , Help needed [modified] Pin
umarsaeed99921-Jun-09 11:13
umarsaeed99921-Jun-09 11:13 
AnswerRe: GROUND CONTROL STATION for UAV in VB.NET , Help needed Pin
Christian Graus21-Jun-09 15:02
protectorChristian Graus21-Jun-09 15:02 
GeneralRe: GROUND CONTROL STATION for UAV in VB.NET , Help needed Pin
umarsaeed99921-Jun-09 21:17
umarsaeed99921-Jun-09 21:17 
QuestionOpen Files Pin
sarthakganguly21-Jun-09 0:07
sarthakganguly21-Jun-09 0:07 
AnswerRe: Open Files Pin
dan!sh 21-Jun-09 0:12
professional dan!sh 21-Jun-09 0:12 
AnswerRe: Open Files Pin
0x3c021-Jun-09 0:15
0x3c021-Jun-09 0:15 
AnswerRe: Open Files Pin
Dave Kreskowiak21-Jun-09 7:58
mveDave Kreskowiak21-Jun-09 7:58 
AnswerRe: Open Files [modified] Pin
Henry Minute21-Jun-09 8:28
Henry Minute21-Jun-09 8:28 
QuestionHow to open file on Existing Workbook. Pin
Musa Biralo20-Jun-09 15:32
Musa Biralo20-Jun-09 15:32 
AnswerRe: How to open file on Existing Workbook. Pin
Dave Kreskowiak20-Jun-09 18:44
mveDave Kreskowiak20-Jun-09 18:44 
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 

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.