User Profile
Collapse
-
please tell me what is the right code... -
rich text box cut
how can I do the cut copy and paste in the rich text box
of visual basic 6.0
for cut I use
Code:Private Sub mnucut_Click() Clipboard.Clear rtb.SelText Clipboard.GetText rtb.SelText = " " End Sub
Last edited by Killer42; Apr 1 '07, 02:11 AM. Reason: Please use [CODE]...[/CODE] tags around your code. -
-
-
I use your suggestion but still the problem is not solved
I use the following command
Private Sub mnusave_Click()
cd.ShowSave
Form1.Caption = cd.FileName
rtb.SaveFile Form1.Caption
End Sub
Here rtb stand for rich text box & cd stands for common dialog
the following is save in file where I type just "this is a test page "
{\rtf1\ansi\ans icpg1252\deff0\ deflang1033{\fo nttbl{\f0\fnil\ fcharset0...Leave a comment:
-
save a text from rich text box
hellow
how can i do the following job
i am using rich text box 6.0
i write something in the rich text box
how can i save the file in disk as a text document
which can easily open by any text box editor
I use common dialog 6.0 -
hellow
but I can not move /copy data or list
from list1 to list2
in briefly in list1 data are a,b,c,d,e,f, I wnat to move one all data to new list
by clicking a command button
thanks...Leave a comment:
-
lan by dos
can I connect a pc in lan only by MS DOS
THE SERVER IS WINDOWS 2000 WHERE I WANT TO CONNECT -
-
fetch data from combo box or list box
I am a novice of VB
I want to fetch data from combo box or list which is selected
give me a easy way to select the data of combo box or list box
I can show data in combo box or list box -
part of the code
there are three another three not send to you
Code:Private Sub chk4_Click() If chk4.Value = 1 Then txt1.Text = Trim(txt1.Text) + " " + Trim(chk4.Caption) End If If chk4.Value = 0 Then txt1.Text = " " If chk1.Value = 1 Then txt1.Text = Trim(txt1.Text) + Trim(chk1.Caption) End If If chk2.Value = 1 Then txt1.Text = Trim(txt1.Text)
Leave a comment:
-
check box visual basic 6.0
I used four check box
named chk1,chk2,chk3, chk4 initialy all unchecked
when I check any one the caption is viewed in the text box where
I want to view it
if I uncheck the check box in following order it working fine
chk4,chk3,chk2, chk1
but when I uncheck the check box not in a particular way it does not work
properly -
windows member server
can any one help me
how i configure a windows 2000 server
as a member server of windows 2000 -
gateway collision
we have windows 2000 server
we have two seperate gateway
also have seperate lan card
we want to run both gate way at same time
how can it done -
-
my problem is following
i give input of two no.
a=5
b=7
both are integer
my required output will be
a = 7
b= 5
without using third variableLeave a comment:
-
interchange two number
is it possibe that interchange two no.
using only two integer in c not in c++
No activity results to display
Show More
Leave a comment: