Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #218299
Two Web Browsers Using mshtml.dll

Allows programmers to have a link (For Example)http://www.orionstudios.com Webbrowser1 open in new webbrowser,with out opening external window! You could use this to have an advertisement on your software, or anything you could think of!

7_2009-2012 #228582
html Editor -vb.net version-Windows application

hi;i have fixed some bugs in the older version and here is a new one this is and html editor its a clone of(http://windowsforms.net/articles/htmleditor.aspx)but vb.net versin it can do almost all the things of richtextbox you can get the html source of the text set the font size ,color align,bold,italic,... ;if u find any error plz e-mail me ;if u like this code plz vote for it

7_2009-2012 #233529
Drop Down Menu

A very easy to use + understand drop down menu. You can change the images used, and add new groups and entrys. Uses DIV.

7_2009-2012 #233175
Web Barcode

generate code 39 barcodes in html using javascript.

7_2009-2012 #233958
Code2HTML

This programs convert any text file (ie. java source/c/php/sql++) to HTML with syntax highlighting. it is very configureable and you can add unlimited languages! (comes with few examples. such as Java and some more) If you like it give me a comment and a vote!

7_2009-2012 #223639
Java Database Connectivity

This article will highlight the concepts of JDBC with example codes and applet. if you got any question please feel free to visit my website www.programmers-den.com and ask questions in the relevant forums. Happy Learning.

7_2009-2012 #230796
ErrorExample.vbp

This is an example of how to use the intrinsic Visual basic App object to log errors to a file, which may later be helpful in debugging an application. The log file has the error number, error description, form name, sub or function name, and a date-time stamp when the error occurred. This also limits the error so that multiple loggings of the same error are not recorded in iterations.

7_2009-2012 #222501
Exif metadata reader

This is an old library that I was working on about a year ago. I recently dug up the code for another project and saw that I had built it in a way that could be nicely packaged. Using the xml file provided, it is easy to add new tags as they become standardized. Also, it has a nice feature of making data readable in English. Swap the XML with your own language to support multilingual applications/websites.

7_2009-2012 #233868
Medical Diagnostic System

Medical Diagnostic system for heart diseases is an expert system built using java and Knowledgewright by Amzi Inc. It helps to detect wether a person is suffering from a heart disease. The conclusion is calculated after the user answers to some questions. The program then searches through the knowledgebase and as per the rules and facts, it comes up with a conclusion. it all contains some relevant information on the three heart diesease that it focuses on. It uses a Heuristic search and follows the forward chaining principle. please read the "read me" file in the archive before running the application. if you like this application than vote for it :) NB Most of the information is taken down from the internet and there was no intention for duplication. iam sorry if anyone gets offended, please let me know. Thanx to Amzi Inc and to the developers of the oalnf look and feel, you people are just great.

7_2009-2012 #230409
BasicCalculator

**New Version**I used the windows api MFC to utilize buttons, edit boxes, a menu and string functions to create a calculator.

7_2009-2012 #226982
TorGame

This code: 1-) Math.random() to randomize the chicken picture position on the screen, 2-) onmousemove event triggers Gun() function that makes a gun picture follow the mouse. 3-)onclick event that makes a bullet picture to slide up. 4-)at the end ..the message is appearing if the bullet hits the chicken picture. 5-) the level speed is increasing when you hit the picture.

7_2009-2012 #226797
A Java Server Insertion to DB

This is a simple code that add a UserName and PassWord to a table "Access" through ODC connection. 1.First I created the HTML form with two fields with an action that sends the data to the "AddUserDbd.jsp" ... 2. "AddUserDbd.jsp" initialize the connection and two functions "OpenConnection" and "InsertUsers(,,)" 3. getParameter is used to read the fields from ny HTML form e.g Name = request.getParameter("userName"); Password = request.getParameter("passWord"); and both Paramenters are then iserted into the function InsertUsers(Name,Password); see the code to understand .. to be able to run this code please read about tomcat on sun's website and follow instruction carefully ....

7_2009-2012 #229652
a 3d Shapes using math object

This code generats nice 3d shapes using the Math.cos and Math.sin objects. i think every programmer should play with those, i tell my students to try and make a char like '*' go in circles around the screen.

7_2009-2012 #226989
XML Tree

Display XML content in the form of an HTML (Windows Explorer-like) tree Good for beginers learning XML and recursive XSL templates

7_2009-2012 #226990
XML Tree II - Explorer Mode

XSL template for transforming an XML file into a windows explorer-like HTML page. Fully customizable and excellent for learning XSL Transformations The tree nodes can have HTML Hyperlink attibutes such as href, onclick, target Although the stylesheet will work with both NS 6.+, the test page will work only with IE 4+ and browsers that support MSXML

7_2009-2012 #218291
Perpetucal

A Javascript perpetual calendar optimized for printing. It handles holidays, birthdays, and events with timing like 'The fourth Thursday in November' (Thanksgiving) and 'The last Monday in May' (Memorial day).

7_2009-2012 #234095
A simple universal comparator

You can use this class to sort an array of Objects without creating custom Comparators for each field. For example, if you have a class Employee, with methods getName() and getSalary(), you can simply do Arrays.sort(myEmployeeArray, new UniversalComparator("getName", 1)) or Arrays.sort(myEmployeeArray, new UniversalComparator("getSalary", -1)). The first statement would sort your array in ascending order by the value of getName() method, the second would sort it in descending order by the value of getSalary() method. The class uses the reflection API to accomplish this task.

7_2009-2012 #223638
Remote Method Invocation (RMI)

Hi! guys this tutorial will give you the basic idea about "What RMI stands for and how does it work.Let's start it.

7_2009-2012 #218031
ChangePrinterOrient

NEW NOTE: FROM VB6 SP4 MICROSOFT HAVE ADDED A NEW PROPERTY TO THE DATAREPORT (orientation) WHICH HAS THE SAME EFFECT. SO MY CODE MAY NOT BE REQUIRED. Using VB6 DataReport writer I hit a problem where it didn't allow landscape reports unless the default printer was already set to landscape. I didn't want my users to change there printers so I wrote this function to change the printer orientation to Landscape or Portrait. Calling it before I opened my report.

7_2009-2012 #217969
Active Menu Help Control Version 1.00

Dear Brothers and Sisters, Have you ever dreamed of giving on line help about your menus in status bar as user moves mouse over menus. This feature is available by default in applications developed in VC++ with MFC. Here is a simple solution to all your menu help problems. This amazing Active Menu Help Control for VB 6.00 do all this with ease. This control needs VB 6.00 runtime files.This control does not need any third party subclassing ocx control. Friends who are interested in source code please do not waste their time because it is compiled ActiveX control with demo app. Source code of demo app explains how to use control. It is just one line code. Private Sub MenuHelp1_MenuSelected(menuString As String) sbStatusBar.Panels(1).Text = menuString End Sub

Languages
Top Categories
Global Discovery