Search results for query: *

  • Users: Fion
  • Content: Threads
  • Order by date
  1. F

    Adding a column during SQL data retrieval

    Hi all, I've got a problem that seems like it should be a pretty simple one, but I can't get it going... I'm hoping someone on here can help me out. The essential issue is this: I am returning rows from 3 seperate databases (although each database is set up identically, same columns and such...
  2. F

    Passing multipule variable types to a function

    Hi all, I have a quick question, that is pretty simple, and I'm hopeing that someone else knows how to go about doing this. First off I am using Visual Basic in Visual Studio 2005. Now I have a function which I pass a combobox to, and it then fills the combobox with the correct values. This all...
  3. F

    ToolStrip question

    Hi all, I have a quick question about the behavior of a toolstrip. Now I have 1 toolstrip on a form, and it is docked on the top. Somehow the behaviour is set that where the toolbar is, acts like the top of the page (ie. you cannot put other controls over or under it, and it moves everything...
  4. F

    How do I repeat an iteration of a loop?

    Hi all, I am attempting to figure out how to repeat an iteration of a loop. I'm hoping that somone knows how to do this. Basically, I have a datagridview with data in it. I am useing a For Each loop to iterate through each row, and then determine if that row exists in my database. This works...
  5. F

    Using forms as varibles

    Hi all, I have hit a small snag in a program I am building, and I was hoping someone here could help. I have a MDI type program going, where then you can open assorted child forms for different functionality. Pretty standard really. My issue is this: I have a child form open, and I double-click...
Back
Top