|
-
Feb 9th, 2011, 03:24 AM
#1
Thread Starter
New Member
-
Feb 9th, 2011, 07:46 AM
#2
Thread Starter
New Member
Re: *Fun soft* Text saver and paster !
hy,please reply friends.... its urgent...
-
Feb 9th, 2011, 09:22 AM
#3
Re: *Fun soft* Text saver and paster !
Welcome to VBForums 
Please do not bump your threads. For some of the reasons, see this. People will read your thread (and hopefully reply) when they get the time to do so.
Note that it is unlikely that a complete stranger will spend their free time writing your program for you.
You are far more likely to get assistance if you try to do it yourself, and ask for specific help if you get stuck.
-
Feb 9th, 2011, 12:10 PM
#4
Thread Starter
New Member
Re: *Fun soft* Text saver and paster !
ok..am trying...any bro just help me how i start this???
what is the code for button "paste/send" which will paste or send the text lines anywhere, like notepad,yahoo msnger chat window???
reply guys
-
Feb 10th, 2011, 07:14 AM
#5
Thread Starter
New Member
Re: *Fun soft* Text saver and paster !
its so sad no one ans me... dear si_the_geek mate, do you help me in this matter? i tried hard abt how to paste text to active window.. but i dont know how to start 
what is the code for button "paste/send" which will paste or send the text lines anywhere, like notepad,yahoo msnger chat window???
i tried this it not working :
vb Code:
Private Sub copy_Click(Index As Integer)
Clipboard.SetText Text1.Text
End Sub
Private Sub Paste_Click(Index As Integer)
paste.Item = Clipboard.GetText
End Sub
help me please !
-
Feb 10th, 2011, 08:40 AM
#6
Re: *Fun soft* Text saver and paster !
Try searching for SendMessage API.
I think it would do the magic.
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Feb 10th, 2011, 09:09 AM
#7
Addicted Member
Re: *Fun soft* Text saver and paster !
This is pretty easy indeed,but you can make it yourself with a bit more reading in forums and so on.
I have one note which I want to share with you :
Where is the text boxes slide it is hard to make it to scroll in the way you want. If you want someone to make it for you and give you source code,you have to paid some money - maybe you know the proverb - There is no free things in this world, the only free thing is the food in the mice trap.
Last edited by mitko29; Feb 10th, 2011 at 09:13 AM.
-
Feb 10th, 2011, 09:18 AM
#8
Re: *Fun soft* Text saver and paster !
The standard VB6 DataRepeater control is often used for this sort of scrolled set of repeated controls.
-
Feb 10th, 2011, 09:27 AM
#9
Thread Starter
New Member
Re: *Fun soft* Text saver and paster !
am noob at this.. so need some help bros.. however i will make it my own. just tell me which commands i have to know to make this soft? Can you link any helpful topics where i can get hints? that will help me much... thank you!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|