Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K

5 Posted Topics

Member Avatar for jchaike

The fact is that all VB programs need VB runtime dll's (Mind it. these will load only under the Win32 environment). So even if you have the runtimes on a bootable disk that won't help. These work on the Win32 API calls. So you won't be able to create an …

Member Avatar for Comatose
1
2K
Member Avatar for sand
Member Avatar for TerryJones

The easiest approach is to use the IE control (OCX) in a VB Application. Let the control do all the displaying of HTML / Javascript content and you can design your company logo etc on the window. In short customise the window. It is very very very easy to program …

Member Avatar for bulldozerisme
0
172
Member Avatar for TheProfessional

Internet Explorer 6.0 does not come with a JAVA interpreter. This may be the problem. Try installing a JAVA runtime. Maybe it solves the problem.

Member Avatar for bulldozerisme
0
104
Member Avatar for bobocop

Pretty simple. Use a scripting language that your web server can handle. eg. ASP for IIS, JSP/Servlet for tomcat Perl/CGI or PHP for Apache. and use a database at the back. you can also use a .htaccess file and have a script to register the users. cheers

Member Avatar for bulldozerisme
0
102

The End.