Results for "Volume: ASP_Volume3"
This article is intended to explain the usage of 64-bit integers. It goes over how to declare them (__int64), how to use them in format functions (%I64Ld), and how to convert strings into 64-bit integers (_atoi64).
It first get values of different Fuel types and then add and clacualte a receipt in a file checks duplicate Receipt ID's... Delete Records, Search Records, Modify Exisiting records and then view all the records.... It is simple transaction processing system for fuel service stations for PSO patrol company
This article describes complex issues about sending emails in .NET 1.1 (such as using a SMTP server that requires authentication).
This is a VB.Net version of the C# Boot Tab Control found on PSC. For those of you that prefer to code in VB.Net. It implements a Custom TabPage Collection and Custom TabPages. Note: this is a direct port from C# with the errors corrected. It is far from finished but it is much better easier to understand than C#.
These are different Dot Net Interview questions I collected from different sources, Sharing with you just to have head start you all who are looking for upgrade.
This sample code teach you how to use MySQL Connector(you can download it at www.mysql.com for free) for VB.NET. if u find it usefull, don't forget to vote.. tnx to Gilber Toledo. Mabuhay Philippines...
This application generates a tree from ALL windows running in windows. You can find the handle of every window, see its position, hide it etc. Nice tool for finding handles, but also for impressing your friends, when you hide a button in e.g. Word!!!
Click Macro is a very simple program that I got the idea from a delphi source on this site. It basically gets a offset from you and clicks it double clicks it or right clicks it. It is commented very thouroughly and is pretty straightforward. The Code will help you to understand the GetCursorPos and SetCursorPos apis.
This example will do several things. Returns the user’s full name. Allows you to authenticate the users login name and password on the network. And gives you the ability to check to see if a user belongs to a specified group in the active directory. 01. GetUserName - Returns the login user’s FULL name 02. GetUserFirstName - Returns the login user's first name 03. GetUserLastName - Returns the login user’s last name 04. GetUserLoginName - Returns the users login name 05. GetDomainName - Returns the domain name the user is logged on 06. GetComputerName - Returns the computers name 07. AuthenticateUser - Validates the users login name and password 08. GetUserGroups - Returns all the groups the user belongs to in the active directory 09. GetGroupUsers - Returns all the users of a specified group in the active directory 10. ValidateGroupUser - Returns true or false of whether a specified user belongs to a specified group in the active directory
Generates a autorun.inf
Add Nodes to the List View Control, kind of a tree view Morph
sends email to other persons where email body can be written via keyboard as well as through speech using microphone
I wrote this code to learn a little bit about string manipulation. Although I will deffinatly not claim it's uncrackable, it is deffinatly a little less bulky than some of the others. Not to mention since i submited the code anyone could just use the decryption on it. But anyway, it may be of some help, although I will admit it's a bit slow with large files. I am trying to find ways to improve it's speed. Any ideas are welcome.
Here is a Calendar Class that can be used as a replacement for the Microsoft one. No additional files have to be attached to your project, simply put calendar.cls(+two more support classes) in your project, stick a picture box on your form, write 3 lines of code, and you have a fully functioning CALENDAR with multiselect, dropdown and etc.
I've been going through my collection of VB6 code downloaded from PSC. Since I'm coding exclusively in Visual Basic 2005 now, I was able to immediately cull out a lot of code. I don't need users controls to provide the "XP Look," for instance. And other code just duplicates functions built into the .NET Framework. After that I was left will quite a few programs that looked interesting. I've done about 20 of these conversion so far, but none that I spent as much time on as this one. These conversions can take a long time, so you should carefully examine the VB6 code first. If you haven't downloaded the NEW version of the Visual Basic Code Advisor from Microsoft, do yourself a favor and do so. It's much better than the old one. You can also set what your target development environment will be. It's also useful for cleaning up code that you intend to leave in VB6. You should also look at the code you intend to convert. If you don't see "Option Explicit" or "Dim" statements, the code is probably full of variants and is probably not worth fooling with. If you see any undocumented statements like "VarPtr," forget it. If the code is messy and all the variable names are like "Text1" and "Command1," you should take the time to give all the controls and variables meaningful names. And you should format the code. Fix everything you can while in VB6! This particular project had some bad formatting, default contol names, and a few strange programming practices like storing integers as strings in hidden text boxes and then converting them back for use! It also had a user control that provided meters or vertical bars for memory usage. I looked at it and decided I would have to come up with another solution because the user control used the "Shape" control which does not exist in VB.NET. I just replaced the "meters" with picture boxes as placeholders and decided I would come up with a solution. Also the project used the API call GlobalMemoryStatus, which is obsolete because it will not deal with RAM or Page Files larger than 4 GB. I also decided to replace that after the conversion. I came up with what I think is a novel replacement for the "meters." I used several panels per "meter," a little arithmetic, and a timer control. Maybe you might find this idea useful.
have u ever download source that was created in vb6 and u still have vb5 cuz u dont wanna shell out $$$? now u dont need to, this program makes vb6 files compatible with both vb6 and vb5!!!!!! this is also a great OLE and Hex Editing example and a great utility whether or not u use the code!
Hi folks this application haven't used any databases You can store images of the concerned easy navigation, sorting, finding with respect to any field, its really nice to maintain your friends and business addresses Entire source code is available in ZIP format can store web, email, phone, fax numbers also sorting acording to any field and field entry ...enjoy happy programming
Updated an old Microsoft control. I added several new items to the control. This control will allow layering of text and images as well as rotation and object movement. You can save the layers as an object and later go back and re edit any object just like jasc paintshop pro. Please comments suggestion and or votes are always appreciated. :.)
Copy a file in binary mode. You can easily implement a prograssbar with the value of the variable "iPercent". Change the buffer size for various use: SMAPLE: 10240 for normal mode; 2048 for network; ...
Autocomplete the input strings in combo box