Please help on how i can make a desktop shortcut particularly an internet shortcut link where i can also change the icon instead of the usaul internet shortcut icon.
tia.
I would like to change a textbox values and properties of another application, is it possible? I have an existing application i don't have the source code and i would like to change the value of one of its textboxes, is it possible?
thanks for any help extended.
I have a text file named FILE1.TXT which contains ascii characters like below:
AAABBBCCC**DD
GTDF**NfDg*VC
ERvC*VcfD***T
I want to edit this file and replace the "*" characters
to white space " " and save and close the file. How will i
do this in VB. Please help!!!
TIA
John
I'm calling an SQL Server SP in VB. The procedure runs for about 30 mins. in the Query Analyzer. But when I call the procedure in VB it seems that the Procedure is terminated abnormally without any warning from VB.
I've set the ConnectionTimeout=0 and the CommandTimeout=0, but it doesn't seem...
I'm using "Sendkeys" to issue command to a Unix System via Telnet.
Is it possible to track down the messages in the unix screen terminal? I want to check if the program i issued using sendkey function has finished by tracking the Unix prompt. Pls. help !!!
TIA
Could someone help me on this error. I've made a full text index on a table thru SQL 7.0. The wizard seem to have work fine and created a fulltext catalog. I fully populated the catalog. But when i made a query on the said table, it gives me this error message. What have i donw wrong.
this is...
I presume an XP is registering a COM DLL file to be used within SQL Server. Am i correct? I add an xp_myproc.dll with function xp_myfunction. can i call these function from within a stored proc? lets say...
use mydb
go
declare @varName char(10)
@varName = exec xp_myfunction
go
:: are the...
Could someone pls. help me on how to call com dll files made in vfp thru VB App.? I've referenced the .tlb file created by vfp, but message in VB says "can't create object". Here is my code:
Dim objGetID as olegetid.getrefid
Set objGetID = CreateObject("olegetid")
---...
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.