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

    Word versions.

    Has anyone messed around with this; if I add the Word object library 12.0 (Word 2007), work with some 97-2003 templates (which works fine on my computer) will incur any issues when a client's computer has Word 2003 and not Word 2007 - due to the object library? Thanks...
  2. VB4Life

    Word schema.

    I have added a schema to my word doc, and placed the elements in the doc. How do I fill the word doc via an Xml that is the same format? I am using VB.Net automation. Thanks
  3. VB4Life

    Password char.

    Hi all, I have a textbox and I have set the UseSystemPasswordChar to True and it still shows the text, am I missing something simple? I can use the PasswordChar to a special char like * but that's not what I want. Thanks. {VB.Net 2008 Express on Vista}
  4. VB4Life

    Passing a List(Of T) in a RaiseEvent.

    I am trying to pass a List(Of Thing) thru a public event from a UserControl to my form. The object(Thing) is a class that has 4 variables that get populated in the UC, and I add to this List as there multiple Thing objects, I have checked this part they are filling properly. But when I...
  5. VB4Life

    Rebuild Form from File.

    Hi all. I am wanting to rebuild a form and all it's controls from a file. I have looked into XML as a poss solution. In the event the app crashes for any reason. Many of the controls are generated at runtime so I need a way to add the elements and change them as the controls change. Does this...
  6. VB4Life

    File location

    Hi All. Just trying to figure out how to keep a wav file in my project as an embedded file. So I am looking for the best practice and how to call it. I use system.media.soundplayer. I can play them just fine with a local file on the PC.
  7. VB4Life

    Scroll while dragging.

    Ok, two part question, I have a FLP(flowLayoutPanel) with controls that are added at runtime, I have the dragDrop working, but not able to drag items to controls that are below FLPs visible area - vertical scrollbar present. Also still working on the scrollbar which is close. This is for a...
  8. VB4Life

    DragLeave Event issue.

    Hi all, I have a custom DragLeave event for multiple buttons, on my DragEnter event I change the backcolor(Yellow) of the flowLayoutPanel to show where the item is going to drop, but if they leave this FLP and enter a diff FLP I want the backcolor(of the first one) to change back to the original...
  9. VB4Life

    Update database via Tableadapter

    Hi all I am new to DataGridViews, wanting to update the database after a cell is edited in the DGV, how is this accomplished? I am using a tableAdapter and a strong typed dataset? VB.Net2008 Express/SqlServerExpress2008.
  10. VB4Life

    Vista Reset default permissions?

    Hi all, I was wondering if there is a way to reset all the permission to the default values, like when it first configured, and before I messed with it?
  11. VB4Life

    Trouble setting a User Control Properties.

    In my user control I have a textbox, and I am unable set the MaxLength property at design or runtime, also I have multiple controls that add this control and pull the .text from this textbox each needing to have a diff. MaxLength number, I already have the code for the calling control to get the...
  12. VB4Life

    Word Automation - filling content controls.

    Hi all, I have a Word 2007 template with several content controls(plaintext), and throught word automation I can transfer text to the first one, but not the second one? I have reviewed each content control's property they are both editable - not write protected, my code: Dim objcc as...

Part and Inventory Search

Back
Top