Make A Program Without Netframework?
Sep 30, 2010
I use vb2008 make some programs.but in Windows XP it's didn't include netframework by default,so,maybe my program is 300KB,but netframework it's 300MB.I have no reason to ask those windows XP users download a 300MB program(netframework) first and then install it,at last ,download and use my little program(300KB only).So,how to make a vb2008 program without netframework?
View 12 Replies
ADVERTISEMENT
Jan 26, 2012
I know how to create a setup file. We know that vb.net exe will run under .Netframe work. but most of the computers haven't .Netframe work. So i want to include .Netframe work to the setup file and it should be auto install when installing my software. Should i modify my VB.net code as well???
View 3 Replies
Aug 27, 2010
Is it possible that I could include .NetFramework installation in my setup so when user runs setup, all dependencies including .net framework are installed with that setup?
View 1 Replies
Sep 24, 2010
i need to donwload .netframework via torrent. share hard to dl on microsoft very poor connection..
View 3 Replies
Nov 8, 2010
I upgraded a solution with multiple projects from VS2008 to VS2010.One of the projects, a class library project, won't compile, although there are no errors in the error list.On the References tab of the project properties, the above error is displayed: "Could not resolve mscorlib for target framework '.NETFramework, Version-v4.0'.This can happen if the target framework is not installed or if the framework moniker is incorrectly formatted." .NET framework 4 v4.0.30319 is installed, and so is v3.5.All other projects build and work fine.Not all workstations experience this - some workstations can open the same solution without this problem occurring.Computers which have this problem also have VS2008 installed, and the same project compiles without issue in VS2008 on the same machine which has the problem in VS2010.
View 3 Replies
Dec 18, 2010
I make simple project for editing ms access vith visual basic 2010. I use dataset to communicate with ms access. When i add record and clik buton save on binding navigator this record is displayed in grid view. When I exit and retur in form all records are displayed, but when I open ms access file added record are not in database. When i open dataset for configure and execute insert query this record is added to ms access file.I understand this, when i use sql connection this form is work correctly. Where is error sparc
View 3 Replies
Jun 6, 2009
I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?
View 5 Replies
Aug 23, 2009
How do i make my button open a program and make it windows size?
View 6 Replies
Feb 25, 2010
If e.CommandLine.Count > 0 Then
Dim IncomingCommand As String = e.CommandLine.Item(0).ToString
If IncomingCommand.Substring(0, 2) = "-1" Then
form1.close()
End If
End If
I am trying to make the program close if the -1 string is sent with the program. See my installer allows for me to run certain programs before it actually installs, but it doesn't shut down copies of the program itself. So I have a next startup instance set to shut the program down if the -1 is received. But if the program is not running it starts up instead. This is not desired. form1.close doesn't work. e.cancel = true doesn't work, etc etc. What can I do to make the program not start during this instance.
View 1 Replies
Jun 1, 2010
I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?
View 9 Replies
Aug 26, 2009
How do I make a program that opens a file in the folder the program is stored?
View 6 Replies
Apr 3, 2010
I want to make a program that searches for a RGB color and clicks on it, WITHIN the program.
View 2 Replies
Dec 30, 2010
what im trying to do= make a program that will make multiple accounts
[code]...
ok what i type in textbox(es) "1" i want it typed on a "3"{a website=www.justin.tv/signup} when i hit the "2"[button1]i really dont have any idea what im doing i know ill need to have a webrowser to load the justin.tv/signup but i have no clue what the name of the boxes are called on the webpage
View 4 Replies
Jun 9, 2011
Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.
View 2 Replies
Aug 15, 2011
How to make a computerized examination program using vb.net...
View 1 Replies
Oct 4, 2009
I am new the Visual Basic and just downloaded 2008, and I am wanting to make a program with a button that will run a .exe that is in the same location as the program/
View 2 Replies
Jun 9, 2011
Im having kind of trouble looking for this info, but i created a POS program that when i install it, it install under Local SettingsApps2.0labla
So what i want to know if how can i make my system install like any other program, "Under Program Files/POSystem/" like so
View 2 Replies
Jun 25, 2012
I am making trial version of my vb .net project but it is not counting the days , date and time . Can u plz give me any suggestions to make it correct. [code]...
View 1 Replies
Jun 10, 2009
Ok, so I'm trying to make a program in VB that will bring up another program (Like MSN Messenger, etc) and press a certain button on that interface (i.e. an "OK" button, or File on the menu at top). How would I be able to do this?
View 1 Replies
Aug 27, 2009
Is it possible to only make a program open when another program opens it? so when someone tries to open it themselfs by clicking on it, it pops up a error message?if so then how would someone go about doing this in VB 2008?
View 9 Replies
Aug 7, 2009
Is there a way to make an update for your program that the 'user' can update the app without re installing the whole program?
View 1 Replies
Jun 20, 2011
Can you make a MS-DOS program with Mirosoft Visual Basic 2008 Express Edition? I wanted to make one that doesn't have windows that pop out of Command Prompt, DOSBOX, or whatever is being used. I tried to create a message box, but it won't be like in MS-DOS! I don't know much on VB, but I need to make things all stay on DOSBOX. Here is the template that won't stay in the CLI:
Imports System.Windows.Forms
Public Class Dialog1
Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As
[Code].....
View 3 Replies
Sep 12, 2010
I want to make a program, I want it so I log in to the program (Usinging my Hotmail account details),
Then after I log in, it will open a web browser and direct me to [url].., signed in.
I want to do this because, I don't like opening, up Mozzila, then navigating to Hotmail, then signing in. So this is why I want to make a program to do that for me.
View 2 Replies
Jun 5, 2009
How do i make a web UI for my program? So i can control it in the webbrowser or remotley via another webbrowser?
View 3 Replies
Aug 19, 2010
Would it be possible to code a IDE in VB.net? I now i can make something like CodeDom, But Would i be able to make something like Visual Studio?
View 6 Replies
Apr 26, 2012
I want my program to be always on top, no matter what....taking precedent over any other forms/apps...anything.....
Is there a simple code I can place into my form to do this in VB 2010, that will work with just about any program type?
View 3 Replies
Sep 19, 2010
I am beginning to make a antivirus programs. tell me these basic:
1. What language should i have to use?
2. What database should i have to use?
3. Have you got any sample about sourcode of antivirus send to me.
View 3 Replies
Feb 4, 2009
im would like to make a gui for a console program i use. I am able to start the cmd.exe and change to the directory the program is in. My problem is after i issue a command to the console such as cd c:myconsoleapp cmd.exe closes why is this. I would like the console to stay running so i can issure more commands to it without having to re declare streamwriter and reader and starting the process each time.[code...]
View 12 Replies
May 21, 2009
find a simple tutorial that show me step by step how to make a paint program in visual basic.i want to:
- draw lines
- paint circles and rectangles
- change colors
- text
- erase
- and save my painting
- upload an image
View 4 Replies
Aug 16, 2009
How do I make a program Launcher? There is 2 items. There is a textbox and a button. The textbox is for the program location and file and the button is to launch it.
View 4 Replies