Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: UserControl Development and the StyleChanged Event Pin
Mycroft Holmes14-Aug-08 22:38
professionalMycroft Holmes14-Aug-08 22:38 
GeneralRe: UserControl Development and the StyleChanged Event Pin
Graham Irons14-Aug-08 22:43
Graham Irons14-Aug-08 22:43 
GeneralRe: UserControl Development and the StyleChanged Event Pin
Mycroft Holmes14-Aug-08 22:36
professionalMycroft Holmes14-Aug-08 22:36 
GeneralRe: UserControl Development and the StyleChanged Event Pin
Graham Irons14-Aug-08 22:59
Graham Irons14-Aug-08 22:59 
Questionhow to fill data in excel file thru vb.net windows application Pin
vijaylumar14-Aug-08 20:04
vijaylumar14-Aug-08 20:04 
AnswerRe: how to fill data in excel file thru vb.net windows application Pin
Christian Graus14-Aug-08 20:15
protectorChristian Graus14-Aug-08 20:15 
AnswerRe: how to fill data in excel file thru vb.net windows application Pin
~Khatri Mitesh~14-Aug-08 21:32
~Khatri Mitesh~14-Aug-08 21:32 
QuestionExcel To VB.Net Pin
John Kh14-Aug-08 7:43
John Kh14-Aug-08 7:43 
Is there anyway to translate this Excel program into a VB.Net one ?

The Program goes like this:
I enter 2 fields : Density & Temperture .

They will be converted and used later on to get the Coefficient , The putput is Tabel ASTM table 54-B

2 Input Boxes: in locations
I8 and J8

Box K8
=IF((J8*100)-INT(J8*100)<0.1,INT(J8*100),IF((J8*100)-INT(J8*100)<0.3,INT(J8*100)+0.2,IF((J8*100)-INT(J8*100)<0.5,INT(J8*100)+0.4,IF((J8*100)-INT(J8*100)<0.7,INT(J8*100)+0.6,IF((J8*100)-INT(J8*100)<0.9,INT(J8*100)+0.8,(INT(J8*100)+1))))))*10

Box L8
=IF(K8<=771,(346.4228/K8^2)+(0.4388/K8),(IF(K8>=771.1,(IF(K8<=787,(2680.3206/K8^2)-0.00336312,(IF(K8>=787.1,(IF(K8<=838.49,(594.5418/K8^2),(IF(K8>=838.5,(IF(K8<=1075.5,(186.9696/K8^2)+(0.4862/K8))))))))))))))

Output Box M8
=(ROUND(EXP(-L8*(I8-15)-0.8*(L8^2)*((I8-15)^2)),4))
AnswerRe: Excel To VB.Net Pin
Christian Graus14-Aug-08 20:15
protectorChristian Graus14-Aug-08 20:15 
GeneralRe: Excel To VB.Net Pin
John Kh17-Aug-08 10:18
John Kh17-Aug-08 10:18 
AnswerRe: Excel To VB.Net Pin
~Khatri Mitesh~14-Aug-08 21:37
~Khatri Mitesh~14-Aug-08 21:37 
QuestionDropdownlist Box Pin
Franco_114-Aug-08 3:23
Franco_114-Aug-08 3:23 
AnswerRe: Dropdownlist Box Pin
Anoop Brijmohun14-Aug-08 3:35
Anoop Brijmohun14-Aug-08 3:35 
GeneralRe: Dropdownlist Box Pin
Franco_114-Aug-08 3:43
Franco_114-Aug-08 3:43 
GeneralRe: Dropdownlist Box Pin
Anoop Brijmohun14-Aug-08 3:54
Anoop Brijmohun14-Aug-08 3:54 
GeneralRe: Dropdownlist Box Pin
Franco_114-Aug-08 5:21
Franco_114-Aug-08 5:21 
GeneralRe: Dropdownlist Box Pin
Steven St. John14-Aug-08 7:46
Steven St. John14-Aug-08 7:46 
Questionwhether Math class contain function Pin
Rupesh Kumar Swami14-Aug-08 0:18
Rupesh Kumar Swami14-Aug-08 0:18 
AnswerRe: whether Math class contain function Pin
Christian Graus14-Aug-08 0:23
protectorChristian Graus14-Aug-08 0:23 
AnswerRe: whether Math class contain function Pin
Thomas Stockwell14-Aug-08 2:13
professionalThomas Stockwell14-Aug-08 2:13 
AnswerRe: whether Math class contain function Pin
Guffa14-Aug-08 21:17
Guffa14-Aug-08 21:17 
QuestionOptimize memory speed,CPU speed and Disk speed using Vb.net Pin
pavanip13-Aug-08 23:37
pavanip13-Aug-08 23:37 
AnswerRe: Optimize memory speed,CPU speed and Disk speed using Vb.net Pin
Colin Angus Mackay13-Aug-08 23:51
Colin Angus Mackay13-Aug-08 23:51 
AnswerRe: Optimize memory speed,CPU speed and Disk speed using Vb.net Pin
Christian Graus14-Aug-08 0:22
protectorChristian Graus14-Aug-08 0:22 
QuestionFind Firefox browsing history,Auto complete data list Pin
pavanip13-Aug-08 23:09
pavanip13-Aug-08 23:09 

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.