Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #72236
noresizeform

DUHH

C_Volume2 #72237
Add Quotes

This Function Adds quotes to a filename... especially useful when sending an arguement to a program (ie a filename) and it has spaces in it (with spaces if shows up as multiple arguements.

C_Volume2 #84881
Load and unload Assemblies

Ok what this example does is load a DLL that has a form called Form1 (yea I know that isn't creative) and show it to the user. Then you can unload the DLL and it unlocks the DLL. You see when using the createinstance of an assembly it will load that instance into the current appdomain. Once it's loaded and created it then locks the assembly (the dll or exe). You have to completly quite the application in order to delete the DLL. This project allows you to load an assembly and use a class then unload it without ending the entire application. I needed this in order for my dynamicly compiled forms to work, you see if I compiled at runtime a form and viewed it it would lock the DLL, then when I recompiled it I would get a lock error. Even though I closed the form I pulled from the DLL. So this method allows me to view then unload then recomile then view to my hearts desire. Hope this is useful to others. Please Vote I looked everywhere for an answer to this problem and they where slim to none, not one example in VB.net and the ones in C# where really bad most of the time.

C_Volume2 #72238
CheckKeypress

C_Volume2 #72239
AOL Upper

Application creates a systray icon which has a pop-up menu allowing you to minimize and restore the AOL3.0/4.0 Upload window. Good demo code for systray icon with popup menus no matter what you want to use it for. Also includes my Time Delay code.

C_Volume2 #81676
GLOB 2D

GLOB (OpenGL object) 2D engine. This is my first release of my GLOB engine, which is an attempt to simplify creating 2D games with OpenGL. The program models some of the functionality of GLUT (like naming certain functions whatever you want), but is much more geared toward 2D game development. Since someone's already working on a DirectX one (MasterX by Jared Bruni), I decided I would try and work on one myself. This is in a pretty early stage (I've worked about two days on it), but so far, you can load in bitmaps and create GLOBs (which can perform animations and are the main part of the engine). The program sets up a bunch of default stuff so you don't need to worry about it (fullscreen, double buffering, orthographic projection, etc.). Included is a small demo that shows how to set up a quick, simple animation (loading in all the frames, drawing it and animating it took about five lines of code!). And please, if have ANYTHING to say about it (questions, comments, suggestions, or bug reports), let me know. It'll make development a lot quicker and easier.

C_Volume2 #81677
MasterParticle - my first attempt at particle effects

This is my first attempt with using particles. Its simply some snow falling, and you can toggle the direction its going, as well as the speed using the arrow keys. I purposely made this specific source as simple as I possibly could. Now that I understand the basic concept of how particles work, I can work on implementing them in much more complex ways. Thanks to Derick Dong's cool wheather effects demo, thats were I found out how these things work.

C_Volume2 #72240
Windows 98 Source Code

The code that makes Windows 98 tik.. ;)

C_Volume2 #72241
Drop Menu for icon in System Tray

Easy Code here: Place an icon in the System Tray and have a drop menu appear when you click the icon with the right-mouse button. If you already have code with bitmaps in your menu, just add this code to your project! This code DOES WORK, just be careful and follow the tips. Then slap yourself for other people's long and drawn out useless code from the past.

C_Volume2 #84408
Basic single-user login

This is a basic secure login script for single-user purposes for things like accessing administrator protected areas, etc. It consists of 2 PHP files: index.php, which is what contains the user-name and password form, and login.php, which checks if the user-name and password are correct. I also made it if the password is right but the user-name isn't, then it will say the user-name is invalid, and if the password is wrong but the user-name is right, it will say the password is invalid, and if the user-name and password are both wrong, it says the user-name and password were both invalid. This is for beginner PHP programmers. Also if your wondering what the N3RDWARE News thing is about, it's because I was using this for my news posting script, but decided I would take the login script out and post it here to make a small come-back in the PHP world. This is my first PHP submission in 2 or 3 years here on Planet Source Code! Please don't leave feedback about things like there's already enough of these type things on here and we don't need anymore, and things of that nature. I would appreciate posetive and useful feedback only please. Good-luck to you beginners out there!

C_Volume2 #85283
A "DataGrid" -extended-: FullRowSelect + Disabled Cell editing.

1 part of code: I want to show you how you can set FullRowSelest in DataGrid + disable cell(textbox) editing. 2 part of code: How you can use DataGridColumnStyles to show fields in DataGrid that only you want to be viewable/avaiable. 3 part of code: How to make your own DataGridColumnStyles. This project is all documented ( on englis ). *****If you like it, please vote..

C_Volume2 #84216
DelphiX w. Delphi7 - part 2 - displaying pictures

Part 2 of a tutorial on how to make games using DirectX in Delphi.

C_Volume2 #81678
Fractal with .rc + Win32API

Draw a single Julia Fractal (Programable) using Win32API and resource file; Use a complex number class for math stuff. Small program; use Z'=Z*Z+C

C_Volume2 #72242
CheckFileVersion

Retrieve the version of a file (EXE/DLL etc). This code should be paste into a module and just called via CheckFileVersion('Path to the Exe or DLL').

C_Volume2 #85304
Advanced File Fuctions

The Tutorial set sights on Accustoming VB Net Developers with sophisticated File Functions. However main weight is rest on Reducing Code complexity. I strongly believe Code that is easy to Understand works better. I am sure you will find it useful. Please Vote and Make my day ;-) Karthik

C_Volume2 #84882
Validate Data Grid

This shows how to validate the contents of a datagrid per row, per column. This allows you to check the value of what the user changed\inserted in the desired column. It will show an error icon as well as fill the tool tip. though I have yet to figure out how to make the error icon blink. Also it will show you how to do a summory of errors.

C_Volume2 #84546
Create a WinXP User Account from a Website

Hi, I Was sitting on my pc the other day and wanted to create a Website that could add a WinXP User account with Administrator Rights on the views computer. There is only one thing that is a problem that is the person on the other end needs to enable there ActiveX Controllers. Hope you all have fun with this script just as i did. But remember this is for educational perposes only and we don't want people doing the wrong thing with it like the kill function now do we ;) anyone that can improve this please post the details. see this script in action at www.ezysale.net/cmd/adduser.php dont forget to enable the activex controls Cheers

C_Volume2 #85164
DatoField

I've made a tiny dato field control. It has a textbox and a little button next to it. The little button pops up a calendar, so you can pick your date with the mouse. It works fine. But it's a little annoying that I have to show the popup form before I can move it. It gives a little flicker that way. It would be great if anyone could solve this.

C_Volume2 #84880
Control Designer Info

Ok simply put, this is how to get that link to show up in the bottom of the properties window in VS.Net. You know, for example drag a datagrid onto the form and look at it's properties, you will notice an autoformat link at the bottom. Well there is very little info, and guess what, some one came up with a unique name I would never have thought of searching with. They call those links VERBS is that funny or what? So this is a basic example of adding verbs. Though the control designer can be so much more, you can control mouse events and how things look at design-time when laying things out. Check it out, VOTE!!!

C_Volume2 #81679
Direct3D 8 Example (masterx3d)

I have just started on my new 3D engine using Direct3D 8. Heres what I got so far, this little example initilizes the devices, and renders a few triangles. You can move the main triangle around with the left and right arrow keys. Very early in production, currently being added, DirectInput,DirectSound, Matrices,Textures,Winsock, etc.

Languages
Top Categories
Global Discovery