Search results for query: *

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

    Question XAML 3D Cube Not Showing Correct.

    I've been writing desktop apps in VB for personal use for quite a while now. I recently started to dabble in the 3D world using XAML and decided to start off by creating a basic 3D cube with each cube face having a different color. I have run into some problems and now am asking for your help...
  2. F

    application window for monitors

    I am using VB 2005 Express. At home I have a 19" LCD 16:9 monitor, but a work I have a regular 17" CRT monitor. So, I created an application on my LCD for me to use at work, but when I run it, the boxes on the right side of the screen are partially off-screen. How do fix the application to...
  3. F

    User Input/Output

    I am new to VB and would like some assistance in creating a form that does particular calculations given the user's input. What I am trying to do is, within the windows form, have a box for the user to input some number value and have another box show the output of the calculation. For...
  4. F

    Application Error

    I am running VB.NET Express Edition and when I run the application I created, I get the following error: The application failed to initialize properly (0xc0000005). Click on OK to terminate the application. Is there a fix for this? Please help! I am running it on XP at work.
  5. F

    read file / combobox

    Is it possible to read a txt file which has a list of items in it and read it into a combobox? I can read a file in but can't get the list to show up in the combobox. If it can be done, how? Thanks.
  6. F

    Adding items to combobox dynamically

    I am looking to add items as needed to my combobox without having to do it in the code. For example, I open the application and need to add an item. I want to be able to click a button or whatever and type in the name of the new item in the combobox list and then it appears in the list. Now...
  7. F

    Open any file

    I am looking for a way to open any document whether it be a .doc, .txt, .pdf, etc.. I had the code to do it at one point but I misplaced it. I remember it being pretty simple code. I haven't programmed in a while and don't remember the syntax etc.... Anyway, I am looking for a simple way to...
  8. F

    problem with download

    I am trying to download Visual Basic 2005 Express Edition but I am getting the following error message: "Microsoft Visual Basic 2005 Express Edition - ENU has encountered a problem during setup. Setup did not complete correctly." Also shows the following message: The following component...
  9. F

    3D tutorial

    Can anyone tell me of a really good and free tutorial that gives information on how to create 3D images using VB.NET 2005? Thank you!!
Back
Top