Results for "Volume: 7_2009-2012"
The point is easy. You are very limited by the WebBrowser Control alone, what if you want to like filter out some HTML Code which you can only do when its received by the WebBrowser? - Maybe too late action because the WebBrowser executes/process the Data on-fly as usual. xTunel is not using the WebBrowser to receive/send data, its blocking the existing request from the WebBrowser Control and transfer the request to the Socket to let the Socket takeover all action, after all Data is received you can filter/trim/clean the data or whatever u want to do with it, after the Data is fully received it will be displayed like standart in the WebBrowser control. Its only PoC - Proof of Concept but i believe you gonna see very soon how good something like this is!
Submarine Shooting Game
Update 4.0 - Rich text editor designed to give users a complete but simple to use Word Processor containing advanced features and modern interface not found in MS WordPad. Features include text highlighting, tables, line spacing, Internet and Email hyperlink, superscript, subscript, symbols, headers, footers, word count, spell check, and several more. Includes feature's not commonly found in editors created in Visual Basic. This includes an active Ruler toolbar (inches or centimeters) where you can set indent margins, set tabs by clicking on the ruler and move tabs by dragging tab marks on the ruler bar. Also, print formatting with Page Setup, Print Preview and other options. Be sure to view the iqreadme.rtf document for details of the project and samples of the features. Complete Help Manual available from the Help Menu. (Update: Ver.4.0 - Added Recent Fonts menu, fixed table width bug and more. View IQREADME.RTF for update details and history.)
This is my second project and its same as my first program like database program. this program i do for who working in company and have dress code for employee and this Inventory is for dress code stock inventory system. i change some code of first submit, now user get more facility about new items opening or receive.
Wake On LAN functionality for the computers on your LAN.
Base de Dato para clientes utilizando Access, Interfase grafica. = Data base using Access… Unzip the file in this directory “C:\” likes that the Data Base would be reed by ADO. USER: ALU PASSWORD: ALU if it does not work inside is a manual make in flash and written a manual. Descomprime el archivo en el directorio “C:\ “de esa manera la base de dato puede ser leída por ADO. USER: ALU PASSWORD: ALU si no funciona dentro hay un manual el flash y escrito.
this little program findes your internet ip Fast And Easy. no need to winsock control like other codes! only api calls try it! i'm sure you'll like it!
Main code launch predefined programs, sticky notes to remind you of important things, a scheduler for meetings and appointments which gives due notice, an addin clock, system lock, and more. This is my hobby, learning experience and knowledge increase on my side. I would like to mention that i have use user controls found in this sie too like the xFrame user control, slider, kdc buttons and vktooltip from vbkeys.
This code will allow you to read a file extremely fast and grab its MD5. On a Pentium D 3.6 ghz it can read Explorer.exe and hash it 50 times in under a second. Please try it out and submit any comments or questions. Update (1/1/08) - Cut down the speed by over 100% by not converting the buffer into a string value. Cut down the size of the code by removing unnecessary functions.
Provide understanding of how to calculate every nth row (e.g. every other row, every 35th row, etc.) in Excel, even when the data does not begin in cell A1.
Allows user to resize a control at runtime. Put the UserControl on a form and use the Attach method to size a particular control. There is an API way to do this, using CreateWindowEx, but I wanted to do it with a UserControl & here's the result. Enjoy.
Ever needed to peek into a file and view the raw hex data. The older dos applications have limited capabilities to read in the newer OS's. The newer applications require registration, etc... Here is a full featured Hex Editor, that even blows away the 2gig file limit that VB6 has. Several GUI formats are available to efectivly view your raw hex.. (16 or 32 Byte width, 32 or 48 lines). Features : * Full editing is alowable in hex or text. * Files can be extended or shortend, by setting the EOF. * Block Fill. * Block Copy. * Logic edits with 8, 16, 24 or 32 bit data (Big or Little Endian). * Copy - Paste to and from the hex. * Jump to Hex or Dec location. * Hex or Text search. * Verify edits defore writing. Also accepts a filename as a command line parameter so that hex files can be opened with a single click..
learn how to use visual basic 6 on windows vista
Using multiple polygons to create a "fan effect" type slide show. Zip ~ 360K
BackupTrack creates an XML based representation of CD's DVD's and Computer Directories. It can also scan RAR and ZIP files and extract their file listings. Use BackupTrack as a powerful tool to handle, track, search and explore your Backup Discs. BT uses XML so it does not need any MS access dependancy. It has been designed to run on a XP machine. BT uses the ZLIB compression libraries. Using this enables 30 + MB XML files to be packed into a few KB's which makes BT very portable. All dependancies are "stored" in the resource file. This means that BT literally "Installs" itself everytime it is run...all this to ensure that you can track your discs wherever you go. Join me in taking this application to freeware level. Comments and feedback, Bugs (I know there may be several hundred!) are greatly appreciated.
Demonstrates the proper way to fill an excel sheet with data from an array. Lightning fast compared to filling cell-by-cell.
The code analyses a VB form, and creates a report on the menu structure (for inclusion into system documentation). I have now included the other properties of the VB menus as well
Help People
I have seen a lot of people put together parsing weather information programs pulling data from pro websites that usually bomb inside of a week So I figured I would make an attempt at the same kind of project and see if I could do any better. LOL This program works by first submitting the users zip code to a geo database and returning XML then parses the data URL from the XML to finally gather and then filter the weather data the way it should be done. Like the name says it was a simple project, hope you like it.
ucStatusBar is a single file, self-subclassed StatusBar replacement control which supports complete customization per individual panel. Each panel supports the following independent properties: Text, Text Alignment (Left, Center, and Right), Auto/Manual Sizing, Editable (Dynamic Text Editing), Icons, Icon States (Enabled, Disabled), UseMaskColor, MaskColor, ForeColor, Font, ToolTipText, and Width. In addition the ucStatusBar as a whole supports BackColor, GripShapes (None, Classic Bars, XP Squares), Sizeable, and Theme Detection (Auto, Classic, Blue, HomeStead, and Metallic). ucStatusBar also provides dynamic runtime Control Binding to allow external controls (Progressbar, Droplist, etc) to be bound to individual panels. As a bonus, this submission also includes ucProgressbar, which is a self-subclassed Theme-Aware progress bar (modified from Mario Flores - Cool XP ProgressBar). So, If your project needs a modern lightweight StatusBar with dynamic runtime functionality without the overhead of dependencies, then this control might be just what the doctor ordered. Enjoy!! TerriTop…