Click here to Skip to main content
16,006,348 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBind a data set in an HTML table Pin
coolpali_girl27-Jul-06 0:30
coolpali_girl27-Jul-06 0:30 
AnswerRe: Bind a data set in an HTML table Pin
Tyquaun Hunter27-Jul-06 18:01
Tyquaun Hunter27-Jul-06 18:01 
GeneralRe: Bind a data set in an HTML table Pin
coolpali_girl29-Jul-06 0:57
coolpali_girl29-Jul-06 0:57 
GeneralRe: Bind a data set in an HTML table Pin
Tyquaun Hunter31-Jul-06 4:28
Tyquaun Hunter31-Jul-06 4:28 
GeneralRe: Bind a data set in an HTML table Pin
MalikRizwan31-Jul-06 18:55
MalikRizwan31-Jul-06 18:55 
QuestionRadix Sort Pin
faaisaal26-Jul-06 23:46
faaisaal26-Jul-06 23:46 
AnswerRe: Radix Sort Pin
Guffa27-Jul-06 1:16
Guffa27-Jul-06 1:16 
QuestionCalculation based on a formula entered in a text box Pin
RichardBerry26-Jul-06 22:24
RichardBerry26-Jul-06 22:24 
How can I do a calculation based on a formula entered via text box? Basically, I'm reading the result of a Analog to Digital Converter reading (ADC_Value)via RS232.

Examples of different formulas that need to be applied:
(LM60 Temperature) Result = 6.25/(ADC_Value - 424)
(LM50 Temperature) Result = 10/(ADC_Value - 500)
(A/D Voltage) Result = ADC_Value/1023 * 5

Basically I'd like to save the different formulas in a Database, each with a short description, and then load these into a combo. Then request the ADC_Value via RS232, take that value and manipulate it according to the combo selection, and display the result.

The reason I don't want to hard code the formulas is that should use a defferent sensor on the A/D Converter, then I would have to manually add this to the application.

Is there some sort of control that can build an expression from a string?

AnswerRe: Calculation based on a formula entered in a text box Pin
Dave Sexton26-Jul-06 22:54
Dave Sexton26-Jul-06 22:54 
GeneralRe: Calculation based on a formula entered in a text box Pin
RichardBerry26-Jul-06 23:42
RichardBerry26-Jul-06 23:42 
GeneralRe: Calculation based on a formula entered in a text box Pin
Dave Sexton27-Jul-06 1:06
Dave Sexton27-Jul-06 1:06 
GeneralRe: Calculation based on a formula entered in a text box Pin
RichardBerry27-Jul-06 2:40
RichardBerry27-Jul-06 2:40 
GeneralRe: Calculation based on a formula entered in a text box Pin
Dave Sexton27-Jul-06 4:55
Dave Sexton27-Jul-06 4:55 
GeneralRe: Calculation based on a formula entered in a text box Pin
RichardBerry27-Jul-06 22:18
RichardBerry27-Jul-06 22:18 
AnswerRe: Calculation based on a formula entered in a text box Pin
darkelv27-Jul-06 2:28
darkelv27-Jul-06 2:28 
GeneralRe: Calculation based on a formula entered in a text box Pin
Dave Sexton27-Jul-06 4:51
Dave Sexton27-Jul-06 4:51 
QuestionCould I have some help with Sql statement. Pin
MickYL26-Jul-06 22:22
MickYL26-Jul-06 22:22 
AnswerRe: Could I have some help with Sql statement. Pin
Guerven26-Jul-06 22:59
Guerven26-Jul-06 22:59 
GeneralRe: Could I have some help with Sql statement. Pin
MickYL26-Jul-06 23:14
MickYL26-Jul-06 23:14 
GeneralRe: Could I have some help with Sql statement. Pin
Colin Angus Mackay27-Jul-06 2:22
Colin Angus Mackay27-Jul-06 2:22 
AnswerRe: Could I have some help with Sql statement. [modified] Pin
MickYL26-Jul-06 23:23
MickYL26-Jul-06 23:23 
GeneralRe: Could I have some help with Sql statement. Pin
Colin Angus Mackay27-Jul-06 2:24
Colin Angus Mackay27-Jul-06 2:24 
GeneralRe: Could I have some help with Sql statement. Pin
Guerven27-Jul-06 16:27
Guerven27-Jul-06 16:27 
Questionhelp regarding designing rich user interface Pin
ps_prakash0226-Jul-06 22:03
ps_prakash0226-Jul-06 22:03 
QuestionCombobox In DataViewGrid Control Pin
riyaz_786_p26-Jul-06 21:51
riyaz_786_p26-Jul-06 21:51 

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.