Search the web
Sign In
New User? Sign Up
nsbasic-desktop · Forum for NS Basic/Desktop users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1682 - 1711 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1682
Thanks for all your help guys. Looks like this is a non starter for now. Thanks for the offer of an activex Steven. I may take you up on the offer if George is...
michael_newett
Offline Send Email
Oct 2, 2006
9:12 am
1683
Hi George, any results yet? As I have been unable to get the GetWindowRect Function working I'm still stuck with the problem of multi-formed applications...
michael_newett
Offline Send Email
Oct 2, 2006
9:15 am
1684
Not yet - we're backed up on a number of things. It is definitely on the list!...
George Henne
ghenne
Offline Send Email
Oct 2, 2006
6:24 pm
1685
I was browsing the samples (for desktop), and looked at both the FileSystemObject and the FileSystem programs (to see what was different). The FileSystem...
Wayne Graham
wkgraham7
Offline Send Email
Oct 4, 2006
12:51 am
1686
It's just not written up in the Samples Tech Note. It's a Microsoft control, and it is well documented here: ...
George Henne
ghenne
Offline Send Email
Oct 4, 2006
1:30 pm
1687
Thanks. I also ran across two Technotes in my CE folder, one for the File object, one for the FileSystem. The properties and methods from the CE writeup work...
Wayne Graham
wkgraham7
Offline Send Email
Oct 5, 2006
2:59 pm
1688
A number of people have asked about how to use Structs in Declare statements. We have added new information into Tech Note 37 showing how to do this with...
George Henne
ghenne
Offline Send Email
Oct 9, 2006
7:19 pm
1689
Ah ha. Looks like this one is back on the cards according to Georges new Tech Note 37. Anyone feeling brave? Regards Mike ... on ... I ... pass ... know ... ...
michael_newett
Offline Send Email
Oct 9, 2006
10:53 pm
1690
I have just uploaded a new zip called NewTaskbarHide. It's actually a bit of a misnomer, because it doesn't actually hide the Taskbar (yet). However, it does...
Styskul
Offline Send Email
Oct 10, 2006
4:12 am
1691
Where do I get the Win32 API DLL from? I thought it was installed with Desktop, but it doesn't appear to be on my machine anywhere....
Styskul
Offline Send Email
Oct 10, 2006
4:24 am
1692
Hi Styskull, would love to try help but you've lost me on this one. I dont understand which API your after? Regards Mike...
michael_newett
Offline Send Email
Oct 10, 2006
8:06 am
1693
It's here: <http://www.nsbasic.com/pub/ce/b/NSBWin32.zip> It's in the \Desktop folder in the archive. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Oct 10, 2006
8:12 am
1694
Hi George, I can't get the RECT structure working from your updated Tech Note 37. Here is my code as taken from the Tech Note. I get the error "Error on line...
michael_newett
Offline Send Email
Oct 10, 2006
12:23 pm
1695
Remove the quotes from around EqualRect....
Styskul
Offline Send Email
Oct 10, 2006
12:36 pm
1696
George, do you have an example of a Declare API call that uses strings? I get the feeling that strings may not be working correctly in API declarations. Take...
Styskul
Offline Send Email
Oct 10, 2006
12:58 pm
1697
Thanks Styskull. However I still dont know what the demo is trying to prove? With the following code all I get is '1'. I thought that it would give me a number...
michael_newett
Offline Send Email
Oct 10, 2006
1:09 pm
1698
This function is a boolean - it returns 0 if they are identical, 1 otherwise. <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/ ...
George Henne
ghenne
Offline Send Email
Oct 10, 2006
1:35 pm
1699
GetWindowPosition or GetWindowRect? I don't see the first one as an available API, but assuming you're talking about the second one, check out the sample I...
Styskul
Offline Send Email
Oct 10, 2006
1:41 pm
1700
Hi Styskull, with some of the API's that I've been mucking around with I was successfully able to use 'As long' instead of 'As String'. Will this work for you...
michael_newett
Offline Send Email
Oct 10, 2006
2:17 pm
1701
Having a thick moment again. Sorry George. ... otherwise. ... us/gdi/ ... to ... as ... to...
michael_newett
Offline Send Email
Oct 10, 2006
2:21 pm
1702
What functions have you done with this? I would think that you should get a "type mismatch" error. I do believe, however, that some functions have different...
Styskul
Offline Send Email
Oct 10, 2006
2:44 pm
1703
I was referring to Declare "Function GetWindowRect Lib ""user32"" (ByVal hwnd As Long, lpRect As RECT) As Long" Ah, I see you've found a way to get it working....
michael_newett
Offline Send Email
Oct 10, 2006
3:30 pm
1704
I tried it also after I made the post - Got an error also. Unfortunately I cannot remember which API I was mucking around with. I think the discussion is...
michael_newett
Offline Send Email
Oct 10, 2006
3:33 pm
1705
OK - cant seem to get the syntax correct for sorting columns alphabetically. Can anyone help? Kind Regards Mike ... Excel -...
michael_newett
Offline Send Email
Oct 11, 2006
3:38 pm
1706
Nearly there but after a few pointers. I can't use the following line because I have already opened that file previously. I dont want to load the same file a...
michael_newett
Offline Send Email
Oct 11, 2006
3:54 pm
1707
I would like to use Common Dialog file open/save/etc features, as shown in the Tech Note #5 sample program, but I don't know how to load the ComDlg32.ocx...
Elliott
sailvalis
Offline Send Email
Oct 12, 2006
7:57 am
1708
There is a sample here: <http://www.nsbasic.com/desktop/info/technotes/TN05.htm> It is also in the \program files\nsbasic\desktop\samples folder. George Henne ...
George Henne
ghenne
Offline Send Email
Oct 12, 2006
9:06 am
1709
George, Thanks, but this program (from TN05) is the one I have been unsuccessfully trying to run. When it runs I get the error message from this bit of code: ...
Elliott
sailvalis
Offline Send Email
Oct 12, 2006
3:02 pm
1710
Hi George, Im getting the following error message when I try to run one of my EXE files created with NSBASIC on a new PC. Debug Assertion Failed! Program:...
michael_newett
Offline Send Email
Oct 12, 2006
4:17 pm
1711
Can you create the absolute smallest project that reproduces this problem? Take out everything that isn't needed to make it happen. It's the first thing I...
George Henne
ghenne
Offline Send Email
Oct 12, 2006
4:45 pm
Messages 1682 - 1711 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help