Results for "Volume: Java_Volume1"
This uses 2 little tricks to graph triginometric functions looping around the angle. It uses scrollbars for realtime editing (they change the frequency of the secondary angle that is used) The results are quite interesting
A Perfect Gradient with Emboss text effect. If any bug please contact: lafifa@mail.com.
A perfect Gradient Form and Picture with Emboss and Gradient Text Effect. Enter your text with a text box than save it a Bitmap file format.
Introducing a shellsort hybrid that slips pre-sorted data to a built in walker with a very fast smart-find (binary search) twister. This shell algorithm is founded on a very solid performer that was originally developed by vb2themax, and optimized further by several very talented coders, before I twisted a little more out of it in this hybrid version. Although this algorithm is optimized for re-sorting and reverse sorting, it also has been greatly boosted in raw outright speed to square up against anything, anytime! This is the fastest shellsort I know of by far*. This algorithm excels on both un-sorted and pre-sorted data. *A hybrid shellsort with a twist, and no bubbles.
This will show you how to make a 'client' 'server' using winsock and send commands from the client to server. please leave feedback on this because its my first tutorial
Very nice 2d arcade side-scrooling directx7 game, there are sounds, music, nice graphics, 4 levels, bunch of monsters, all that 2d game must have. If you like Super Mario, then you WILL like this game. I wrote it a year ago, and dont have time to add more levels (there are 4 only, about 30 minutes to play). Please vote if you liked it.
This is a Two Way Instant Messenger that I made after taking a class on using the Winsock control. It is based on two different programs. One of the two is a server and the other is a client. The Server creates a connection on your computer and the client connects to that and can sent and recieve messeges from the server. When running the two programs, you must run the server first so the client has something to connect to, then you can do whatever you want when the client makes the connection. You can also use this to chat with friends if you know your IP address, you can give them the compiled client and they can type your IP address in and you can chat on two different computers. All the coding in my applications is my work that I learned from the classes I attend. Please Vote and leave comments!
Its a 2 player game in which both parties can move around and attempt to shoot the other person. Its pretty fun, so try it out. Also, the source is currently pretty ugly but going to be prettier soon. Special thanks to Mephisto for helping me out with his tutorial (cant find it again... sorry!)
it is a asm's editor,ummmmmmm.i dont know that to say,you look at the screenshot,please
Well if you're familiar with my last window control, the METAL version of the Panther windows, then you'll see some bug fixes in this one. The most majoy one, in which people requested, is to be able to maximize and still be able to see the Windows taskbar, I tried many methods but none worked. I spent about an hour trying to get it to do that, now it works. You can maximize and the taskbar will still show. I have made it so you can enabled/disable the titlebar controls (x, minimize, and zoom). Of course there is also in-active-window functions. This is almost exactly the same as the actual Panther GUI, very close in detail. Feedback is appreciated, ratings are not a requirement, but if you feel I've done a good job, please feel free to do so. KEYWORDS::::: OSX OS X Panther GUI Custom Aqua SpitFire Fire ::::: BUGS:: There is a small bug. The timer which checks in-activity causes the intellisense menu to not show up on your form in which you place the control. ::
PLEASE DO PROVIDE FEEDBACK. I got another undocumented api call "ShellHookProc" which is exported from shell32.dll can be used to set system wide shell hook and get various shell related notifications like window created , window destroyed , and window activated. Attached to this article is the working code to implement this API. it is tested under my win2k and act as microsoft windows taskmanager list. but the problem is that it works as long as windows "explorer.exe" is running and fail to work if i register it as a shell in the registery and load at startup, can anyone tell me the way to get this working in that condition too. please help me out as soon as possible.
This code demonstrates the use of the SetParent API. IT does this by reparenting controls into a status bar. For instance the mediaplayer control is reparented to the status bar and plays video while there. The code is thoroughly commented to try to make it as easy to understand as possible. Please vote...
Shows you how to add an icon to the system tray using a picturebox. It demonstrates how to remove and modify said icon. It also shows you how to display balloon tips on that icon. And, finally, it shows you how to handle user input on the icon and the balloon tip.
For New coders! A basic, plain english, tutorial for the treeview control. I hope this will be fairly informative for the new guys :)
ONLY FOR WINDOWS XP OR ABOVE This is the Professional approach to enable XP visual styles in vb app. No Manifest files....no mess...2-3 clicks do the job. Actually, i was coding an app and wanted to implement xp visual styles in it. I found many submissions on PSC which were using the same technique, i.e create a manifest file in the same directory as the executable. Then i looked at Microsoft's apps like Notepad.exe, and wondered that they did not use any manifest file, actually the real technique is to embed the manifest XML in the exe's resources. So, here it is, the Easiest Professional approach to XP Styling. The procedure is simple, add the XPStyle user control and manifest.res to the VB Project and place the XPStyle user control on the very first form that loads in your app (mostly the MDI form) and then compile your code and run it to view the XP Styles applied. Isn't it easy...Please do vote if you like my submission. I'm not boasting that its the BEST technique, but i guarantee its the easiest and most workable thing.
Show Name, Model, Firmware, Graph Space Disk, Serial Number,etc....
Show Model, Name, Firmware, Graph Space Disk, etc + Extended Information ,UPDATE
shows how to login yahoos ymsg11 protocal (like yahoo messenger 5.6) and send out PMs and such, also joins rooms and gets profiles. (PATCHED!!!!!!!)
Uses winsock to get HTTP, much like inet's openurl() but faster and you dont have to load inet to keep OCX's to a min.
This XP-Style Button can be placed on any structured background without distubance of the 'Skin'. The corners are slightly rounded. MouseOver and TabStop will be highlighted. The color of the button can be adapted to any color during runtime. No pictures are used.