a!!!!!hide program in program menu c+a+d
hides program in crtl-alt-menuone line of code Original Author: Vito Inputs 0 Assumptions really easy code Returns 0 Side Effects 0 Code app.TaskVisible = false// that all for now// bye
hides program in crtl-alt-menuone line of code Original Author: Vito Inputs 0 Assumptions really easy code Returns 0 Side Effects 0 Code app.TaskVisible = false// that all for now// bye
The worst game in the world is back! Puke Invaders: Second Mission features new, faster and stronger enemies, a new power-up, and a whole new mission to play (you need to complete the first one before you can access the second mission). Original Author: Benny Rossaer Attachments File Uploaded Size CODE_UPLOAD226512131999.zip 9/3/2020 3:45:00 PM 108786
‘OptiDraw’ is actually a pretty descent drawing program. It’s not as good as Microsoft’s Paint, but I like to think it comes pretty close. You can load, save and print images, draw free-hand, draw lines, circles, rectacles, filled rectacles, and more. There are also some tools and filters. I integrated Sneechy’s ‘Instant Art’ program and some other stuff… Read More »
This code allows a ListView control to be sorted by Number or Date without having to use APIs (except to lock the screen) Original Author: Pete Cozens Inputs N/A Returns N/A Side Effects No known side-effects at this time. Does not mess-up theListItems collection like a Custom API-implemented sort. Code ‘****************************************************************’ ListView1_ColumnClick’ Called when a column header is clicked… Read More »
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… Read More »
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; … Original Author: Christian Leh Inputs Sourcefile and Destinationfile Returns Return True or False and internal the var “iPercent” for an optional progressbar Attachments File Uploaded… Read More »
The purpose of this application is to simulate fireworks in a realistic mannerusing gravity and direction vectors. It can be used as an EXE or a Screensaver.Single click to expode your own firework, double click to quit.The code is not very clear, as it was a quick test. I may comment it andresubit if people require explanation.Andre Powell.… Read More »
Actuall this is probably the CHEAPEST ftp client in the world 🙂 Dont get me wrong, i did this for joking around, and it’s definately NOT the way to do it, but it might give some ideas for doin some other stuff.Actually this prog uses the ftp.exe that ships with win98 an NT and feeds it command line… Read More »
‘ Given an editable textbox named Text1, this code prompts to find a word and‘ searches throught the textbox and highlights the first occurance of the‘ found word (if exists). Original Author: Bill Chelonis Code Private Sub FindFunction_Click()Rem Find/highlight first occurance of a word in a textbox named Text1Dim a As StringDim y As Integera = InputBox(“Find text: “,… Read More »
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… Read More »