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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1641 - 1671 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1641
Can I control what mode a new window opens in (using Desktop)? I'm trying to control akReports with a Desktop program. It's an report-writer activex control...
Wayne Graham
wkgraham7
Offline Send Email
Sep 1, 2006
8:43 pm
1642
Hi George, sorry to be a pain but have you had a chance to look at this yet? Regards Mike ... taking a ... before). ... other ... dragged ... to ... how ... ...
michael_newett
Offline Send Email
Sep 5, 2006
12:03 pm
1643
I passed it on the the programmer working on this section of the code. No results yet......
George Henne
ghenne
Offline Send Email
Sep 5, 2006
8:45 pm
1644
For Those Who Have an Interest- I've uploaded a useful tool I've created to the files section of this forum. ObjectDialogue.dll is a replacement library for...
Tim Markoski
tmarkoski1122
Offline Send Email
Sep 14, 2006
11:22 am
1645
I've just posted an update to the NSBComDlg control in the beta area. <http://www.nsbasic.com/pub/ce/b/NSBComDlg.zip> It fixes a bug in the Open Files routine...
George Henne
ghenne
Offline Send Email
Sep 18, 2006
2:02 pm
1646
Hi, tried to make an ActiveX control with VB5 CCE. The control runs with VB and nearly with NS Basic, only the properties for position, width and height do not...
stolte_h
Offline Send Email
Sep 20, 2006
6:04 pm
1647
Are you trying to set these properties in the IDE, or at runtime?...
George Henne
ghenne
Offline Send Email
Sep 20, 2006
8:10 pm
1649
Hi George, It's only the property window, where I miss the entries. regards Heiko ... with VB ... and ... idea?...
Heiko Stolte
stolte_h
Offline Send Email
Sep 21, 2006
2:34 pm
1650
Hi Heiko, Don't worry about it for now - most ActiveX controls do this at present. Set the values at runtime and you should be OK. The internal issue is...
George Henne
ghenne
Offline Send Email
Sep 21, 2006
2:49 pm
1651
Hello George, I'll make an simple example next week for the file section and let's see what's going on. thanks and regards Heiko ... present. ... width...
Heiko Stolte
stolte_h
Offline Send Email
Sep 21, 2006
6:58 pm
1652
Thanks - actually, you can email it to me directly....
George Henne
ghenne
Offline Send Email
Sep 21, 2006
7:05 pm
1653
Hi, it's not perfect, does not hide something but the buttons have no function. ' Number of Menu entries Declare "Function GetMenuItemCount Lib ""user32""...
Heiko Stolte
stolte_h
Offline Send Email
Sep 25, 2006
2:48 pm
1654
Hi, now it LOOKS like perfect: ' with help from vbfun.de and activeVB.de ' Number of Menu entries Declare "Function GetMenuItemCount Lib ""user32"" (ByVal...
Heiko Stolte
stolte_h
Offline Send Email
Sep 26, 2006
6:21 am
1655
Nice one Heiko! Does this method differ much from Styskul's method or the other API examples that I couldn't get working with NSBASIC? Also, how would you...
michael_newett
Offline Send Email
Sep 26, 2006
12:51 pm
1656
Has anyone found a method yet of detecting when a user changes the screen resolution? Regards Mike...
michael_newett
Offline Send Email
Sep 26, 2006
1:06 pm
1657
I'm just curious as to what didn't work on my example. It's been a while since I worked on that, so I downloaded it to my machine here at work (Windows 2000...
Styskul
Offline Send Email
Sep 26, 2006
1:19 pm
1658
Hi Styskull. Your version worked fine on all systems that I tried it on. Hence my question "Does this method differ much from Styskul's method". What...
michael_newett
Offline Send Email
Sep 26, 2006
2:14 pm
1659
Hi Mike, Would do it so: ' with help from vbfun.de and activeVB.de ' Number of Menu entries Declare "Function GetMenuItemCount Lib ""user32"" (ByVal hMenu As ...
Heiko Stolte
stolte_h
Offline Send Email
Sep 26, 2006
2:25 pm
1660
Hi Mike, make globals for height and weidth an use a timer and GetDeviceCaps.( see minmax and so on.) !!! not tested dim old_width dim old_height sub...
Heiko Stolte
stolte_h
Offline Send Email
Sep 26, 2006
2:38 pm
1661
Sorry, I read "Styskul's method or the other API examples that I couldn't get working" as one phrase, implying that neither my solution or others you had seen...
Styskul
Offline Send Email
Sep 26, 2006
2:44 pm
1662
No probs Styskul. Its easily done (do it myself!). Does anyone fancy a real challenge ????? This will sort the men out from the boys! ... solution ... the ... ...
michael_newett
Offline Send Email
Sep 26, 2006
3:05 pm
1663
Hi Heiko, thanks. I had a feeling that I would have to use a timer. Regards Mike ... the...
michael_newett
Offline Send Email
Sep 26, 2006
3:09 pm
1664
If you have an API call that requires a structure, how do you retrieve the details of that structure once you've made the call? For example, some GDI...
Styskul
Offline Send Email
Sep 26, 2006
3:31 pm
1665
I converted the ToggleTaskbar function to NSBasic, but it does not work. Apparently the FindWindow function is not returning the appropriate handle to the...
Styskul
Offline Send Email
Sep 26, 2006
3:43 pm
1666
This is what I'm after. Sorry its a bit long winded. In the good old days of CRT monitors, you could just tell the user that your program requires running in a...
michael_newett
Offline Send Email
Sep 26, 2006
4:40 pm
1667
Hi styskul, was on the same trip today, type def is something for George. Regards Heiko...
Heiko Stolte
stolte_h
Offline Send Email
Sep 26, 2006
6:36 pm
1668
Hello George, is there a similar mechanism as in NSBasic/CE, the event Output_Size, in the desktop version? If not, perhaps in a future release? Kind regards ...
computerhusky
Offline Send Email
Sep 26, 2006
11:21 pm
1669
<http://www.nsbasic.com/palm/PR/pr.060927.html> NS BASIC Corporation Announces Results of 2006 Programming Contest! Top entries show off NS Basic's Abilities! ...
George Henne
ghenne
Offline Send Email
Sep 27, 2006
12:50 pm
1670
Sorry, no....
George Henne
ghenne
Offline Send Email
Sep 28, 2006
11:03 am
1671
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nsbasic-desktop group. File :...
nsbasic-desktop@yahoo...
Send Email
Sep 28, 2006
1:39 pm
Messages 1641 - 1671 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