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 1520 - 1549 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1520 gibertfernando
Offline Send Email
Jul 4, 2006
5:34 pm
1521 gibertfernando
Offline Send Email
Jul 4, 2006
5:39 pm
1522
Does anyone know how to keep the focus on a DIV region if a command button is clicked within an app? Code is below: Option Explicit Dim Str Form1_show ...
michael_newett
Offline Send Email
Jul 5, 2006
9:50 pm
1523
Mike, First give the DIV an Id to enable it to be referenced: Sub Create_HTML_File Str="<html>"&VBCRLF Str=Str&"<body>"&VBCRLF Str=Str&"<DIV id='Editor'...
Picard, Steven C.
j11l13
Offline Send Email
Jul 5, 2006
10:02 pm
1524
Sussed it! Sub Bold_CommandButton_Click WebBrowser.Document.ExecCommand("Bold") WebBrowser.Document.Focus End Sub Mike ... 50%;...
michael_newett
Offline Send Email
Jul 5, 2006
10:05 pm
1525
Hi Steve, found a solution just before you posted yours, but without using any DIV Id's. I just used WebBrowser.Document.focus. I've tried it with multiple...
michael_newett
Offline Send Email
Jul 5, 2006
10:55 pm
1526
Mike, When creating my Test Creation System for work with my WYSIWYG HTML editors, it required that the individual DIV's be given focus. However, as you have...
Picard, Steven C.
j11l13
Offline Send Email
Jul 6, 2006
2:42 pm
1527
Thats makes sense. Thanks Steve ... However, ... keep ... when ... without ... always ... michael_newett ... when ... command...
michael_newett
Offline Send Email
Jul 6, 2006
6:11 pm
1528
Thats makes sense. Thanks Steve ... However, ... keep ... when ... without ... always ... michael_newett ... when ... command...
michael_newett
Offline Send Email
Jul 6, 2006
6:11 pm
1529
The pennys dropped! I can now see why you need the DIV id's in order to get the contents of the DIV - but how do I read in the contents of a DIV to a variable...
michael_newett
Offline Send Email
Jul 6, 2006
9:06 pm
1530
Its OK - Figured it out. Print WebBrowser.Document.GetElementById("divid").InnerHTML Regards Mike ... order ... of ... HTML ... the ... michael_newett ... ...
michael_newett
Offline Send Email
Jul 6, 2006
9:18 pm
1531
Dim strEditorContents ' Assuming the Id is "Editor" strEditorContents = WebBrowser.Document.All("Editor").innerHTML ________________________________ From:...
Picard, Steven C.
j11l13
Offline Send Email
Jul 6, 2006
9:19 pm
1532
After installing the latest/greatest desktop version I looked at the one of the examples to see how it was dealing with the Time object. And, wellllllllll, I...
Lester
lester_callif
Online Now Send Email
Jul 8, 2006
4:23 pm
1533
dear tim, i've dwnldd + tested your sample, but you have the same results i had. i.e. when selecting multiple files - flags multiple select 512 - the filelist...
gibertfernando
Offline Send Email
Jul 10, 2006
7:02 pm
1534
dear tim, i've dwnldd + tested your sample, but you have the same results i had. i.e. when selecting multiple files - flags multiple select 512 - the filelist...
gibertfernando
Offline Send Email
Jul 10, 2006
7:26 pm
1535
There is nothing wrong with it or with the Common Dialogue control. This is how the Common Dialogue control is designed to work. The example is for returning a...
Tim Markoski
tmarkoski1122
Offline Send Email
Jul 10, 2006
9:14 pm
1536
maybe my explanation is not so extensive i should. i'm not saying your sample is wrong, of course it does that it should. my question is : if you change flags...
Fernando Gibert
gibertfernando
Offline Send Email
Jul 10, 2006
10:09 pm
1537
Hi Steve, just wondered if you've got any further with your NSBASIC demo of SpriteCraft? Looking forwards to seeing what it can do. Regards Mike ... the ... ...
michael_newett
Offline Send Email
Jul 10, 2006
11:50 pm
1538
Sub OPEN_Click() ' xx Default Error Handler On Error Resume Next Dim varFiles Dim i ' xx Initialize File name as an empty field g_objDialogue.FileName =...
Tim Markoski
tmarkoski1122
Offline Send Email
Jul 11, 2006
1:01 am
1539
Tim thanks for your help fernando ... From: Tim Markoski To: nsbasic-desktop@yahoogroups.com Sent: Tuesday, July 11, 2006 3:00 AM Subject: [nsbasic-desktop]...
fgibert
gibertfernando
Offline Send Email
Jul 11, 2006
7:12 am
1540
Mike, I was working on converting the space ship shooter example but discovered it would not convert over as easily as I expected and I also found some weird...
Picard, Steven C.
j11l13
Offline Send Email
Jul 11, 2006
1:38 pm
1541
Does anyone know how to get the listbox horizontal scrollbar working? I've found the following code that gets it working using the Declare function - but I'm...
michael_newett
Offline Send Email
Jul 11, 2006
3:17 pm
1542
I've converted an API from VB to hide the taskbar, but it doesn't work. Can anyone see a mistake? I've included the NSBASIC modified code below, and the...
michael_newett
Offline Send Email
Jul 11, 2006
11:02 pm
1543
Where's the standing on creating a .dll with Desktop? Is it possible? Will it be possible? Michael D. Shook Omega Tower Design Partners...
Michael D. Shook
wonderingwan...
Offline Send Email
Jul 12, 2006
2:47 am
1544
Michael, as you probably noticed, the statement lngHandle=FindWindow("Shell_TrayWnd", "") doesn't work, it just returns 0. Which window handle do you want? If ...
computerhusky
Offline Send Email
Jul 12, 2006
6:24 am
1545
Hi Thomas, the line 'lngHandle=FindWindow("Shell_TrayWnd", "")' is supposed to get the handle for the 'Start/Taskbar' window at the bottom of the screen. I'm...
michael_newett
Offline Send Email
Jul 12, 2006
9:11 am
1546
Have you tried this from VB6? Does it work properly from there? George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Jul 12, 2006
11:18 am
1547
Michael, We haven't done any work on this. It's possible that it could be done with the existing product, but it would require some techniques that we have not...
George Henne
ghenne
Offline Send Email
Jul 12, 2006
11:24 am
1548
I just tried this in VB 6, and it works fine....
Styskul
Offline Send Email
Jul 12, 2006
11:38 am
1549
Ok, we'll dig into this....
George Henne
ghenne
Offline Send Email
Jul 12, 2006
12:03 pm
Messages 1520 - 1549 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