I'm using Sharepoint server 2007, in which I included OCS 2007 for showing the "Presence" details of the current user, Presence controls working fine while viewing in IE6, the same is not working (ie Presence Controls not activated and Context Menu not appear while right
clicking) in Windows...
In vb6 form I've 1 Textbox, 2 option buttons & 1 command button. my need is I want to move from one option button to other by pressing Tab key. Help me out. This is customer requirement.
In VB6 I'm using one Textbox & Two option buttons in a Form namely option1 & option2
I want to use Spacebar to move from
one Option button to other.
is there way?
Johnwm
R U saying
Text1.SelStart =0
Text1.SelLength = Len(Text1.Text)
in Got_Focus Event.
After typing "ABC" (without quotes) the cursor is in 4th place ok. My barcode length is 12 characters.
When I read barcode thru reader it starts from 4th place
& the last three characters of barcode cut...
Thnks for your response.
Actually my work behind reading Barcode thru Barcode Reader into the
TextBox, The Maxlength of the TextBox is 12.
If I Input some characters manually into the TextBox Say "abc" (without quotes)
now the cursor is in 4th place from there it won't allow Barcode Reader to...
Thnks for your response.
I'll explain clearly
VB6 Form has 1 Textbox
if I type "abc" (without Quotes) in the Texbox the whole word "abc" (without Quotes) should be
highlighted & focus should be in Textbox itself.
Hi Gurus,
I need one solution
I'm using VB6, one of its Form contains a TextBox
What i need is whatever characters I type in it that
should be highlighted
ex
First when I type "a" -> "a" should be selected
second when I type "b" -> "ab" should be selected
third when I type "c" -> "abc"...
For your convenience
Create table T1 (
Cl varchar(100),
Business varchar2(100),
Source varchar2(100),
Analyst varchar2(100),
Times varchar(100))
insert into T1 values(
'GE','Analytics','Peer','Chayan','Once')
insert into T1 values(
'AA','Collections','Third','Remya','Twice')
Rajesh N.
Gurus,
I've SQL Server 2000 Table like this
Cl: Business: Source: Analyst: Times:
GE -- Analytics -- Peer -- Chayan -- Once
AA -- Collections -- Third -- Remya -- Twice
I want Output like this
Cl: Business: Source: Chayan: Remya:
GE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.