web project with Visual C++
-
I want to create a simple web-page that contains a button that, when pressed, reads data from a database (Access) and produces graphs with the data retrieved. How should I do this with Visual C++? Maybe ActiveX programming? I need general orientation and online tutorials on this. I'd appreciate any help regarding this, thanks. -- narada
-
I want to create a simple web-page that contains a button that, when pressed, reads data from a database (Access) and produces graphs with the data retrieved. How should I do this with Visual C++? Maybe ActiveX programming? I need general orientation and online tutorials on this. I'd appreciate any help regarding this, thanks. -- narada
Search MSDN for ".Net", "C#" and "Web Controls" Or if you do not like .Net Serach for "ATL" and "Web Server" Or if you want to use Active X Search for "ATL" , "COM" "Active X" and "WEB page" Or if you want to go one level below search for "ISAPI" etc.. You have many choices, you have to chose the approach according to you level, time constraints and general direction of the company (some people prefer Perl :))
-
Search MSDN for ".Net", "C#" and "Web Controls" Or if you do not like .Net Serach for "ATL" and "Web Server" Or if you want to use Active X Search for "ATL" , "COM" "Active X" and "WEB page" Or if you want to go one level below search for "ISAPI" etc.. You have many choices, you have to chose the approach according to you level, time constraints and general direction of the company (some people prefer Perl :))