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 strongm 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: soodvarun
  • Order by date
  1. soodvarun

    Parsing XML How?

    I have bunch of XML files and I want to develop a keyword based search engine which parses those XML files. Do you have any idea which is the best way to do the job? I mean on Linux? Should I use PHP? JAVA? Python?? Please let me know. I am very new to everything in this domain. Thanks...
  2. soodvarun

    How to - Parse XML data

    I have bunch of XML files and I want to develop a keyword based search engine which parses those XML files. Anyone has any idea which is the best way to do the job? I mean on Linux? Should I use PHP? JAVA? Python?? Please let me know. I am very new to everything in this domain. Thanks Varun...
  3. soodvarun

    What 2 use to Parse XML data

    I have bunch of XML files and I want to develop a keyword based search engine which parses those XML files. Do you have any idea which is the best way to do the job? I mean on Linux? Should I use PHP? JAVA? Python?? Please let me know. I am very new to everything in this domain. Thanks...
  4. soodvarun

    Accessing forms from MDI form

    hey frnds ! I am getting a very strange problem w.r.t accessing forms. I need to create an object of a form to access some other form. This give me a new object every time BUT if i want to access the already opened form say "form1" without creating the new object of "form1" how do i do this ...
  5. soodvarun

    Declare 'withevents' for each event of MenuItem Array ??

    I tried that AddHandler also but its again NOT for array objects. :(( Ultimately I have to landup creating few MenutItem objects in advance.. and move through a huge huge huge if-else ladder to get my work done. I know this approach is not good bu I m unable to find the solution to it. I...
  6. soodvarun

    Using clipboard features

    Thanks for your help. Yes it will work definitly. But the problem is say I want to access it from the menu and the destination paste box (txtpaste) is not know to me... It could be anything from a grid cell to textbox to a combo box. I want sth which can fit every where. I mean something...
  7. soodvarun

    Using clipboard features

    Dear frnds I have designed an "Edit Menu" where I have cut, copy, paste and delete selections. I tried with the "Clipboard class" but dont' know how to use it. Can anyone help me with it? Will be thankful for your reply. www.foxysolutions.com
  8. soodvarun

    VSS Service pack 6 problem

    Dear frnds, I donwloaded VSS 6 service pack. I just double clicked on the file to install but it didnt'work. It didnt' say anything !!! It just exit. and my VSS is not even updated. its till 6.0 Can u help me with this problem? thx in advance for help. www.foxysolutions.com
  9. soodvarun

    Declare 'withevents' for each event of MenuItem Array ??

    Thx for your reply. But then how do I get around with the problem ? Say I have to design "context menu" depending one the number of files opened. such that each file name is there. How can I acheive this? I am sure there must be some otherway round to get out of this problem. Guys plz help...
  10. soodvarun

    Declare 'withevents' for each event of MenuItem Array ??

    Hi there ! How can we declere event for MenuItem array ? Dim CustomMenuItems(10) As System.Windows.Forms.MenuItem if I write 1) WithEvents CustomMenuItems() As System.Windows.Forms.MenuItem It says that "withevents cannot be typed as arrays" 2) Even if I write it as WithEvents...
  11. soodvarun

    Validation Controls not working in Mozilla web browser on client side

    Hi frnds My Validation Controls are not working in Mozilla web browser on client side. I have even tried the attribute "EnableClientScript" = True. Any suggestion ? Will be thankful for your reply.. Varun sood www.foxysolutions.com
  12. soodvarun

    requiredfieldvalidator working diff between local and production

    Frnds !!! do chk your Code in any Mozilla browsers. Like Firefox or Netscape. I cant' get client side validation there. The whole form gets postback and NO ALERTS of <asp:validationsummary> Any sugestions?? Everything is working fine on IE Varun Sood. www.foxysolutions.com
  13. soodvarun

    Textbox Validators not working when site uploaded

    Dear frnds, I have created a page in which I am using Email Validators ti validate textbox for email. Its working FINE on my "localhost" but when I upload it at brinkster.com (my ISP), its not working there !!! I am able to click submit and get bunch of errors just because Textbox Validator is...
  14. soodvarun

    How to make a simple submit form?

    Dear frnds, I am new to ASP .Net. Can someone let me know the code for a simple page. Just want to put thre fields.... Name, Email and comments and store them in to my ACCESS database. Will be very thankful for your reply.. Varun Sood www.foxysolutions.com
  15. soodvarun

    How to Adjust height of TextBox.

    Sorry to bother your frnds, I got the answer. www.foxysolutions.com
  16. soodvarun

    How to Adjust height of TextBox.

    Hi there ! Can we reduce the height of the textbox... I am unable to do it. thx for your reply. Varun Sood www.foxysolutions.com
  17. soodvarun

    Which Method to Connect Database?

    Dear friends, I am using Access as backend database. I am using OLE DB provider for .Net. Heard there are two ways of connecting to Database. One is using DATASET other is by DATA READER. I dont' know which is a better one and how to use them.... I will be very thankful for the suggestions...
  18. soodvarun

    Better Grid?

    Hi frnds, I am starting with a project. I am a bit confused which grid shoud i use? I am making a "Windows Application" in VB .Net and just wondering between "Data Grid" or "Flex Grid by componentOne" Which is a good one ?? Kindly advice me if u know any better grid. I want to decide this...
  19. soodvarun

    Designing Panels in VB .Net

    I m sorry I m not looking for this. If it is then I need to know how to use it as a toolbar and make it a "flying" panel like other panels. Varun Sood. http://www.foxysolutions.com www.foxysolutions.com
  20. soodvarun

    Designing Panels in VB .Net

    Dear frnds, How can we Design the Panels just like the panels on which we see "Toolbox" or "Solutions Explorer" in Visual Studio 2003. I am talking abt Win Forms. They autmatically hide after w.r.t. mouse movements. Plz try to understand the question. I will be very thanfkul for the...

Part and Inventory Search

Back
Top