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

Visual Basic

 
GeneralRe: Converting IEEE Format Singles To Internal Longs Pin
Jason Teagle22-Jul-02 23:49
Jason Teagle22-Jul-02 23:49 
Generaledit explorer.exe Pin
Manish Wadhera20-Jul-02 20:53
Manish Wadhera20-Jul-02 20:53 
GeneralRe: edit explorer.exe Pin
SHaroz21-Jul-02 16:37
SHaroz21-Jul-02 16:37 
GeneralRe: edit explorer.exe Pin
SHaroz21-Jul-02 16:40
SHaroz21-Jul-02 16:40 
Generalcontrol panel applet Pin
Manish Wadhera20-Jul-02 20:49
Manish Wadhera20-Jul-02 20:49 
GeneralMicrosoft Excel Chart Pin
Silversurfaren19-Jul-02 7:54
sussSilversurfaren19-Jul-02 7:54 
GeneralRe: Microsoft Excel Chart Pin
Silversurfaren21-Jul-02 2:43
sussSilversurfaren21-Jul-02 2:43 
GeneralRe: Microsoft Excel Chart Pin
afronaut25-Jul-02 15:47
afronaut25-Jul-02 15:47 
It's tricky to make it seem as though *you* were the one who did it. Here's a starting point- you may already be past this:
1. In Excel, start a macro and then create the chart.
2. Examine the code in the macro generated VBA module.
3. Instantiate the Excel.Application, Workbook, Chart and create a chart programmatically using the macro code as your guide.
It isn't difficult to do, but it will require that you users have Excel on their machines.
Oh, and you can macro copy+paste operations too, in case you want to copy it to an OLE container control or something like that.

I hope this puts you on a track...

David

*->>Always working on my game, teach me
*->>something new.
cout << "dav1d\n";
GeneralRadio Buttons Not working correctly Pin
JohnnyG19-Jul-02 7:10
JohnnyG19-Jul-02 7:10 
GeneralRe: Radio Buttons Not working correctly Pin
Jeremy Falcon19-Jul-02 7:32
professionalJeremy Falcon19-Jul-02 7:32 
GeneralRe: Radio Buttons Not working correctly Pin
JohnnyG19-Jul-02 8:11
JohnnyG19-Jul-02 8:11 
GeneralRe: Radio Buttons Not working correctly Pin
Jeremy Falcon22-Jul-02 3:43
professionalJeremy Falcon22-Jul-02 3:43 
GeneralRe: Radio Buttons Not working correctly Pin
JohnnyG19-Jul-02 8:47
JohnnyG19-Jul-02 8:47 
GeneralProblems with namespaces... Pin
MrGlover18-Jul-02 16:02
MrGlover18-Jul-02 16:02 
GeneralRe: Problems with namespaces... Pin
Kevin McFarlane21-Jul-02 5:20
Kevin McFarlane21-Jul-02 5:20 
Generalmemory leaks Pin
Marcus Spitzmiller18-Jul-02 10:20
Marcus Spitzmiller18-Jul-02 10:20 
GeneralConsole Mode Class Pin
Gary Miller18-Jul-02 5:25
Gary Miller18-Jul-02 5:25 
Questionvb.net :: Has anyone been having trouble with the RadioButton's CheckedChanged Event NEVER coming through? Pin
Tim Rymer18-Jul-02 5:09
Tim Rymer18-Jul-02 5:09 
GeneralVB 6 Project Limit Pin
David Galloway17-Jul-02 11:21
David Galloway17-Jul-02 11:21 
Generalvb.net :: How do i set the precision of a double? (like 1.25 instead of 1.2553825253 Pin
Tim Rymer17-Jul-02 10:52
Tim Rymer17-Jul-02 10:52 
GeneralRe: vb.net :: How do i set the precision of a double? (like 1.25 instead of 1.2553825253 Pin
Jeremy Falcon17-Jul-02 11:05
professionalJeremy Falcon17-Jul-02 11:05 
GeneralCool, just make sure you Import System.Math Pin
Tim Rymer17-Jul-02 11:42
Tim Rymer17-Jul-02 11:42 
Generaldatabase stored procedures vb and much confusion Pin
Unpluged198017-Jul-02 10:41
sussUnpluged198017-Jul-02 10:41 
GeneralRe: database stored procedures vb and much confusion Pin
Ranjan Banerji18-Jul-02 2:47
Ranjan Banerji18-Jul-02 2:47 
GeneralRe: database stored procedures vb and much confusion Pin
Giles18-Jul-02 3:05
Giles18-Jul-02 3:05 

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.