Search results for query: *

  • Users: weismana81
  • Content: Threads
  • Order by date
  1. W

    Install Font on user's computer

    Does anyone now how to install a font on the user's computer during setup. I haven't worked with any custom output when creating a setup project, but I'm asuming that I just need to copy the font to the user's windows/fonts directory. I've googled everything I can think of to no avail. If...
  2. W

    Create MenuItems from an Access Database

    Hello all, I'm trying to load menu items from an access database, I guess similar to how internet explorer loads your favorites onto the menu (but from a database instead of a directory). I'm not reall sure how to get started with this. I figure I will need to create the menu items while...
  3. W

    Relational Data, I'm Stuck!

    I've been working with vb.net for a little while now, and I've got an ok grasp on things, but I cannot seem to figure out how to manage relational data between tables in an ms access database. I'm sure this is too much to cover in one post, but does anyone know of an article, or an example...
  4. W

    Lifecycle of a variable

    Hello all, I'm a newbie attemping a simple card game in vb.net. I've got the game working reasonably well, however, I'm trying to create sub procedures just to learn how. I have the variable "iusertotal" that holds the user's total. This variable changes throughout a single game based on...
  5. W

    linking forms, dynamic content (database)

    Hello! Well, hopefully this question is not too silly, but I am a complete newbie in need of some direction. Two quick questions about navigation. First, how can I open a new form, while closing the current form. I've tried this: Dim f2 As DataForm1 f2 = New DataForm1 f2.Show()...
Back
Top