|
-
Jan 2nd, 2003, 03:50 PM
#41
Hyperactive Member
Originally posted by RealNickyDude
A beta version of the VBCodebook program is now available (see VBCodebook Beta thread.)
Please keep sending those snippets in
where can i download it?
-
Jan 2nd, 2003, 05:11 PM
#42
Thread Starter
Hyperactive Member
Go to the VBCodebook Beta thread here 
I'll create a website from where you can download it, plus other things eventually.
-
Jan 3rd, 2003, 08:07 AM
#43
Thread Starter
Hyperactive Member
There is now a website for the VBCodebook .NET: VBCodebook.NET
(Work In Progress)
-
Jan 3rd, 2003, 04:51 PM
#44
-
Jan 3rd, 2003, 05:36 PM
#45
Hyperactive Member
i'm 11
-
Jan 6th, 2003, 04:19 AM
#46
Thread Starter
Hyperactive Member
Please keep your snippets rolling in
-
Jan 6th, 2003, 08:23 AM
#47
Sleep mode
-
Jan 6th, 2003, 08:59 AM
#48
Fanatic Member
Greate site RealNickyDude, I'll sure try to contribute a few code snippets.
Using VB.NET 2003/.NET 1.1/C# 2.0
http://del.icio.us/rajoo
Blow your mind, smoke gunpowder
Ashes to ashes, dust to dust
If God won't have you, the devil will. - Author unknown
Don't follow me, I'm lost too ...
-
Jan 8th, 2003, 06:51 AM
#49
Thread Starter
Hyperactive Member
Please keep your snippets rolling in
-
Jan 9th, 2003, 12:02 PM
#50
-
Jan 10th, 2003, 01:25 PM
#51
Addicted Member
Shell Execute
Put in declare area
Code:
Private Declare Function ShellExecute Lib "shell32.dll"
Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation
As String, ByVal lpFile As String, ByVal lpParameters As String,
ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Put in your code area
Code:
Dim ProcID As Integer
Dim sCMD as String
sCMD = "c:\temp\test.bat"
ProcID = Shell(sCmd, AppWinStyle.Hide, True, -1)
Parameters:
sCmd = Any path to an executable
AppWinStyles = Hide, MaximizedFocus, MinimizedFocus, MinimizedNoFocus, NormalFocus, NormalNoFocus
Wait = true, false
Timeout = -1
-
Jan 10th, 2003, 02:03 PM
#52
Thread Starter
Hyperactive Member
Is this for the VBCodebook?
-
Jan 10th, 2003, 02:07 PM
#53
Addicted Member
Yeah.
Here is another little tid bit.
How to open a Help file.
Code:
Windows.Forms.Help.ShowHelp(Me, "<path>\file.chm")
You can download the HTML Help Workshop software at
http://www.microsoft.com/downloads/d...DisplayLang=en. This allows you to make the Compiled Help files, which ever application should have.
Last edited by Shurijo; Jan 10th, 2003 at 03:58 PM.
-Shurijo
-
Jan 10th, 2003, 02:52 PM
#54
Thread Starter
Hyperactive Member
Is this a seperate titbit? Or does it belong to the above? Just need to clear up what does what.
Please send any other bit to the VBCodebook email address:
VBCodebook .NET Snippets
Saves the Forum being packed.
And thanks
-
Jan 10th, 2003, 03:57 PM
#55
Addicted Member
-
Jan 11th, 2003, 04:15 AM
#56
Thread Starter
Hyperactive Member
When sending any code snippets, could you head them with one of the following catagories, or if it doesn't fit under any of them please put what heading it should be under:
Database
File Handling
Graphics
Internet
Multimedia
System
Tips & Advice
Tutorials
Visual FX
Windows / Forms
(these can be subject to change)
Thanks
-
Jan 11th, 2003, 06:08 AM
#57
Sleep mode
Originally posted by RealNickyDude
When sending any code snippets, could you head them with one of the following catagories, or if it doesn't fit under any of them please put what heading it should be under:
Database
File Handling
Graphics
Internet
Multimedia
System
Tips & Advice
Tutorials
Visual FX
Windows / Forms
(these can be subject to change)
Thanks
Network stuff
OOP tutorials
just a thought !
-
Jan 11th, 2003, 06:15 AM
#58
Thread Starter
Hyperactive Member
Thanks pirate, those headings are just the ones I though the code I have should go under, no doubt there'll be a lot of change.
-
Jan 12th, 2003, 03:08 PM
#59
Thread Starter
Hyperactive Member
C'mon folks, there's not been many code snippets sent in, you must have something in your programs that you're proud of, something that made life that little bit easier.
Don't forget to keep sending
Pretty please with cherries on top.
-
Jan 13th, 2003, 08:37 PM
#60
Thread Starter
Hyperactive Member
-
Jan 15th, 2003, 07:40 PM
#61
Thread Starter
Hyperactive Member
*bump*
-
Jan 25th, 2003, 06:11 AM
#62
Thread Starter
Hyperactive Member
I still need tons more code, anything, please send it in, you could be saving someone from hours of frustration.
-
Jan 25th, 2003, 07:41 AM
#63
PowerPoster
dood!
I mean dood!
What a nice piece of work ...
This should be a sticky thread
-
Jan 27th, 2003, 01:07 PM
#64
Thread Starter
Hyperactive Member
There is now a Poll at the VBCodeBook.Net Website on what you want so see more of, please give a vote so I know what you want.
Cheers!
-
Jan 27th, 2003, 02:06 PM
#65
Sleep mode
For me , I wish to see more internet and networking stuff plz but I can't see that on your site.
-
Jan 27th, 2003, 05:26 PM
#66
Addicted Member
id like to see how to work registering login stuff (like it saves it and when you log off it stays so that in a day or two you can go back on the same name w. same stats/lvls)
that would be cool (kewl kool)
-
Jan 27th, 2003, 05:45 PM
#67
Thread Starter
Hyperactive Member
I must stress that I don't write the code, I only collect the code, without peoples interaction, VBCodeBook.NET will become old hat and will eventually cease to be.
I try to collect as much code as I can from other sites and I try to input my own (the little that it is) but if there is something you wish to see particularly, it's up to the other VB.NET users to come to the rescue.
-
Jan 27th, 2003, 06:53 PM
#68
Sleep mode
Nicky , It would be nicer if you assigned different icons for different items . thanx .
-
Jan 27th, 2003, 06:58 PM
#69
Thread Starter
Hyperactive Member
yeah, it would wouldn't it, this is on my list of to do...
-
Mar 25th, 2003, 11:10 AM
#70
Thread Starter
Hyperactive Member
Just thought I'd bump this for those who don't know
-
Mar 26th, 2003, 03:12 AM
#71
Fanatic Member
Originally posted by RealNickyDude
VB Code:
Dim Result As DialogResult
Result = MessageBox.Show("Do you really wish to exit?", "Exit_
Program", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
If Result = DialogResult.Yes Then
Application.Exit()
End If
PS that method of exiting an application is not recommended as this does not properly ensure disposal of garbage.
Take a look on msdn or even just look in .net help and you will see an article which addresses this issue.
-
Mar 26th, 2003, 03:26 AM
#72
Sleep mode
Originally posted by rudvs2
PS that method of exiting an application is not recommended as this does not properly ensure disposal of garbage.
Take a look on msdn or even just look in .net help and you will see an article which addresses this issue.
Exactly , So better you loop through all instances to dispose them rather than closing your application with some instances left out there , Or in the main form of the app , dispose your objes in "Dispose" method (I've not tried it though).
The only thing I hate in GC is , it fires in random times . So you can never fire it yourself .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|