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 SkipVought 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: rhnewfie
  • Order by date
  1. rhnewfie

    Removing Rows from Datagrid Help

    Also, can you disable the multi-select feature?
  2. rhnewfie

    Removing Rows from Datagrid Help

    Hi All I have a datagrid that is bound to a recordset as its datasource. Part of the applications operation is the user can select a single item or multiple items in the grid and click a button to remove them. To do this I iterate through the .SelBookmarks and remove the rows by deleting them...
  3. rhnewfie

    Blank at Start of DataCombo?

    Had some field assignments messed up... solved this one!
  4. rhnewfie

    Equiv of .NET DataSet/DataTable?

    Will do! Hammering out the details now!
  5. rhnewfie

    Equiv of .NET DataSet/DataTable?

    I was looking at a way to query my recordset for added/updated/deleted records and think that I have found it!! :)
  6. rhnewfie

    Blank at Start of DataCombo?

    I have a datacombo that has a recordset as it's datasource. However, I would like there to be a blank showing so that the user actually has to make a selection so that certian events fire. Anyone know how to do this? Thanks!!
  7. rhnewfie

    Equiv of .NET DataSet/DataTable?

    I am moving back into VB6 for a project after spending quite a bit of time in the .NET world. Now I am wondering if there is a way to accomplish the same thing as filling a dataset (.NET) in VB6 so that I can play with the dataset and then query it for added/modified rows for doing...
  8. rhnewfie

    Creating Banner for Website Help

    Oh, I have the site built already with a static top banner, this is what I want to replace. It is done in ASP.NET and all layout is done with CSS.
  9. rhnewfie

    Creating Banner for Website Help

    Hi All, I have Flash 8 and I want to create a banner for my website using it. Something like a logo flying in and navigation buttons dropping into place or something like that. Could someone point me in the direction of a way to start or a good online tutrial? It would be much appreciated...
  10. rhnewfie

    How to Wrap Text Around a Div?

    Dead On!! Thanks! Sigh, the simple things we have to learn :-)
  11. rhnewfie

    How to Wrap Text Around a Div?

    Hi, and thanks for the reply. I have done that but when I put text in the main div the inner div still moves down :-(
  12. rhnewfie

    How to Wrap Text Around a Div?

    I have two divs on my page, one main content div (a square) and another one inside that (another square) that I want to stay up in the top right crner of the main div. So essentially, I want the page text to go down the left side of the main div but keep the inside div up in the top right...
  13. rhnewfie

    DIV Positioning Question - Stacking

    GOT IT!! It was some sneaky div code that someone stick in there that was causing a problem. The positioning threw everything out of whack!
  14. rhnewfie

    DIV Positioning Question - Stacking

    I do that, but if I fill the main div with text then the footer shoots waaaaaaaaaay down the page! :-)
  15. rhnewfie

    DIV Positioning Question - Stacking

    Say I have 4 div's on my page Header Navigation Main Footer How could I set that up so that they stack on top of each other and if say the main div gets taller, the footer just automatically moves down? Thanks!!
  16. rhnewfie

    ComboBox Explodes

    The error thrown was that listed above. An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll Additional information: Object reference not set to an instance of an object. In a fit of frustration I deleted the panel and all associated controls...
  17. rhnewfie

    ComboBox Explodes

    I think that there is definately something that I am doing wrong. I switched my combobox for a listbox and that blows up too!
  18. rhnewfie

    ComboBox Explodes

    LOL! Well I have this Dim dt_AccessLevels As New DataTable("AccessLevel") cboAccessLevel is also initialized. dt_AccessLevel then gets its data from an AccessLevels property in a User module. Then there is this: Public Sub New() MyBase.New() 'This call is required by the...
  19. rhnewfie

    ComboBox Explodes

    What would you like to see other then what is above? That is the only 3 lines that I wrote.
  20. rhnewfie

    ComboBox Explodes

    I don;t think so, the first value in the datatable shows up in the combo

Part and Inventory Search

Back
Top