Search results for query: *

  1. C

    Change scroll bar width

    It was some time ago when I posted this question. I have been asked if I sorted this out so below is the solution I used (I should have posted this earlier but better late than never). As I was unable to get large scroll bars on the standard panel I created a HScrollBar (which can be resized to...
  2. C

    Question Creating schema for bulk load of XML files. Please help.

    No help yet... Well I have had a sleep and back to it. This is what I have been trying... Below is my test xml document. <totals> <table name="Table1"> <record> <CustomerId>1111</CustomerId> <CompanyName>Sean Chai</CompanyName> <City>NY</City> </record> <record>...
  3. C

    Question Creating schema for bulk load of XML files. Please help.

    Hi guys, I have a project which needs to be completed by Tuesday but I have hit a brick wall with the XML schema side. I am very new to XML and Schemas so this will seem very simple to a lot of you experts but I have been trying to get it going for two days and am running out of time. I have...
  4. C

    Change scroll bar width

    No one can help? Over 1000 views and noone can help me out? :confused: I thought this was a simple question, can anyone tell me why noone seems to have an answer for me (and the hundreds of people looking at the post)? Please help!
  5. C

    Change scroll bar width

    This is hopefully a very simple question. I have not worked with resx or xml before. I am writing a touch screen program and want to change the scroll bar width so big fingers can use them... I found the following code with the comment "put this in the resource file for your app and it should...
  6. C

    Question Accessing user control forms in panel

    Hi JuggaloBrotha, Thanks for the advice. Sorry but I'm a bit of a newbi, could you explain a little further. Some example code would really help. Thanks edit: I figured it out thanks to your advice. Me.IngredientsPanel.Controls(1).Controls("TextBox1").Text = "Hello" Gives me access to the...
  7. C

    Question Accessing user control forms in panel

    Hi, I have a form with a panel to which I add an unknown amount of user control forms (Like the MS Access continuous form in a sub-form). Can someone tell me if it is possible to access the "sub forms". E.g. If I have the following User control form with text boxes etc. - IngCtlForm Panel on my...
Back
Top