When I right click on My Computer I see 6 tabs instead of 7 with the Remote tab missing. This is really strange as it used to be there and now I can't setup RDC. I am running SP2.
Any ideas?
Hi,
I have a rtb with a document within it. I also have another rtb to the side which I would like to use to display line numbers, so as the user scrolls through the document they know where they are. I am pulling my hair out trying to work this out.
The simplist way to do this would be...
Hi,
When using the HTTPWebRequest object to perform a POST operation, the object under the HTTPWebRequest object called ServicePoint increments its CurrentConnections property. This will increment on every submit of the POST.
Also on this object it has ConnectionLimit set by default to 2...
Hi,
I am used to connecting to a SQL Server db over the web using RDS. After looking on the Microsoft website, I discovered that this is now not the approved way. Can anyone let me into what is the approved way. ie WebService, Remoting etc.
Kind regards
Mark Ruse
Hi,
I need to populate a basic_string with keys supplied by a calling program. I put all these strings into a vector, then sort it. This has been working fine, and we are happy with performance. The problem has now arisen where the keys may sometimes have binary data within them. Will this...
Hi,
I am writing an app that I want to read content from various web pages. I have done this in VB6 using an Internet Explorer control and the DOM model. Does anyone know if there is a better approach to this within .net?
Thanks
Mark Ruse
I am currently trying to display rather large amounts of text in various control tooltips. I would like to make them multiline, so I have sent in a crlf which seems not to translate (I see the two 'unprintable' characters). Does anybody know of if I can hook into the API to achieve this ...
Hi,
I am starting to fiddle with Interfaces, and have created an ITimable interface. I wish to define some events that classes implementing this interface have to raise back to the client code, namely Complete. When I implement the ITimable in a class, I cannot raise the Complete event...
Hi,
I have created a Class for a DLL as follows :
Class Test
{
public:
private:
long lng_Variable;
}
I can write a method to give access to the lng_Variable, but I would prefer to write a Property so that my clients can write things like :
Test Tester;
Tester.Variable = 4;
instead of...
I have just finished a port from a database which was 6.5 to 7.0. Performance is great, apart from one query which is working with a view. Here is the SQL.
SELECT ProductCount.OrderID,
CASE WHEN ProductCount.ProductCount = 1
THEN (
SELECT DISTINCT Product.Name FROM Segment, Product...
Hi,<br>
<br>
Does anybody know how to pass VB arrays to a C++ DLL. The DLL has no COM support, nor is a MFC dll.<br>
<br>
The arrays I wish to pass are an array of strings, and an array of longs.<br>
<br>
Please help, as I can't read another MSDN page!<br>
<br>
Mark Ruse
Hi,<br>
<br>
Does anybody know how to pass VB arrays to a C++ DLL. The DLL has no COM support, nor is a MFC dll.<br>
<br>
The arrays I wish to pass are an array of strings, and an array of longs.<br>
<br>
Please help, as I can't read another MSDN page!<br>
<br>
Mark Ruse
After putting a PC on our Domain I cannot install Office 97. Error message reads " MS Office was not successfully installed at this time" This message appears after I am prompted for the path to install. It says " Searching for installed components" for 10 sec before the...
Hi,<br>
<br>
I am currently trying to write a ATL object which takes in a BSTR and convert it to a char *. I then put this char * into a Roguewave RWCString object to create a string object.<br>
<br>
fn(BSTR *Source)<br>
{<br>
unsigned DataLen;<br>
BSTR BstrData;<br>
<br>
RWCString...
Hi,<br>
<br>
I am currently trying to write a ATL object which takes in a BSTR and convert it to a char *. I then put this char * into a Roguewave RWCString object to create a string object.<br>
<br>
fn(BSTR *Source)<br>
{<br>
unsigned DataLen;<br>
BSTR BstrData;<br>
<br>
RWCString...
Help,<br>
<br>
I have a problem firing a SELECT Query with a Like clause in it at an Access 97 Database. ie 'SELECT Name FROM Customer WHERE Name Like '*BOB*'.<br>
<br>
If I fire the SQL in the Database window it works fine, but when I Attempt to <br>
<br>
.Open SQL , Connection ,1 ,1<br>
<br>...
The below code will display two HTML SELECT boxes. When the user changes the first one when the page is loaded the second one gets populated with data which relates to what the user has selected.<br>
<br>
The Code works fine but I am now trying to put some finishing touches to it, and I have...
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.