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 Rhinorhino 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: Kadirpatel
  • Content: Threads
  • Order by date
  1. Kadirpatel

    MQ monitoring using Java code

    Hi, I need to write a code so that it monitors a particular MQ Q and pop's an alert if messages are not reviced for more than 2 or 3 hours. I need to know are there any api's that I can use to query the last update time of each MQ Q ? Thanks in advance.
  2. Kadirpatel

    NDM

    Hi All, I have to write a NDM scipt. Can anybody of you help me in getting tutorial or ducument or link for NDM. Thanks in advance.
  3. Kadirpatel

    Unable to allocate memmory for flexgrid

    Hi all, I'm facing problem while displaying data in Flexgrid. The number of columns is 1 and I want to display 66392 rows in this flexgrid. But "Unable to allocate memmory for flexgrid" is thrown. Can any body let me know where I'm wrong. My code for the same is like this : While...
  4. Kadirpatel

    Hi All, I have one problem. I ha

    Hi All, I have one problem. I have two child forms, each of them has 10 to 15 controls. Whenever I toggle between the windows all the controls flicker. This is because I'm collecting data from the data base and displaying it to the user. Because of this the flickering of controls take place. I...
  5. Kadirpatel

    Crypto API

    Hi All, I'm need help on Crypto 2.0 APIs. Im using CryptEncrypt to ecnrypt/decrypt my data. But I found 1 problem ie when I try to decrypt data on different machine I could not decrypt the file using same algorithm and every other setting like password, etc. Can any body let me know what can I...
  6. Kadirpatel

    Crypto API

    Hi All, I'm need help on Crypto 2.0 API's. I'm using CryptEncrypt to ecnrypt/decrypt my data. But I found 1 problem ie when I try to decrypt data on different machine I could not decrypt the file using same algorithm and every other setting like password, etc. Can any body let me know what can...
  7. Kadirpatel

    Zip File

    Hi All, Please let me know how to create a Zip file through Visual Basic. I want to make zip file through my code using Visual Basic. Thanks Kadir
  8. Kadirpatel

    Proxy Help

    Hi, How can I authenticate users to Proxy. Can anyone please help me in this context ? Which functions are available to carry out this authentication. My requirement is just to write a component which can do this functionality. I already have a username and password which will be used by this...
  9. Kadirpatel

    C and Ports

    Hi All, I want to read the data that comes to my PC port 80. I want to know that how can I read the data using Turbo C ? Thanks.
  10. Kadirpatel

    Connecting Web

    Hi All, I want to connect to the Web using URLConnection class. This is to be accomplished using core Java class. Can any body let me know how it is possible. Any link where I can get some example. Thnaks.
  11. Kadirpatel

    SSL Detection

    Hi, I need some help about SSL detection with JavaScript. My requirement is that can I detect whether SSL is enabled on the Client Browser ? If yes then what is the way to do so ? Please let me know. Thanks.
  12. Kadirpatel

    New Browser Window

    Hi All, I need some help on opening new Browser window and sending its data back to the parent (ie the opener) window. Just let me know how can i do this. The new window will take some user input which should get reflected to the window which has opened this new Browser Window. Please let me...
  13. Kadirpatel

    Applet and Parameter

    Hi All, Please let me know that whether we can pass a Vector to an applet. My requirement is just to pass a vector to an applet. If so then how. If not then what is the optimised work around. Thanks.:->
  14. Kadirpatel

    Frame to Frame problem

    Hi All, Can i load a frame when i load one. My jsp contains two frames, both frames take two different jsp's to load, but whenever one frame is loaded i want that the other frame should be loaded depending upon the first frames parameters. Can it happen? If yes then please can anybody...
  15. Kadirpatel

    Hi, What is the concept of auto

    Hi, What is the concept of automation server can anybody let me know. Because I want to create an ActiveXobject thru javascript but the code gives error that "Automation Server can't create object". So can anybody put some light on it. Thanks ;-)
  16. Kadirpatel

    Access and DOM

    Hi All, I need some help on DOM to create XML files. I'm using MS-Access as backend and want to create XML file depending on the table. Then after taking the information from the XML files I want to make HTML pages. Now I need ur help on first part that is how to construct the XML files...
  17. Kadirpatel

    Java Authentication

    How to open a site in a browser through Java code via proxy?
  18. Kadirpatel

    JList problem

    Hi, I want to create JList with multiple columns how can I do that? Help.
  19. Kadirpatel

    JTable not working !

    Hi, I've made a table using JTable and i'm populating it using DefaultTableModel bcoz i don't know how many rows r going to be there. But the problem is that if any row is updated its not been updated while getting all the information from the table. I'm populating the table using add button...
  20. Kadirpatel

    Parsing Files In Java !

    Hi, My requirement is to parse a file in Java bcoz I have made a template and now I want to add my values in it and save it. So I want to parse the template file in Java. How can I do it? Thanx.

Part and Inventory Search

Back
Top