Click here to Skip to main content
15,881,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: loan payment Pin
progload8-Mar-06 16:30
progload8-Mar-06 16:30 
Questionhow to import Bookmarks favorites file to TreeView Pin
segaal8-Mar-06 13:41
segaal8-Mar-06 13:41 
AnswerRe: how to import Bookmarks favorites file to TreeView Pin
segaal11-Mar-06 6:51
segaal11-Mar-06 6:51 
QuestionHow to reference checkedlistbox from one class to another Pin
JK11508-Mar-06 12:24
JK11508-Mar-06 12:24 
QuestionScrolling datagrid without scrollbar visible - possible? Pin
nzmike8-Mar-06 11:51
nzmike8-Mar-06 11:51 
QuestionIssue with manual adding data to Checked list box Pin
devarajchandra8-Mar-06 9:54
devarajchandra8-Mar-06 9:54 
QuestionExecution speed - question re: vb.net Pin
guruvar28-Mar-06 9:53
guruvar28-Mar-06 9:53 
AnswerRe: Execution speed - question re: vb.net Pin
Steve Pullan8-Mar-06 11:38
Steve Pullan8-Mar-06 11:38 
You're not really comparing 'apples with apples' here.

My experience of Fortran compilers (admittedly over 20 years ago now) is that they are very highly optimized and geared towards crunching numbers. The .NET platform is not optimized for, nor was it designed for that putpose and has a whole lot more overhead.

Maybe you could find out what parts of the app are performing too slowly and attempt to hand-optimize the code or even break those functions out into another DLL written in C++ (for example) to specifically address the performance issues.

...Steve

1. quod erat demonstrandum
2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life."
I read that somewhere once Smile | :)
(Translation: I'll show you the way, but not write the code for you.)
GeneralRe: Execution speed - question re: vb.net Pin
guruvar28-Mar-06 11:45
guruvar28-Mar-06 11:45 
AnswerRe: Execution speed - question re: vb.net Pin
Garth J Lancaster8-Mar-06 15:37
professionalGarth J Lancaster8-Mar-06 15:37 
QuestionChange the ink quality to Draft Pin
kostasdiktia28-Mar-06 7:00
kostasdiktia28-Mar-06 7:00 
Question[Message Deleted] Pin
jpope8-Mar-06 6:38
jpope8-Mar-06 6:38 
AnswerRe: VB6 and Using .NET 2.0 and System.Data.SqlClient Pin
Chandana Subasinghe8-Mar-06 9:10
Chandana Subasinghe8-Mar-06 9:10 
GeneralRe: VB6 and Using .NET 2.0 and System.Data.SqlClient Pin
jpope8-Mar-06 9:30
jpope8-Mar-06 9:30 
AnswerRe: VB6 and Using .NET 2.0 and System.Data.SqlClient Pin
Guffa8-Mar-06 10:04
Guffa8-Mar-06 10:04 
Questionhavaing embedded resource error while playing midi file Pin
campbells8-Mar-06 5:55
campbells8-Mar-06 5:55 
QuestionSql DataBase Auditing Pin
Juliafuentes8-Mar-06 5:45
Juliafuentes8-Mar-06 5:45 
Questionhow to show image in coding? Pin
campbells8-Mar-06 5:32
campbells8-Mar-06 5:32 
AnswerRe: how to show image in coding? Pin
Chatura Dilan8-Mar-06 13:46
Chatura Dilan8-Mar-06 13:46 
QuestionVisual Basic Newbie Pin
dream_weaver8-Mar-06 5:26
dream_weaver8-Mar-06 5:26 
AnswerRe: Visual Basic Newbie Pin
Steve Pullan8-Mar-06 11:41
Steve Pullan8-Mar-06 11:41 
QuestionError message, Help Pin
Spaz808-Mar-06 3:55
Spaz808-Mar-06 3:55 
AnswerRe: Error message, Help Pin
Steve Pullan8-Mar-06 11:44
Steve Pullan8-Mar-06 11:44 
QuestionStrange VBA problem with Excel Pin
Waldermort8-Mar-06 3:05
Waldermort8-Mar-06 3:05 
QuestionHow to calculate exact difference between two dates? Pin
Krishnaraj Barvathaya B8-Mar-06 2:19
Krishnaraj Barvathaya B8-Mar-06 2:19 

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.