Search found 67 matches
- Fri Mar 21, 2014 7:24 pm
- Forum: General Discussion
- Topic: How would you? Paned interface and objects
- Replies: 0
- Views: 1469
How would you? Paned interface and objects
I'm prototyping the interface and workflow for a paned application. I tried using the Canvas functions, but the inability to set the background color caused redraw ugliness so I opted for drawing directly on the Window surface. Currently, I'm using basic drawing of shapes and text plus a large array ...
- Thu May 31, 2007 9:03 pm
- Forum: Coding Questions
- Topic: Anyone tried adding functionality to the Windows Shell?
- Replies: 1
- Views: 1090
Anyone tried adding functionality to the Windows Shell?
I basically want to add a "Paste only changed or new files" command, sort of one half of an ad hoc sync operation. The copy part's nothing, grabbing the selected file and directory objects and adding the command to the Windows context menu is what I need to know about.
I've read something about ...
I've read something about ...
- Tue Nov 07, 2006 5:22 pm
- Forum: Windows
- Topic: Hide/remove MDI child window captions/system menu/icon?
- Replies: 0
- Views: 1574
Hide/remove MDI child window captions/system menu/icon?
I basically want to use MDI, but be able to reduce the space requirements by freezing windows in place with a minimal dialog style frame. Is this possible, or should I just give up and destroy/recreate the windows each way?
You can see an example of what I mean if you go to www.takenotesoftware.com ...
You can see an example of what I mean if you go to www.takenotesoftware.com ...
- Tue Oct 10, 2006 10:12 pm
- Forum: General Discussion
- Topic: Backup file option?
- Replies: 5
- Views: 1184
Backup file option?
Is there an option to back up saved files, i.e., rename the old file code.pb to code.pbk or some such? I just lost a fair amount of work when the hard drive crapped out just as PC was saving the source code. Not tantrum amounts of work, but stuff I'd rather have back.
I can't seem to find anything ...
I can't seem to find anything ...
- Tue Oct 03, 2006 8:48 pm
- Forum: Coding Questions
- Topic: Opening URL with Browser from within a dialog
- Replies: 2
- Views: 876
- Tue Oct 03, 2006 8:10 pm
- Forum: Coding Questions
- Topic: Opening URL with Browser from within a dialog
- Replies: 2
- Views: 876
Opening URL with Browser from within a dialog
I'd like to send users to a web site using a URL in and About dialog using the Windows default browser. I've seen it before. Anyone know how to do it?
Put another way, how do I invoke the default external browser and direct it to a Web page?
Cheers, Jon
Put another way, how do I invoke the default external browser and direct it to a Web page?
Cheers, Jon
- Thu Sep 21, 2006 10:30 pm
- Forum: Coding Questions
- Topic: WriteData doesn't advance file pointer second time?
- Replies: 6
- Views: 1330
- Thu Sep 21, 2006 10:06 pm
- Forum: Coding Questions
- Topic: WriteData doesn't advance file pointer second time?
- Replies: 6
- Views: 1330
- Thu Sep 21, 2006 9:55 pm
- Forum: Coding Questions
- Topic: WriteData doesn't advance file pointer second time?
- Replies: 6
- Views: 1330
- Thu Sep 21, 2006 9:40 pm
- Forum: Coding Questions
- Topic: WriteData doesn't advance file pointer second time?
- Replies: 6
- Views: 1330
- Thu Sep 21, 2006 9:27 pm
- Forum: Coding Questions
- Topic: WriteData doesn't advance file pointer second time?
- Replies: 6
- Views: 1330
WriteData doesn't advance file pointer second time?
Code: Select all
WriteData(1, @AnswerCorrect(0, 0, 0, 0), BytesToWrite)
Debug Loc(1)
WriteData(1, @AnswerIncorrect(0, 0, 0, 0), BytesToWrite)
Debug Loc(1)
The first Debug reads 40608
The second debug reads 40608
Total file size is 40608
What am I missing?
Cheers, Jon
- Wed Sep 20, 2006 11:04 pm
- Forum: Coding Questions
- Topic: Fixed Strings Limit ?
- Replies: 11
- Views: 2542
- Sat Jul 15, 2006 2:21 am
- Forum: Coding Questions
- Topic: Swap structure addresses?
- Replies: 13
- Views: 2228
Well, I must've been doing something wrong, because swapping the addresses of the structures now works like a charm. I'm being careful to make sure everything is swapped back before I DIM again, but it doesn't seem as if I have to. Had to go to this method because I was swapping a lot of variables a ...
- Thu Jul 13, 2006 6:35 pm
- Forum: Feature Requests and Wishlists
- Topic: Aphabetical listing for watch list procedures
- Replies: 0
- Views: 818
Aphabetical listing for watch list procedures
I have about 250 to 300 procedures in my current project. Unfortunately, it's an port and I'm changing a lot of procedure names. It can be maddening to sift through all of them to find the one I want in the watch list procedure drop down.
There's an alpha sort option for the procedure window, it'd ...
There's an alpha sort option for the procedure window, it'd ...
- Fri Jun 30, 2006 8:44 pm
- Forum: Coding Questions
- Topic: Swap structure addresses?
- Replies: 13
- Views: 2228