|
|
|
|
|
|
|
Posted: Mon Nov 29, 2004 4:14 am
Breaking LifemateAraceli & Malachite/Heavenly Snow & Magical Werefox/03-03-2011 OriginalEDITEDMagical Werefox is now Dreamer Vixen. But we haven't talked in months to a year. We haven't done anything with this pair either. I've pmed her about this and sent her the link. It's up to her if she too wishes to consent to this.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Nov 29, 2004 4:39 am
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue Nov 30, 2004 4:02 am
TAKUMI64'S NOTEBOOK PROGRAM - Homemade version of MS Notepad
Objects required: - Common Dialog (CommonDialog) - Rich Text Box (RichTextBox) - 2 Command Buttons (Open and Save)
Programmer's Note: This program is still in its early stages of development.
Source code begins here---
Private sub cmdOpen_Click() With Me.CommonDialog1 .Filter = "Rich Text Files|*.rtf" .ShowOpen End With Me.RichTextBox1.FileName = Me.CommonDialog1.FileName End Sub
Private sub cmdSave_Click() With Me.CommonDialog1 .Filter = "Rich Text Files|*.rtf" .ShowSave End With Me.RichTextBox1.SaveFile Me.CommonDialog1.FileName End Sub
Source code ends here---
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue Nov 30, 2004 7:24 am
If you have any questions about the code, please let me know. As you can see, the font settings aren't in yet. I'm still working on that part. xp
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue Nov 30, 2004 9:05 pm
I'll try check it out tomorrow. I'll hopefully have some time then to do so. I've been busy and tired lately.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed Dec 01, 2004 10:53 am
I couldn't make the Open function work in VB.Net. sad
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue Dec 14, 2004 1:54 pm
That stinks. How much is VB.Net??? I'm supposed to be getting(doubt I wll) $100 from my father in the mail for my brithday(which was last month) and I was thinking of getting it when(or if) I get the money.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu Dec 16, 2004 1:46 am
I think I'm gonna get this VB.Net book. It comes with VB.Net Learning Edition. I couldn't find the Visual Studio installer here.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Dec 17, 2004 6:20 pm
|
|
|
|
|
|
|
|
|
|
Posted: Sat Dec 18, 2004 9:15 pm
I bought a VB.Net book. The CD that comes with it is just filled with sample programs from the book. stressed It doesn't come with any Visual Studio.Net installers. xp
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Dec 19, 2004 5:10 am
I posted a new folder at Planet Source Code today. It's a 2 in 1 package with an updated CAI and an updated SWORD. 3nodding
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue Dec 21, 2004 8:19 am
Ok, cool. When I finish my driving lesson packet I'll check it out.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Dec 24, 2004 12:39 pm
I_am_void Ok, cool. When I finish my driving lesson packet I'll check it out. Good luck, dude. Merry XMas. 3nodding
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Jan 10, 2005 1:12 pm
I still am stuck on my damn Tic-Tac-Toe program. I'm thinking of starting over on it, but I really want to know what the crap is missing from my code. Do you think I should start over from scratch???
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed Jan 26, 2005 10:14 am
|
|
|
|
|
|
 |
|
|