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 Mike Lewis 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: SameerKhan
  • Order by date
  1. SameerKhan

    Hiding tabPages within a tabControl component

    The Tab control shows u the Tab pages, because they are part of the collection. What u need to do is Clear off the collection first, and depending on the user selection add them back to the collection. ex: If u have a tabcontrol, say tabControl1, all the tab pages have been created at...
  2. SameerKhan

    how do you set an input mask in .NET?

    It is very simple to create a custom masked text box. All ypu have to do is capture the KeyDown even for your TextBox. One interesting article I found on Codeproject : http://www.codeproject.com/cs/miscctrl/maskedcsedit.asp?target=maskedtextbox
  3. SameerKhan

    Clustering and Load Balancing

    Vinoo, Thanks for your comments, However, since the billing System and the adapters are 2 to be handled by 2 different BUs, I dont think It would be possible for the 2 qms to be in the same cluster, and hence the question. Thanks again, -Sameer
  4. SameerKhan

    Compiling C++ code on Sun WorkShop Compiler C++

    OK I found this after lookin around, Hopefully it will help, If you are using the Sun WorkShop Compiler C++ Version 4.2, use the following switches and libraries: Switches CC -mt Libraries -limqb23ss -limq{c|s}23ss {-lmqic|-lmqm} -lmqmcs -lmqmzse -lsocket -lnsl -ldl Notes: {c|s}...
  5. SameerKhan

    Compiling C++ code on Sun WorkShop Compiler C++

    Has anyone tried to compile C++ code for MQ on a version higher than 4.2. I am not sure which version I am using .. It could be 9 ..but it is definitely higher than 4.2. The code I wrote links with the MQ libraries if I use the compiler v 4.2 But gives me all sorts of linking errors on a...
  6. SameerKhan

    Clustering and Load Balancing

    Clustering and Load Balancing This is what I am trying to do .... Scenario : i) System Billing. ii) System Adapters. SystemBilling Has a QManager , lets call this Billing-QM System Adapters Has multiple Q-Managers, call them Adapters-QM1, Adapters-QM2 .... Adapters-QMn. These QManagers...
  7. SameerKhan

    To trigger or Not to Trigger

    Thanks much Scott! More questions to follow ... :) -Sam
  8. SameerKhan

    To trigger or Not to Trigger

    I am stuck with a design issue .. hope someone can help. We are very early in the design phase.... We are writin an application .. which responds to requests .. I was thinking of having a trigerred mechanism which woud load my process in memory.... This would be a trigger on FIRST message ...
  9. SameerKhan

    Error Creating a Queue Manager

    I started workin on Administering the Qs and have immediately run into problems, for Version 5.0 of MQ, I tried creating a QMgr, -crtmqm MYQMGR and this is how it responds, AMQ6090: MQSeries was unable to display an error message for message id hexadecimal 20008101, with inserts 2195, 0, ...
  10. SameerKhan

    MQ Load Balancing

    On the same issue of Load Balancing ( this question maybe not too smart .. but I dont have an installation Of mq, and would really appreciate some feedback ) This is what I am trying to do .... Scenario : i) System Billing. ii) System Adapters. SystemBilling Has a QManager , lets call...
  11. SameerKhan

    Resources for MQSeries, C++ on Sun

    Hello All, I am trying to find some resources ( a book name or a URL ) to better understand programming applications using MQSeries, C++ on a SUN env. I have read most of the documentation on the IBM site, but I feel it lacks a good source code base for C++ ,I prefer learning stuff by looking...

Part and Inventory Search

Back
Top