Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Kirilla
  • Content: Threads
  • Order by date
  1. Kirilla

    Capture Add and Delete printer event

    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
  2. Kirilla

    std::getline doesn't work

    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...
  3. Kirilla

    How to calculate Collision ?

    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...
  4. Kirilla

    Use structs/class in Dispatch interface methods

    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 {...
  5. Kirilla

    Set Object values through FRAMES

    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...
  6. Kirilla

    External variable

    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...
  7. Kirilla

    Get the value of an Attribute in XSL

    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=&quot;1.0&quot; ?> <?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;alldata.xsl&quot;?> <contacts> <contact id=&quot;b&quot;>...
  8. Kirilla

    FTP session problem

    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...
  9. Kirilla

    Using x:WebChart ...

    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
  10. Kirilla

    Remember UserName and Password.

    Hi. I'd like to create a &quot;Remember user name and password&quot; function like here on the start page of Tek-Tips. When do the windows's &quot;Remember password&quot; dialog appear? What is the best way to do it? regards, Kirilla
  11. Kirilla

    Use ISO-8859-2 charset

    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 &quot;&amp;#xF6&quot; !> 3. I've put this in XML and XSL header...
  12. Kirilla

    Save Page Breaks

    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...
  13. Kirilla

    DCOM or Java?

    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...
  14. Kirilla

    DCOM over Cisco Firewall

    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,&nbsp;&nbsp;KIRI
  15. Kirilla

    DCOM and Firewalls

    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...

Part and Inventory Search

Back
Top