Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~8K People Reached
Favorite Forums

12 Posted Topics

Member Avatar for daniwaber

Can anyone suggest a code used to print a certain text from and RTF box with different formatting for different words. Also, can I print preview it and page setup it. I tried to use the print dialogs but could not do it. Please help:)

Member Avatar for G_Waddell
0
121
Member Avatar for daniwaber

Hi:) I want to change the formatting of a rich text box's selected text with lines of different sizes. For example if I have written " [B]I code in VB[/B] " (any font, size 72, bold) on the first line and " [I]VB is easy[/I] " (any font, size 48, …

Member Avatar for codeorder
0
343
Member Avatar for daniwaber

Can I stop updating the user display of a control (rich text box) temporarily? I want it to process what I tell but not change how it looks for just a small piece of code. Please help :)

Member Avatar for Reverend Jim
0
173
Member Avatar for daniwaber

I want to make my own file type with my own extension via vb.net. I mean that when we go into "My Computer" and select Folder options from the menu, there is a file types tab and I can add it there. Can I add it through vb.net 2005? Please …

Member Avatar for daniwaber
0
128
Member Avatar for daniwaber

Can anybody tell me how to get the bios number or hard disk number or any other number which is unique for every computer in vb6?

Member Avatar for mb01a
0
115
Member Avatar for daniwaber

Hi everyone, Can you tell me a way to get the file path (filename) of a file when I "open with" it with my program. I mean that if I open a certain file with my software, I should get the file path of the file. Please Help:)

Member Avatar for daniwaber
0
321
Member Avatar for kheijhei

[QUOTE=kheijhei;1634800]it doesn't work.. i use the the codes u gave to me.. private sub timer1_tick interval = 10 unload(Me) - the interval is not declared and the unload.. what code should i use! :([/QUOTE] Try this: [CODE] Private sub Form_Load() Timer1.Interval = 5000 'for 5 second and 10000 for 10 …

Member Avatar for SpiritualMadMan
0
1K
Member Avatar for daniwaber

Hi, Can anybody help. How to scroll data in DataList by using mouse scroll. DataList have no Scroll method.

Member Avatar for AndreRet
0
1K
Member Avatar for daniwaber

Hi:) How can I scroll the report in runtime by mousewheel. I am using VB6 (SP6) and for reports I am using VB report control.

Member Avatar for AndreRet
0
289
Member Avatar for daniwaber

Hi, After I packaged the project and deployed it on another computer without VB6 installed on it, Every thing works properly except the Reports. when I try to call the Report it gives error "Application-defined or Object defined error" and Report does not open. If you install VB6 this problem …

Member Avatar for AndreRet
0
2K
Member Avatar for daniwaber

Hi Can anybody explain, How to copy folder in VB6. All the files in that folder should be copied. Please help

Member Avatar for AndreRet
0
166
Member Avatar for xWiredx

But here you have to clik on the datagrid scroll to work. it should scroll by wheel only when you bring pointer on datagrid controll

Member Avatar for daniwaber
0
1K

The End.