Search results for query: *

  1. B

    Convert .Net code to VB 6 code

    How would I include the framework in the install?
  2. B

    Convert .Net code to VB 6 code

    I want the application to run on many other computers, ones that I do not choose, some of these may not already have the framework. Is there a way to make a .Net application run without framework? If so, How? How would I convert to VB 6 if I do not know how to program in VB 6.
  3. B

    Convert .Net code to VB 6 code

    I have an application that I need to run without installing the .Net Framework. I heard somewhere that there is a way to convert .Net code to VB 6, Which only requires one file to run and it is compiled with the application. Please help, I can't program in VB 6, I only know .Net. Is this...
  4. B

    .Exe problem

    Dosnt the build of the .Exe include the .Net Framework in it?
  5. B

    .Exe problem

    I built a project, using the solution explorer and i have the debug folder. I installed the program onto a memory stick, I tried running the program from the memory stick (after I installed it to the memory stick) and it wants .Net Framework Version 1.1.4322, which was included in the build as a...
  6. B

    DLL's missing and 'System.IO.FileNotFoundException'

    put the DLL's in the bin folder.
  7. B

    Run without framework?

    I have a program that I made for my dad's office. It is a password generator and I need it to be able to run from a USB memory stick, on any PC at any given time. It will not run if the PC does not have .net Framework V1.1.4322 installed. Is there any way to incorporate the framework into the...
  8. B

    Run from a memory stick

    Thank you.
  9. B

    Run from a memory stick

    I have a program that I would like to be able to run from a USB memory stick. Is it possible to install the .net framework to the memory stick so it can run from the stick and if so, Then how do I do it? Is there a special way to compile it?
  10. B

    Password Protection

    Thank you.
  11. B

    Password Protection

    Is there a way to put an encrpyted password that is needed to execute the program that I am making? I want it to only be accesible by a few people. Is there a built in function for this or will I have to write a password program and have it as a second form that loads before you can acess the...
  12. B

    Password Generator

    How do I do that? I am very new. I took a class in VB.Net last last year... But the teacher wasn't that good and we didn't get that far into complex stuff. We only did the basics.
  13. B

    Number guessing

    'Dim' the variable(s) directly below the windows generated code.
  14. B

    Password Generator

    Hi, I am trying to make a password generator that will show a password according to phone number. It has a textbox for each digit of a phone number. 10-- 7 regular digits, 3 for area code. I want to make it so you don't have to hit 'TAB' to change textboxes between entering each number. The...
Back
Top