Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




A Way To Get Rid Of This?</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT


Is there any way to get rid of the Superscripting inside a Word Document when it is converted to a HTML programatically?




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Is It Possible?</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
Help!

I need to take a picture of a form (Called Page(1)), and place it
into an image control. Simply use BitBlt, Right?

Unfortunately, I've set the Page(1) inside a frame, and it
is larger than the frame, so using BitBlt gets me
a picture of everything above Page(1), ie the frame, some of
the MainForm that contains the frame, and whatever little portion
of Page(1) thats visible inside the frame.


Does anyone know How to do this?

-Thanks
-Lou

Configure IIS Using WMI</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=v
dear all,

I want to configure IIS using WMI, to be able to do that namespace MicrosoftIISv2 is required, but I can not find it in my system, it's not there when I click control Panel --> administrative tool --> computer management --> service and application --> WMI Control. I have installed IIS 6.0 for winXP. Currently I'm running on Windows XP SP2. I Have execute mofcomp.exe for all .mof in c:windowssystem32wbem, I also have execute regsvr32 for all dll in the directory, but still I can not find MicrosoftIISv2 namespace...

Is there someone here can help me?

Tablet Api And Vb6</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]�
Hi everyone -

I have a vb6 application that runs kinda 'mdi/sdi' interface

when the user swings from landscape to portrait, the
application doesn't sense it -

i.e. i'm missing the API or EVENT that is fired when the
screen is switched.

does anyone know what API or Event to watch to
correct my application

thanks
tony

MSN Client</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
A few people were interested in the open-source MSN client that I am currently writing - so here's a thread for all comments and suggestions for it. I want it to be what the user wants, not what Microsoft decides is enough.

Even if it is small or something that could be huge to code, please post it here, DAMSN is going to be the BEST msn client there is!

Remember - its open-source, which means you can make any modifications you like to it, or use some of the code in your own software (although please give credit where due, if you plan on using a large chunk of code from it for commercial purposes, please let me know, I will be happy to negotiate something!)

Problem With Exe</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
I have a visual basic application which uses winsock communication. I have created a set up program using visual basic package and deployment wizard. When I installed this on another machine, I am getting an error message which is closing the winsock connection.

Following is the error message -

Title - ActiveX Framework Assertion (Abort = UAE, Retry = INT 3, Ignore = Continue)

Message - Attach() failed. File .. cpcls.cpp, line 101.

Do you know what this means and what can I do to fix it?

Your help would be greatly appreciated.

Regards,
GV

.gif Images In Vb?</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]�
I just made a gif to use as a banner on my title screen of a game I am making. Well, the .gif doesnt animate. I take it I need to use coding to do it? Or is there something Im doing wrong? I used a picture box to put the picture in my form, if that helps any.

Toolbars.......</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
Ok I need to use a Toolbar in Project, and install the project on a system with out vb manually. So..... there are 4 toolbars in the Components, the first one works without installing anything, and I was just wondering if the other 3 would be there.

Thanks in advance.

Questions?</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
Where can i get the picture scrollbar ocx and if you have a round round button how do you take off the edges so all you can see is the button and not the white part

Datatype</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'); D
When u want to set the heading of MSFlexGrid I do something like this

s$ = HEADING
flxResults.FormatString = s$

what is the s$ datatype?

.res Files</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
Does anybody know how I can change the resource file of a compiled .exe? Like for example there is a program that has an mp3 under CUSTOM and then 2. Could you put another mp3 in its place(not from the program that has th .res, a different one)

TextBox</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'); Do
Anyone know how to make a textbox able to be hilighted, but not changed? The user can hilight thigns, but not type into it. I would also like to know if anyone knows how to change the text property of the textbox, but not make it scroll back to the beginning of the box. (It's multiline, and when i do something like text1.text = text1.text & vbnewline & "Error: You Must Enter A Number" it adds the text to the box, but then it scrolls back to the top of the box again) Thanks

GetTickCount</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
When I do the following, shouldn't I get the hours windows has been running??


Code:
Private Sub Command2_Click()
Dim a, b, c, d As Integer
a = GetTickCount
b = a / 60
c = b / 60
d = c / 60
MsgBox d
End Sub

Using *.dbf Database</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]
using database *.dbf need closing this tables and find records in this databases

using datarecords example:


data1.recordset.fields("namefields")


the options .closedatabase and .findfirst not working

i need help

thank for all.

Basic Array Help</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
ok i'm starting to learn arrays and i need help with a basic example i'm trying to make an array with 8 row and 10 colums from what i understand i have to do something like


Code:
Dim ArrayInfo(8,10) as String


if that's right then how do i go about puting info in the Array like i've tried


Code:
ArrayInfo(1) = hello, 1, a, red, masda, lol, jhon, bye
ArrayInfo(2) = hello, 2, b, blue, honda, omg, jake, bye
ArrayInfo(3) = hello, 3, c, orange, crysler, wth, alex, bye
ArrayInfo(4) = hello, 4, d, clay, pontiac, ***, april, bye
ArrayInfo(5) = hello, 5, e, grey, Cadilac, rotfl, omar, bye
ArrayInfo(6) = hello, 6, f, silver, Porshe, mt, jason, bye
ArrayInfo(7) = hello, 7, g, black, F1, lol, Sara, bye
ArrayInfo(8) = hello, 8, h, white, Acura, brb, Jessica, bye
ArrayInfo(9) = hello, 9, i, teal, Mitsubishi, gg, Haley, bye
ArrayInfo(10) = hello, 10, j, yellow, Licon, gj, Matt, bye


although dosn't work please help me out with a basic example. or maybe just explain what i'm doing wrong.

Image Scale</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
Code:
Private Sub Form_Load()

Me.Font.Bold = True
With Picture1
.AutoRedraw = True
.ScaleLeft = 101.46667
.ScaleWidth = 99.7 - 101.46667
.ScaleTop = 2.85667
.ScaleHeight = 4.0166694 - 2.85667
End With

End Sub

Private Sub picture1_mousemove(Button As Integer, Shift As Integer, X As Single, Y As Single)

Label1.Caption = X
Label2.Caption = Y
End Sub


with the code above, when i change the picture1(red color) to image 1(because i need to use image). it came out an compile error:Method or data member not found. how to solve this problem?

How To Search In Listbox</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=
how do search a text in a listbox

so far i'm struglling with this , anyone can guide me properly

Private Sub cmdFind_Click()
Dim txtSearch As String
txtSearch = InputBox("Search for ")
For itm = lstCollection.ListCount - 1 To 0 Step -1

If InStr(lstCollection.List(itm), txtSearch) Then
MsgBox "Found"

lstCollection.Selected(itm) = True
Else
MsgBox "Not Found"
End If
Next

End Sub

Duplicate A Project</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]&#
In VB6 how do I duplicate a project? Once I finihed one project I want to do another lesson and only make a few changes to the form &/or code.....so rather than recreating it all I would just like to copy it.

I want all my projects to be individual...not part of a group.

thenx.....b.

Debug Window</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
Is it possible to clear the debug window programiticly? I want to clear it everytime I run my code so that I can see only the current values but I keep forgetting to clear it.

Any ideas will be appreciated!

Thanks,
Rudy

Deleting Files</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]')
I would like to create a little program that will allow me to select a folder on my harddrive and then it will go through every file and check it against my parameters. The parameter that i would include is the time of the file. For example i would enter June 5, 2003 11:32am and i would like my vb program to go through my documents folder and check the files, if they are before date and time i specified i would like the program to delete those files, all others remain in the folder.

I would like to get this working so that later i can build from this.

Help is greatly appreciated.

Please provide code if possible.

Thanks

Hyperlinks In Crystal 8.5</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT
Hi

I am using crystal reports 8.5. I am creating a report which will get place names from a table in a database. I would like to make all these names to have hyperlinks to reports that have already been created that relate to them.

Does anyone know how I could do this?

Thanking you in advance

PORRASTAR

ActiveX Control</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
Hi,
I have created an active X control (using 2 commans buttons) and have added some custom properties/methods for it.

I have placed this control on the VB form.I want to move the control (with mouse) on the form at runtime.
How can this be done?I tried writing code in mousemove/mouseup/mousedown events for the control but it is of no use as the control does not respond to these events. (i tried placing break points at these events but the control does not reach there)

Dial Up Program In VB</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]
My project demands so that client can dial a telephone number which is in database of particular customer right from his desk. So any expert can help me to make a dial up program in VB. i.e if I press the Telephone Number through the GUI it has to dial through Serial Comport (Through Modem). VB having a control for that, but there is no proper documentation or help about its utilisation. So any one could Please help me in this aspect.
Yours Faithfully
Nanda Kishore.

Long Pathnames</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]')
How do i cut off long path/filenames?
i have an label in my form wich shows the path to an specific file, but when that file is in 'c:program filesMicrosoft blbablabla' it gets to long for the label

Microsoft always have the path like this then:

c:.... est.exe

How can i do that? my max. label length is 50 characters

Comparing Dates?</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
alright. here is my question. I have two boxes with dates. One that has a beginning date, and one that has an ending date. I have a .dat file that contains a list of dates with info. The .dat file looks like this:

#2001-04-11#,"D14","701",.91
#2001-04-11#,"C87","712",2.05
#2001-04-11#,"L12","007",.94
#2001-04-11#,"L12","503",1.22
#2001-04-11#,"L12","102",.32
#2001-04-11#,"L12","711",1.51
#2001-04-11#,"L12","466",1.13
#2001-04-11#,"M32","200",3.73
#2001-04-11#,"M32","712",2.21
#2001-04-11#,"M32","096",1.44
#2001-04-11#,"C87","466",1.16
#2001-04-11#,"C87","201",2.93
#2001-04-11#,"C87","100",.27
#2001-04-11#,"C87","428",2.1
#2001-04-11#,"C87","101",.33
#2002-05-05#,"L12","007",.98
#2002-05-05#,"L12","007",.98
#2002-05-05#,"L12","123",1.23

The .dat file as been inported into my program, and the names of the data have the variables TransDate(K), TransEmpNum(K), TransUPC(K), TransPrice(K) respectivly. How do I sort the data to only pull the information in between the two dates inputed by the user? For example, if the user inputed 2/1/80 as from date and 2/4/02 as to date, how do I have the program pull information in between those 2 dates? DateDiff() ?? What I am planning on doing is then add similar products together, known by product code.. count the amount of units sold and the total value. But if you could help me with the dates, that would be great.

Thanks~

Array</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'); Docu
Hi everybody, I am trying to do Binary Sort and Search, but I couldn't have all the 20 drivers sortit, all I can get either 1 To 10 When I entered the number 1 To 10, OR 10 To 20 WhenI entered the number from 10 to 20 I need to have all 20 drivers number to be Sorted when I enter their number.
Code:
here what I did; Dim middle as iinteger, Dim Low As integer, Dim High As integer, dim searchkey As integer

Code:
Low = Lbound(DriverAry)

Code:
High = DriverCount, searchkey = driverNo

Code:
Do While (low <= High)

Code:
midle = (Low + high) /2

Code:
If (Search key = driverAry(middle) then

Code:
DriverFound = True

Code:
FoundIndex = Middle

Code:
Exit Sub

Code:
Else

Code:
If Searchkey < driverAry(middle) Then

Code:
High = middle - 1

Code:
Else , Low = middle + 1

Code:
End If

Code:
End If

Code:
Loop

Code:
DriverFound = False
Thank you so much for helping

Urgently Needed</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
hi,

i'm sending email through vb by outlook object model. but it displays a message box indiacating that a program is sending mail on your behalf. this may be virus. yes no. plz let me noe how to avoid this.

tons of thanks

Printing Problem</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'
Hi all !
Please help in resolving the following problems.

'User of my app can select what kind of output is required
'for this report.
'i.e. in combo1 user can select 'Screen' or 'Print' or 'File'

now following code gets executed...

'''' ****
printer.printquality -1


rst.open strSQL
rst.movefirst
do while not rst.eof
str1=rst!name & space(2) & rst!balance
printer.print str1
rst.movenext
loop

But the output always goes to printer.
In my earlier dos programs , I was able to specify where
the printed output should go. Like in Clipper , I can say
set printer to "print.txt"
and after finishing the print loop, it is possible to load
print.txt file in some kind of editor to show it on screen.

How to achieve such thing in VB6.
Please help
Thanks in advance

Simple Date?</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
I am using the following date format. I need to be able to default today date to the text box (as below), however i also need to be able to edit the date. This format does not allow me to change the date. Any ideas?

Txtdate.Text = Format(Date, "dd/mm/yyyy")

Creating Sites In IIS</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]
I have been trying to find a way to create web sites in IIS through a visual basic app, or through any other process for that matter. Believe it or not, I need to be able to create hundreds of sites in a relaively short period of time. I've played with the metabase editor, but don't see how it can help unless there is a plug-in for it for VB6. If anyone has any ideas, PLEASE let me know. There's a shiny nickle in it for the person who can put me on the right path.

Data Report</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
Hello

I have placed a label in a report i VB6.
Depending on what button the user clicks on I want to change the label that I have in the report, is this possible ?

The report is done via the data report designer.

Thanks in advance
Micke

Dates</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]'); Docu
Can someone tell me how to go about getting the number of days in a particular month, and what the actual day is , ie Monday Tuesday etc, for each of the days in a month?

CREATING Properties</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]&#
Is there a way to give an object more properties?---->
Take any object,form, etc etc that has so many properties and give it another property that can be altered?

I'm guessing this is a wee bit complicated

Picture In Richtext Box</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=v
I got a problem with pictures in RTB.

How can i know that there is a picture in the richtextbox by reading the RTF code?

I'm trying to code a function 2 export rtf text 2 HTML, so i need to see if there is any pictures in the RTB.

/Thanx Guys... :=)

Auto Outlook</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
I can create and send an outlook message with attachments and all that jaz, but for some reason (either code or outlook config), I cannot get outlook to automatically send the mail item unless I start outlook outside the program and click send and recieve.

Any help would be very helpful!

Cheers

Chris

Update Method</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT=vb]');
I'm trying to update the records in my database from vb. I have pretty much havethe code set. There is one problem the data is not changing in the database. Does anyone have any clue what I'm doing wrong?

Here is the code:

Private Sub cmdUpdate_Click()
Dim stroldMachineno As String
Dim stroldMachineDesc As String
Dim stroldDivision As String
Dim strMessage As String

On Error GoTo ErrorUpdate

Set rsMachineInfo = New ADODB.Recordset
rsMachineInfo.Open "Select * From MachineInfo", cnn, adOpenDynamic, adLockOptimistic, adCmdText

stroldMachineno = rsMachineInfo!Machineno
stroldMachineDesc = rsMachineInfo!MachineDesc
stroldDivision = rsMachineInfo!Division

rsMachineInfo!Machineno = txtMachineno
rsMachineInfo!MachineDesc = txtMachineDesc
rsMachineInfo!Division = txtDivision

strMessage = "Edit in progress:" & vbCr & _
" Original data = " & stroldMachineno & " " & _
stroldMachineDesc & "" & stroldDivision & vbCr & " Data in buffer = " & _
rsMachineInfo!Machineno & " " & rsMachineInfo!MachineDesc & "" & rsMachineInfo!Division & vbCr & vbCr & _
"Use Update to replace the original data with " & _
"the buffered data in the Recordset?"

If MsgBox(strMessage, vbYesNo) = vbYes Then
rsMachineInfo.Update
Else
rsMachineInfo.CancelUpdate
End If

MsgBox "Data in recordset = " & rsMachineInfo!Machineno & " " & _
rsMachineInfo!MachineDesc & "" & rsMachineInfo!Division

' Restore original data because this is a demonstration.
If Not (stroldMachineno = rsMachineInfo!Machineno And _
stroldMachineDesc = rsMachineInfo!MachineDesc And stroldDivision = rsMachineInfo!Division) Then
rsMachineInfo!Machineno = stroldMachineno
rsMachineInfo!MachineDesc = stroldMachineDesc
rsMachineInfo!Division = stroldDivision
rsMachineInfo.Update
End If

rsMachineInfo.Close

ExitUpdate:
Exit Sub

ErrorUpdate:
MsgBox Err.Number & vbCrLf & Err.Description, , "ERROR"
Resume ExitUpdate
End Sub

TreeView: Child Count....</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT
I spent 3 hours trying to figure this out and nothing I came up with worked the way I think it should work. The only code i came up with is similar to directory scanner for files, but there has to be something not as confusing as that. I need to determine total number of children. Here are some examples for the picture:

Selecting 'Root' should return16
'C5' return 0
'C3' return 2
'C14' return 6
'C6' return 3

What's the easiest and fastest way to retrieve all the children and sub-children and sub-sub-children, etc. and return how many children does the selected parent have.

Cursor Position Revisited</title> <script Type="text/javascript"> <!-- Function PrintTags() { Var Curr=document.getElementById('vB_Editor_QR_textarea').value; Newval=curr.replace(/[highlight]/gi,'[HIGHLIGHT
I am using SelStart to place my cursor at the end of the text in a text box control. Then using SendKeys{Enter} to position my cursor at the next line.

Once I have the cursor positioned at the next line, i don't want to allow the user to edit the previously entered text. I want to allow only new text from that point forward. How can I do this?

I can't seem to get the exact cursor position once I send the SendKey

Copyright © 2005-08 www.BigResource.com, All rights reserved