Hi All,
I am trying to integrate some of the functionality of LAN CTE (ver 6.6.2.40) into our ERP. I was wondering if anyone has come across a reliable interface for the CTEAPI in either .Net or COM+ ?
The existing CTE API is quite old and does not play nicely with modern development...
Hi SQL Experts,
I have been trying to alter a table, to add an extra column, but everytime I try to ALTER TABLE, the query goes off into no-mans land, and just keeps processing for up to 10 minutes, until I cancel it.
I have tried dropping the constraints, even dropping the table itself, but...
Hi Experts,
I have a requirement to pass strings containing file paths from my .Net app to a MySQL database.
eg.
C:\Test\File.txt
In .Net the string value is displayed as "C:\\Test\\File.txt" in the debugger, however, when I commit that data to MySQL it gets written as "C:\Test\File.txt"...
Hi All,
I have been trying to find a way to eject a USB mass storage device from my system using C# (WinXP). I found a WinAPI called EjectDiskFromSADrive() in ntmsapi.dll (http://msdn2.microsoft.com/en-US/library/bb525502.aspx), however I am having trouble getting it to work.
In my code, I...
Hi Gurus,
Using C#.Net VS2005.
I am wondering if there is a was to instantiate an object at runtime when the class of the object is not known at designtime?
I have a list of classes that all inherit from BaseClass, and override BaseClass.someMethod();
But I don't know which descendant classes...
Hi All,
I wish to be able to connect to a HTTP server installed on my PC using IE. However, when I type in a url http://localhost/index.htm, a dialog box appears asking me if I wish to dial-up my ISP. If I click Cancel, the browser does not get the page. If I click connect, the browser gets the...
Hi everyone,
I have an XMLDOM (MSXML4) implemented using the CoFreeThreadedDOMDocument4 coclass. This class supports Both apartment and Free threading models. It is updated by multiple processes. Can anyone tell me whether this coclass serializes access ?
In other words, could I potentially read...
Hi everyone,
I have an XMLDOM (MSXML4) implemented using the CoFreeThreadedDOMDocument4 coclass. It is updated by multiple processes. Can anyone tell me whether this coclass serializes access ?
In other words, could I potentially read from the DOM while it is being updated by another process...
Hi All,
I am trying to find a way to iterate over all of the elements of a MovieClip. Is there a property similar to all[ ] in JavaScript in which you can reference each of the child elements of a MovieClip ?
eg.
for (var i=0; i < _root._all.length; i++) {
if (_root._all[i] instanceof...
Hi All,
I have a Combobox under a mask, but the textfield part of the control does not get displayed. I have searched this forum and found that dynamic and input text fields require embedded fonts to show through a mask, but how does one set the embedFonts property of a Combobox ?
Tnx,
dachyon
Hi All,
I would like to be able to test an instance of a custom movieclip. I know its possible to test using instanceof for primitive data types like String and Number, but is it possible to test a custom movieclip symbol ?
if (this instanceof "mcMyMovieClip") {
trace('Found an instance of...
Hi All,
I have my main movieclip, which loads child movieclips at runtime (swf) based on the result of a HTTP GET. Is there any way for me to call Actionscript functions in the child movieclip from my main movieclip ?
Or is there any way I can communicate between these movieclips, without...
Hi All,
I am creating an Installer for my Delphi application which consists of several in-process and out-of-process COM servers.
I want to be able to programmatically register these servers using the Installer.
I think I know how to register the in-process COM servers :-
> link the DLL and...
Hi All,
Can anyone tell me what windows message gets sent to running applications when a shutdown is initiated from the Start Menu ?
I made a wee app which displays a list (in a TMemo) of all messages that arrive in the window's message queue, but there does'nt appear to be a WM_CLOSE or WM_QUIT...
Hi All,
I am developing some software which consists of a main application which starts up several other programs using Automation. My problem is when the PC shuts down (without first closing my main app) I get the following message dialog :-
COM Server Warning
There are still active COM...
Hi All,
I am developing some software which consists of an application which starts up several other programs using OLE Automation. When you try to shutdown the PC (without closing the application down first), the following message dialog appears :-
COM Server Warning
There are still active COM...
Hi, need some help with this :-
I have some XML...
<TRANSPORT>Bicycle
<RANGE SELECTED="4">
<_0>Walk</_0>
<_1>Car</_1>
<_2>MotorCycle</_2>
<_3>Aeroplane</_3>
<_4>Bicycle</_4>
</RANGE>
</TRANSPORT>
I want to extract the value of the Text Node of the transport...
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.