Please I want to know how to get fil text and scroll it in a paragraph
Professional Software Development Tools
Please I want to know how to get fil text and scroll it in a paragraph
Last edited by maliko2bxl; 07-29-2010 at 12:14 PM.
Post in an even bigger font, maybe that'll get someone to help you.
Action Plugins
AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
Download
I'm sorry but the police are authorized
Wtf are talking about?
Action Plugins
AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
Download
You want what now?
My problem with the scroll of a paragraph that get textfile
update........
Love to help you dude but I have no idea what you're saying.
Action Plugins
AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
Download
im testing this code
but does not scroll properly I want geting and scrolling text or log in paragraph in time
Shell.Execute("AutoPlay\\Docs\\nwcm2\\srvncexp.bat ", "open", "", "AutoPlay\\Docs\\nwcm2\\", "Label1", false);
hhhhhhhh = TextFile.ReadToString("AutoPlay\\Docs\\nwcm2\\sata srv.ocx");
result = Paragraph.GetScrollPos("Paragraph1", true);
Paragraph.SetScrollPos("Paragraph1", result+50, true);
srvncexp.bat = bat for copy log in other file txt
To scroll the paragraph to last line of your paragraph (this is what you meant, right?) use this code:
PHP Code:tblParRange = Paragraph.GetScrollRange("Paragraph1", true);
Paragraph.SetScrollPos("Paragraph1", tblParRange.Max, true);
think you lot T3STY
may be but.. I see no sense on that.. anyhow, glad to have helped![]()