Hi.
I've made a very simple application, which is enum installed printers using EnumPrinters API. But, I have no idea, how can I catch the Add and Delete printer events.
I would like to reenumerate printers, if somebody adds or removes a printer.
best regards,
Kirilla
Hi,
I've problem with the Standard Library's getline function.
As I know, it requires 3 params:
1. an input stream
2. a string objet
3. a const char
...
std::getline( cin, mystring, '\n');
...
I t doesn't work at me. When I run my code and I debug this line, after I stepped over mystring...
Hi.
I've made a simple labyrinth. One labyrinth unit consist of 6 triangles ( 3 square - floor and 2 walls ). Now I can walk along on it, but I can walk through the walls.
I've made an collosion detection algorithm, but I think it is not so good. (it doesn't like me) I've stored the floors...
Hi.
I've a DLL, what I want to implement to my application. I'd like to pass user defined structures and get it back. As I know, Automation doesn't support it only the MIDL base types. I did it, but I don't know how safe it is.
I made a simple struct to test it:
typdef struct MyStruct
{...
Hi.
I have problems with setting values of objects through FRAMES. I'd like to know is there any easy way to do this. I have 2 aspx page(2 frames) in a third html page. I put a button on one of the aspx page and when it is clicked I'd like to write some text to a Label which is on the other...
Hi.
I've a complicated question. I've table on my HTML page. This table come from XML and contains numbers. I've an input text box too. I'd like to paint to red that numbers in the table which are lower than the number I write in the text box(there is a button and when I push it something cheks...
Hi.
Could anybody help? I don't know, what XPath I should use to get the value of a node. Here are my XML and XSL source:
Contacts.xml
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="alldata.xsl"?>
<contacts>
<contact id="b">...
Hi.
I'd like to create an FTP session application. I tried the sun.net.ftp
package, but it doesn't work, when the FTP server used 2009 port. I didn't
find, how can I set the passive mode. Does anybody know how could I do an
application, which use the 2009 port insted of 21 and use passive mode...
Hi.
Does anybody know, where can I find any detailed information about using WebChart with XSL? Which paramaters can be set to draw a Column chart and ....
regards, Kirilla
Hi.
I'd like to create a "Remember user name and password" function like here on the start page of Tek-Tips. When do the windows's "Remember password" dialog appear?
What is the best way to do it?
regards, Kirilla
Hi.
Does anyone know how can I use Central Europian characters in both XML and XSL documents? I'd like to display the extended C.Europian chars. I've tried the follows:
1. Type the desired char direct to XML.
2. <!ENTITY myChar "&#xF6" !>
3. I've put this in XML and XSL header...
Hi.
Could anyone help? I've import a Word Document as XML. All of the styles have benn imported except the page break.
If I have a document, which requires page break at the printing how can I do this? We have a manual in XML and all chapter must be start at new page, when we print this...
Hi,
I've a client-server app which works almost correctly. The client type anything ,call the sever component and it writes the text into a file. The problem is when the client type extended international chars (like õ,û in hungarian or all of the russian chars) the server app writes only...
Hi.<br><br>Is there any special setting on our Cisco Firewall, if we'd like to use DCOM applications over Internet. Our IIS server behind the Firewall and in this time only the http protocol is enabled on it.<br><br>thanks, KIRI
Hi.<br><br>I'd need help the following question. We have an application which is using a DCOM object. It's working properly behind our firewall on the Intranet. We have an external dial up connection too. Our server, which has an external IP, is behind the firewall, but only the http protocol is...
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.