Hello, everyone.
There's a VB app that contains forms with webbrowser control. As a result, in addition to the regular VB forms, controls, and class, there're some ASPs to debug.
Could someone kindly tell me how I can open up such app in VS InterDev so that I can debug some ASP bugs.
TIA.
Cut & Paste functionality is working just fine on the textbox fields of my program on my machine; however, for some reasons, the Cut & Paste functionality stop working on most, if not all production machines.
Any idea? Production and my machines are XP Pro version. Thx.
I want to write to a file that I know the name and location. I get "Permission denied" error message if the file is opened by some other app while I try to write to it.
My question: Is there a way to determine if a file has an "Open" state using VB?
TIA.
I've validated my XML file with a schema, and I know which lines (through the help of some Microsoft Visual Basic objects) are not conforming to the schema.
Is there a way to use the line number and attract the element-attribute value pairs that're giving me the errors?
For example,
99 ...
I've validated my XML file with a schema, and I know which lines (through the implementations of IVBSAXContentHandler, IVBSAXErrorHandler, and IVBSAXLocator interfaces) are not conforming to the schema.
Is there a way to use the line number and attract the element-attribute value pairs that're...
Hi, all. Happy new year.
In SQL Server 6.5, I would like to create a sproc that has an input parameter. When using the sproc, I want to be able to send a string that's more than 255 characters to it. As far as i know, Char and Vchar are the 2 data types that accept characters, and of the two...
A disconnected recordset needs recordset's "UpdateBatch" method to update the database.
I read somewhere that if the recordset was not created from a SQL statment, one cannot use "UpdateBatch" method. So, what if I create my recordset from a sproc? Does that mean that I...
Hi, everyone.
Can I pass an object(e.g. form) of an ActiveX EXE to another ActiveX EXE, so that I extract value/s that belong to the 1st ActiveX EXE?
If yes, how?
Thx.
mkuan
I'm desperately needing to find the answer for my problem.
I've a client app that's an ActiveX EXE (let's call it EXE). Another app (let's call it APP1) passes an id to my ActiveX EXE, and the ActiveX EXE would call an MTS component to fetch some data from the SQL Server (based on that id) and...
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.