| Thread | Last Post | Replies |
|
| kirk.man@iee.org | 30 Apr 2005 15:55 GMT | 1 |
June The open source GSL library contains bessel functions for C. You can doenload it from: ftp://ftp.gnu.org/gnu/gsl/gsl-1.6.tar.gz The bessel functions can be included with 'gsl_sf_bessel.h'
|
| Source Code Libraries | 26 Apr 2005 23:50 GMT | 1 |
In VB 6 the project files keep the source files in place. In VB 2005, the source files are copied to the project directory. This means that I can't fix a common library file in one project and have the fixes propagate to other projects as in VB 6. How can I restore this ...
|
| .NET Reliable?? | 22 Apr 2005 19:41 GMT | 1 |
Have a data application written in VB6 and has worked flawlessly for years. Am trying to keep myself upto date and slowly converting it to VB.NET via Visual Studio 2002. Not at all impressed with the ADO.NET as has screwed up data because a
|
| DrawLine Code Draws Box | 18 Apr 2005 13:53 GMT | 1 |
I am migrating my VB6 GoldMine add-ons to VB.NET to allow for enhancements. I have no problem getting text to print, but I cannot get the 4 PrintPage events that are needed to print a line to work. I need a line that has a width of 5 that starts 3.797 inches from the top
|
| Convert forms using Ocx to use there .NET framework version | 16 Apr 2005 00:19 GMT | 3 |
I am trying to port a big VB6 application : near 100 modules (ActiveX DLL) hosting more than 500 VB Forms and 200 CrystalReport Reports. We have writed 16 VB6 user controls hosted in an OCX dll and we want to convert them to .NET.
|
| datagrid button_click event | 12 Apr 2005 14:22 GMT | 1 |
Hi, I want to use a datacombo or dbcombo, or simple combo drop down box in my datagrid control, I used the buttonclickevent and a combo box that moves with the cuurent cell of the datagrid, by the code is very long. Is there nay simple solution for this,
|