Search results for query: *

  • Users: f15e
  • Order by date
  1. F

    Question XAML 3D Cube Not Showing Correct.

    Thanks for the help Herman!
  2. 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...
  3. 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...
  4. F

    User Input/Output

    User input Very nice!! Thank you very much for your time and help. I really appreciate it!
  5. 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...
  6. F

    read file / combobox

    Juggalo, I have added some code but not sure how to use the SelectedIndex. I looked online, but didn't seem to find anything that helped. Not sure if the rest of my code is correct. It is incomplete though. How is the selectedindex used here. Imports System.IO Imports...
  7. F

    Application Error

    I could reinstall it, but running spyware or virus scans is not an option considering that this is a work computer and I would have to have admin. priveledges to do that.
  8. 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.
  9. F

    read file / combobox

    Thanks Juggalo! I will try that suggestion. I appreciate your help. I haven't done any VB in quite a while and trying to get back into it.
  10. F

    read file / combobox

    Now that the combobox list has been loaded from the .txt file, I need some hints on taking the items in the combobox and being able to open files with whatever item I choose in the list. When the items have been read into the combobox, I now need to associate it with an address to a certain...
  11. F

    read file / combobox

    Thanks JuggaloBrotha! That worked.
  12. F

    read file / combobox

    Here is the code I have so far: Imports System.IO Public Class Form1 Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged Dim objStreamReader As StreamReader Dim strLine As String...
  13. 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.
  14. F

    Adding items to combobox dynamically

    Combobox Sarcasm not funny. Anyway, I didn't me that a program can run without any code. Of course you need to write code to make it do something. What I meant was, as an application is running, being able to add things to it without having to go into the code itself and write it and compile...
  15. 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...
  16. F

    Open any file

    Yes, That'S it. Thanks. I have forgotten a lot about VB. I am trying to add items to a combo box and am having difficulty. I googled it, but I am just not coming across anything that helps for some reason. This was my last attempt at populating the combo box: ****************************...
  17. 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...
  18. F

    problem with download

    Well............. Well that sucks b/c I was trying to download this to create a few apps for work but I don't have admin priveledges to install the Windows Installer 3.1. Oh well!
  19. 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...
  20. F

    3D tutorial

    Anyone? I would like to know more about creating 3D objects uning VB.NET. I have a project coming up where having 3D objects within my application would help out greatly. Anything that you guys have that might help a beginner create 3D objects would be great! Thanks.
Back
Top