You have no chance to survive make your time.
I'm sorry, I had to.
Search found 36 matches
- Wed Jan 12, 2005 5:02 pm
- Forum: Coding Questions
- Topic: Just to let you in a secret...
- Replies: 2
- Views: 1245
- Thu Jan 06, 2005 9:40 pm
- Forum: General Discussion
- Topic: Where is your Taskbar usually located?
- Replies: 14
- Views: 4229
- Wed Jan 05, 2005 3:58 pm
- Forum: General Discussion
- Topic: Windows Databases
- Replies: 23
- Views: 6565
- Wed Jan 05, 2005 12:54 am
- Forum: General Discussion
- Topic: Windows Databases
- Replies: 23
- Views: 6565
- Wed Dec 29, 2004 4:30 am
- Forum: General Discussion
- Topic: What should be in the next version!
- Replies: 28
- Views: 7291
- Wed Dec 22, 2004 8:15 pm
- Forum: Coding Questions
- Topic: 2000 look in apps
- Replies: 25
- Views: 5987
I remembered running into this in my VB days.... in that world, it's done with subclassing.
http://vbnet.mvps.org/index.html?code/s ... ecombo.htm
Hope that helps.
http://vbnet.mvps.org/index.html?code/s ... ecombo.htm
Hope that helps.
- Fri Dec 17, 2004 12:07 pm
- Forum: Tricks 'n' Tips
- Topic: a little winsock
- Replies: 12
- Views: 9366
- Wed Dec 15, 2004 1:27 pm
- Forum: Tricks 'n' Tips
- Topic: a little winsock
- Replies: 12
- Views: 9366
hmmmm
Code: Select all
buffer_p = AllocateMemory(buffer_pbh,buffer_l,0)
Has there been a language change since this was posted?
- Fri Dec 03, 2004 1:32 am
- Forum: General Discussion
- Topic: How to store/retrieve pictures in an ODBC Database ?
- Replies: 16
- Views: 6691
- Thu Dec 02, 2004 5:41 pm
- Forum: Announcement
- Topic: Notpad 2004
- Replies: 15
- Views: 5164
That EditPad looks a lot like NoteTab, which has been around for about 6 or 7 years now...
Then again, you can only come up with so many ideas for a plain text editor...
http://www.notetab.com
Then again, you can only come up with so many ideas for a plain text editor...
http://www.notetab.com
- Mon Nov 29, 2004 12:32 pm
- Forum: Coding Questions
- Topic: Networking Question
- Replies: 11
- Views: 3656
- Sun Nov 28, 2004 10:29 pm
- Forum: Coding Questions
- Topic: Networking Question
- Replies: 11
- Views: 3656
- Fri Nov 26, 2004 5:32 am
- Forum: Coding Questions
- Topic: Using Structures for Application Files?
- Replies: 7
- Views: 1829
- Fri Nov 26, 2004 12:39 am
- Forum: Coding Questions
- Topic: Using Structures for Application Files?
- Replies: 7
- Views: 1829
- Wed Nov 24, 2004 2:03 pm
- Forum: Coding Questions
- Topic: Using Structures for Application Files?
- Replies: 7
- Views: 1829
Using Structures for Application Files?
Hi, this may seem silly, but after 4 years of programming (in VB, so I guess the proper term would be 'scripting' :wink: ), I realized that I've never created my own application file format, instead always opting to use two-dimensional XML or something equally huge.
Since XML doesn't seem to be ...
Since XML doesn't seem to be ...