Results for "Volume: 4_2005-2006"
On some requests when origional project uploaded on PSC with the name of 'Urdu Desktop (SMTP) Email Client for Gmail', Some users requested to get the english version of the same project then it is converted by me to english & being uploaded on Planet Source Code. There is a desktop email client to send email using gmail address via MS CDO . No need to go on Gmail's website & login to send emails. Simply put you Gmail address & Password & send email with the (n) number of atachments. No size limit to attach files with email. All files with large size will be easily sent by this desktop client. CC & BCC function also support you to send emails with large attachments, to (n) number of receivers. Gmail's SMTP address & port fixed in this client. Keep in mind that this email client only designed to work with Gmail. No other email service provider checked with this email client and that may take errors, if you try to do that. This project may need more attention but at the start, i think it is enough to use. Please give feedback & suggestions to make this project more useful. Thank You.
Print Preview more powerful than ever! View, format, export, and print documents like never before. VBPrintPreview is work for document viewing and printing. Give more power and flexibility. VbPrintPreview makes it easy to add robust View, Format, Export, and Print capabilities to your Visual Basic applications. It replaces the Printer Object in Visual Basic to significantly expand, yet simplify, printing functionality. Making it easy to create documents with consistent formatting. You have full control of the formatting of paragraphs,tables, fonts, colors, alignment, and justification. Include help and examples Fix Orientation for multi page Support LynxGrid
This is lesson 4 in my fractal quest. This one is intended to explain some concepts related with fractals like recursion, backtracking and other. Code is heavily commented, I have uploaded also 3 simpler examples along these code (Fibonacci) and I also wrote a large tutorial that will explain the background of my source code. First, you shoud read a pdf tutorial, second view simpler examples until you fully understand them and then at last - Dust Fractal source code. The Code itself can generate 8 different graphics. So, I know this lesson is not very easy to understand but try to have fun with it, I really tried to make it as simple as I can.
Pre-Requirements : Pak Urdu Installer Or East Asian Language Support (XP) http://www.mbilalm.com/download/ The largest collection of Urdu, Arabic & Persian fonts on one place. There are 391 fonts with Arabic & Persian fonts that are supporting three languages in different ways. Random fonts are available on different websites but not collected available at anywhere to be download. So, these fonts collected from different websites to use them with VB6, VB.Net & for other applications. Most demanded Islamic Calligraphic fonts are also included in this collection that make Urdu, Arabic & Persian demanding solutions very easy. Specially, Bismillah fonts 1-5, Ayat & Riwayat, Tazhib, Al-Qalam Gul-o-Boota & Al-Qalam Remezan fonts etc. The updated version of Jameel Noori Nastaleeq V4.0 with Kasheeda also included that generate very beautiful Urdu script. Much more beautiful & stylish fonts included that will be liked by you. Like before, waiting for your feedback for this effort. Making Urdu, Arabic & Persian solutions not only for ME but also for you all. Thank You. Join Urdu Programming at Facebook http://www.facebook.com/pages/Urdu-Programming-VB6/263338567072301
2º UPDATE: Fixed crash when more than 30 controls added. Add control array sopourt UPDATED: Fixed a Focus bug UserControl to replace SSTabDialog OCX. Works like te SSTab, you can add controls wich can only be seen in the active tab. Includes a PropertyPage to edit Tabs and change the active Tab. Please do not insert controls without the hWnd property or the control will fail
Restore a minimized modeless window form to its position. I don't know if there is a same one in PSC. You know, when a form is minimized and stay on the taskbar, you cann't restore it by just call its show method. You either cann't change its windowstate to vbNormal, otherwise, its size will be changed.
for calculate total hours and overtime of project
NTFS Protected Folder/File Access is a useful and powerful tool, which provides you the access to any NTFS Protected Folder/File on your drives without resetting the permission of them. This is basically accomplished by using a File System Filter Driver, which deals with NTFS and the tool can be used, • to instantly access any drive(s), which you get the message 'Access is denied' because of NTFS permission. • to access folders/files when you mess up with NTFS permission of a drive. • when you cannot take the ownership of folders/files on a drive to use them, because the drive is read only (Eg: read-only hard drive.) or mounted as read-only. • when considering the time which takes to gain the ownership of millions of files of a drive in order to use them. • to temporarily access folders/files which you cannot access or modify because of the guard provided by some of the security products on the market. • to access the files which seem to have been corrupted because of NTFS permission. • to access the NTFS protected data on NTFS-formatted removable drives as well. • to access the NTFS protected Drives/Folders/Files, when you can not reset to access them because Security Tab is missing on properties and you can't get it reset due to Folder Options/Use simple file sharing is restricted or missing.
This IntelliSense retrives the data from database and shows you the IntelliSense (Autocomplete) as you start typing in the textbox. No extra user control pure VB 6.0 code. Data connection using ADODB method. If you like this code dont forget to vote.
You can unpack , unrar rar files with this in app.path. It's fast and easy it makes use of unrar.dll what is only 162kb big! i was looking a long time for an example like this and i just found one so made this example for you guys. This code is for vb5.0 and vb6.0 only. Regards.
This program includes a virtual trackball and shows the programmer how to use quaternions to implement natural object rotation in 3-D graphics.
Numeric Spiral Spiral on different sides each numbers build another spiral is good for make video
FEATURES: MP3 encoding, Create playlists using filter. Batch edit MP3 tags using filter. CD audio ripping with auto tagging. Auto add MP3 tags, integrated with CDDB, and some more useful stuff;-)
This is the ultimate weather program, Weather Of the World will give the weather of all cities in ever countries, Hurricane Tracking, Flying to and from other Countries, their G.P.S. location, facts & statics about that country, time & date and many more new . I have remove the LVbuttons.ocx from program so there will be no need for ocx registration. Made changes to hurricane tracking that did not work properly when there was no hurricane to track. please vote and or give any suggestion you may have. also many thanks to all the programmers on P.S.C. that I have used snippets of their code to create Weather Of The World.
My Pencil Sketch Effect 2ND. (see Screenshot) (V4 new background mode) [Gabor Filter - SOBEL (Jähne et al. [1999] variation) ]
Other Skin for yous App... simple, you can made more skins for it. Come whit some skins.... if you made skins for it please send me =)
Snapping a form to the edge of the screen is easy enough in VB... that is, if you don't mind subclassing. If you'd rather not have to worry about subclassing and the pitfalls involved then these solutions may work for you. The implementation issue with VB is that it provides no mechanism for determining when you've clicked on the caption bar. The two examples presented in this article show how you can overcome this limitation in a couple of ways without resorting to subclassing. The first example, "Snap with Caption using Timer", shows how you can use a standard VB Timer control to determine when the mouse is requesting a form to move. The form's Moveable property is set to False at design-time and all movements are handled by our code. This allows us to take full control over positioning and snapping behavior. The second example, "Custom Snap Areas", demonstrates how snapping can be done without a Timer, so long as you don't mind having a captionless form. This example also demonstrates setting up custom snap areas independent of the screen size. Thanks for reading and I hope you find my code useful.
This is a typical example of how evolution works. A population of (customizable) Creatures try to Evolve according to some tasks. A Creature is composed by springs, "muscles" and a neural network. There are "intelligent" and "dumb" springs. First ones change their rest length according to the neural network outputs. The other simply react to external forces to mantain their invariable rest lengths. From V6 there are "muscles". Muscle is an angle constrain between two links. The NN outputs determinate even the Angle that they must have. The Creature's Neural Network Inputs are: Vx,Vy & "Pressure" of touching ground Points, Creature Rotation (DX and DY), Height from ground, X Y Velocities and Rotational Velocity. The Creature's Neural Network Outputs are: "Intelligent" springs rest lengths and Muscles rest angles. EVOLUTION (genetic algorithm): At Each generation there are 3 sons wich parents are "randomly" choosen from the best previous generation creatures. (Some sons mutate their genes with low probability (M)). Then sons are Evaluated. (This 3 sons replace the previous generation worst creatures)
XP firewall based on iphlpapi.dll. I haven't tested it in other OS's apart from XP.
Add BorderColor property A simple ProgressBar control. You can set the control horizontal or vertical. Change te bar color, caption alignment. See the control properties for more settings.