*Fun soft* Text saver and paster !
Hy bros....
I just try to make a new soft,am new in vb ... so need your help guys..
The soft is simple.. The idea is :
:check: The soft can save 100 or more lines in 100 textbox. there will be a button "paste/send" which will paste or send the text lines anywhere, like notepad,yahoo msnger chat window.. i mean the soft will save 100 text lines which i can use anywhere by a click of a button.
:check: There will be a chechkbox option for send the text, send means it works as "enter" key. for example : in yahoo mesngr if i use any line, when i clik paste/send buttom it will send the text auto.
:check: There will be a "+" and "-" button to add more text box.
:check: There will be a configaration file which will save my lines.
:check: The soft will have "always in top option" . :wave:
i made a demo design of it :
http://img689.imageshack.us/img689/9481/90793794.jpg
Can any bro make this soft for me, and also give me the source code...:thumb:
Many many thanks,reply me friends asap
tc
:wave::wave:
Re: *Fun soft* Text saver and paster !
hy,please reply friends.... its urgent...
Re: *Fun soft* Text saver and paster !
Welcome to VBForums :wave:
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.
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
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 !
Re: *Fun soft* Text saver and paster !
Try searching for SendMessage API.
I think it would do the magic. :wave:
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. :)
Re: *Fun soft* Text saver and paster !
The standard VB6 DataRepeater control is often used for this sort of scrolled set of repeated controls.
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!