VB2010 Install
Jan 6, 2010I'm using VB2008 SP1 Express Edition, but I want to install VB2010 Beta 2 Express Edition. I use Vista but next week I'm going to install Windows 7, Could this harm my Windows 7 Installation?
View 6 RepliesI'm using VB2008 SP1 Express Edition, but I want to install VB2010 Beta 2 Express Edition. I use Vista but next week I'm going to install Windows 7, Could this harm my Windows 7 Installation?
View 6 RepliesIs it possible to create a setup installer that will auto install fonts when user install the applications?
View 6 RepliesI have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.what steps can i take to stop the user having to install these 2 so that it is a simple install for them.
View 2 RepliesI'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?
View 3 RepliesWith the on-line one click install feature will the application install on a MAC?
View 2 RepliesWhile trying to install my application, when system tries to install .Net Framework, it gives an error.Is there any source where I could download uninstalled .Net Framework 3.0 and provide my clients with application?
View 1 RepliesIs it possible to install VS 2010 first,then install VS2008?i am asking this because in many cases(specially while installing the O.S) i see that after installing the higher version the lower version of O.S cant be installed....and if want to install linux then it might be installed after installing all the windows O.S starting from xp,then vista,then win7 and finally fedora 12..
View 8 Repliesmy vb experience is fairly limited - I've only used it when supporting legacy applications or for small tasks so apologies if what I'm asking seems simple. I wrote a small vb install script which creates a new folder on a users desktop, copies over relevant files from the install folder to the users new folder and creates a shortcut on the users desktop.
This works great for giving stuff to QA to test. However, there's one dll included in the install folder which is also in the users GAC. The code looks in the GAC first for this dll and only looks in the install folder if none exists in the GAC.
What I want to do is include a line in my install script to copy this dll to the users GAC as well as copying it to the installation folder.Is there anyway to do this in VB? I did find the following on one of the MS sites for installing into the GAC gacutil /i a.dll
Is it possible to run this through VB or is there a cleaner way of doing this?
i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file
View 1 RepliesMost conversion tools will still use VB6 syntax And so don't many people coming to .NET from VB6 - drives me nuts.Rewrite your program from scratch using all .NET syntax and not legacy VB6 syntax still supported in the .NET world.
View 9 RepliesI have studied VB 6.0 but have hardly any knowledge of .NET. Can someone please tell me the difference between the three versions namely VB6.0, VB 2010 express and VB.NET?
View 1 Repliesim using visual basic 2010 express and im wanting to know how i can display the CPU usage (over all CPU usage like you would find on the task manager), the RAM usage, the temperature, and the frames per second all in separate list boxes.I have searched around on the internet for a long time looking for the code's to do this, none seem to be compatible with the 2010 express version.
View 12 RepliesIm creating a program that shows the CPU usage (already have the code for the CPU usage) frames per second etc, what im needing is the code snippet fordisplayinghe current FPS in a list box, but i also want the FPS to automatically refresh once a second
View 2 RepliesI am creating an RTF file programatically so that user input can be formatted and I can control the font.There's two problems:
1. vbNewLine doesn't seem to work. I've also tried vbCrLf and that doesn't work either. I just want to introduce another blank line and not sure why it's not working.
2. Is there a way to use tab print positions to format things so they're not all just aligned left, center or right? (like tab(20); something etc..)
Here's my code:
Public Class Form1
Private Property richtextbox1 As Object
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim something As String
[code]....
I have a simple for loop with the following code
For i As Integer = 0 To 4
Snake(i).X = (120 - 20 * i)
Snake(i).Y = 120
SnakeBody(i).Location = New Point(Snake(i).X, Snake(i).Y)
Snake(i).Facing = 3
Next i
But for some reason I unable to debug it. I place a breakpoint on the line Snake(i).X = (120 - 20 * i) and When I try to see what the values are the second time the loop iterates it simply exits the loop.
i make the vb homework first, connect the mdb file, then login. In the mdb file, there have login account and password.when i run the program, it have some problem:"dataAdapter.Fill(dt)" highlighted, The 'Microsoft.Jet.OLEDB.4.0xxxxxxx.mdb' provider is not registered on the local machine.
[Code]...
I have a DLL that I made in FORTRAN to do some number crunching. It works in VB6 and in VBA within Excel. But I cannot get it to work in VB2008 or VB2010. If I try to access it the subroutines in the DLL I get either, 1) Structure of DLL invalid error or 2) Cannot find the DLL error.
Here is my VB2010 code for a smaller demo app that came with the FORTRAN development system. Again, this works with VB6 and VBA but not with VB.net
vb.net
Imports System
Imports System.Runtime.InteropServices
Public Class Form1
[code]....
I've a dynamic integer array to which I wish to add new values. I've looked elsewhere but couldn't find anything definitive.
Dim TeamIndex(), i As Integer
For i = 0 to 100
'TeamIndex(i).Add = <some value>
Next
I'm wanting to use a bit of code to in a VB2010 application, however the code is in VB6. How would I go about converting this from VB6 to VB2010? I've personally never done a conversion of complete code like this.
Here is the link: [URL]
I am trying to check for a file on the system then run that file. Please to do laugh to hard at my code.
[Code]...
How do i connect MySQL to VB2010. eg Provider=???
View 2 RepliesI created a program using VB 2008 to aid me on design work-related calculations that uses Access mdb file for displaying info. and calculations. But I experienced an alarming problem when I converted it to VB 2010 The program execution works in VB 2010 but it can't display the data from an mdb database file.
To simplify and simulate the problem, I created a simple identical program in VB 2008 and VB 2010 showing a window that displays a data extracted from an mdb database file. Both programs run as intended in each environment. When I open the VB 2008 created program under VB 2010, VB 2010 converts it and when I run the program, it doesn't display the data at all.
Private Sub txtTerm_KeyPress(KeyAscii As Integer) '4078D0
[Code]...
I just converted my project from vb6 to vb2010 and am getting this error
Error11Name 'cdPrintSettings' is not declared.C:\Users\IT\Desktop\trial\TETRAD_.NET_UPGRADE\TetradUpgrade.NET\frmInvestorStatementPrintDialog.vb278Tetrad upgrde
what differences between vb2008 and vb2010.(OOP)
View 3 Repliesdisable the alt tab alt f4 and windoww?
View 3 RepliesI am an Engineer and have been programming VB6 for 10 years and now writing in VB2010 Professional.I am trying to write technical data to Excel which works fine with this code: In a module I dimension
Public appExcel As Object
Public wbook As Object
Public wsheet As Object
[code]....
I got this code by recording macros and transferring the code. Everything after the "=" sign gets the error "is not declared. It may be inaccessible..."
eg .LineStyle = xlContinuous The error items are shown in itallics.
I sure would appreciate some code that opened current worksheet, write to the worksheet and do just those formats that I mentioned (cell color, border).
I designed a listview inj VB2010 using a tutorial on the web. It has Add, Delete, & Edit buttons. I added a fourth button to print the contents of the listview but it only printed in Portrait. The code I used to try to print in lanscape is below. What needs to change?
Private
Sub
btnPrevieworPrint_Click(ByVal
[code]....
Is it possible to import a vb6 project into VB2010?
View 1 RepliesIs it possible to import an old visual basic 5 project into 2010?
View 3 Replies