Compiler
I am looking for a free compiler that does like Visual Studio does..
Create a VB Forms-based app.
Alternatively, a C App would do too..
I have been over to: http://www.thefreecountry.com/compilers/basic.shtml
Also, I downloaded the free Basic from Microsoft as well, but needs to have .net components on it. I have also downloaded KIXForms and also requires a DLL and I have programmed that in AdminScriptEditor to create the exe file. I just want to create a stand-alone app that runs by itself. I have also looked into programming it in VBA for Excel as well.
What I want to do is:
- Query a SQL Server Database to look up a customernumber and status
- Based on the results, you can click a checkbox to re-activate an account and select a button to do so.
- This will be connecting to about 10 SQL servers
I have the construct down and ready to work with this.
Thanks,
Kent

While we're on the subject of compilers is there a good freeware de-compiler available to analyze and strip apart software?
Thanks
That would be illegal for most software that is out there. For how much time that a programmer puts in to his/her code, the programmer rarely makes any money off of what they do.
Kent
http://www.microsoft.com/express/vb/Default.aspx
This is a link to trhe express edition of Visual studio for visual basic;there are some limits to how many SQL servers you can connect to, but this may be a good start.
Yep.. Already got that one.. need to install the .NET (version 2) components too.
Also need to sign the Assembly as well:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315682
Thanks,
Kent
Post new comment