VS 2010 PowerPacks 10?

Sep 16, 2010

I was make some applications in Vb.NET 2010, but when I try run them in another computers, it gives me the exception that I need Visual Basic Powerpacks V10 I was download and install the PowerPacks 3, but it doesnt work.

Where I can found the PowerPacks V10?

View 8 Replies


ADVERTISEMENT

VS 2008 PowerPacks Error "Type 'Microsoft.VisualBasic.PowerPacks.LineShape' Is Not Defined"

Apr 7, 2009

i have 2 windows machines with VB 2008 installed on both. I created a windows app on 1 machine and put the powerpacks dll file with the app folder anyway. For some reason, when i load the project up on my other machine, i just get a never ending list of errors related to PowerPacks. Why? I have exactly the same version installed and tried download the PowerPacks on Windows website. I just get over 102 errors saying Type 'Microsoft.VisualBasic.PowerPacks.LineShape' is not defined. Anyone care to enlighten me?

View 3 Replies

Where To D / L MS Powerpacks 10

Feb 18, 2011

I am not able to find site where to download ms Powerpacks 10, I use it with vb.net 2010.

View 2 Replies

PowerPacks In .NET 2008?

Dec 2, 2009

I am looking at the powerpack ovalshape control. I cannot understand why there is no text property. When I go into the paint event and expose the e.graphics object and I do: e.Graphics.DrawString("Data", New System.Drawing.Font("Microsoft Sans Serif", 9, FontStyle.Regular, GraphicsUnit.Point), Brushes.Black, 15, 30)

The point coordinates 15, 30 are relative to the form not the shape. This is very frustrating. Also one cannot add a control like a label to the shape. Is there something I am missing or is this just a limitation of the ovalshape control?

View 3 Replies

PrintForm Using VB PowerPacks 3.0?

Jul 17, 2009

I'm have a program filled with forms for the user to enter data to determine fluid and reservoir properties. I want the ability to be able to print out the forms so they may be kept in binders. I'm using the PrintForm function from the Visual Basic PowerPacks but I'm having a problem getting some of the larger forms onto a single page. Is there anyway to zoom or autofit using this function? I've already tried adjusting the margins and that is not enough. I've been trying to look through the object browser but it hasn't worked very well yet.

View 10 Replies

Conversion To 64 Bits - PowerPacks?

Jul 10, 2010

I am moving Visual Basic 2010 Express from a 32 bits Windosw 7 machine to a 64 bits Windows 7 machine. My project contains a PowerPacks line. I have installed the PowerPacks (VisualBasicPowerPacks3Setup.exe) on the 64 bits system, and see them in the toolbox. When I try to open the project on the 64 bits machine. however, I get error messages:The designer cannor process the code at line 56:

Me. ShapeContainer1 = New Microsoft.VisualBasic.PowerPacks.ShapeContainer

The referenced component 'Microsoft.VisualBasic.PowerPacks.Vs' could not be found

I then thought I would just remove the (purely cosmetic) line on the 32 bits machine, but cannot discover how to do this (I would have though: rihgt click, and then delete, but this doesn't exist)

View 5 Replies

Using Printform From Visualbasic.Powerpacks?

May 15, 2010

If i draw a printform into my form from Visualbsic. poerpacks toll box then i get two errors:Error 1 'PrintForm' is ambiguous in the namespace 'Microsoft.VisualBasic.PowerPacks.Printing'. C:UsersAlvinDocumentsVisual Studio 2008Projects[code]....

When click on this error i Get:
Me.PrintForm1 =
New Microsoft.VisualBasic.PowerPacks.Printing.PrintForm(Me.components)

Second error

Error:PrintForm' is ambiguous in the namespace 'Microsoft.VisualBasic.PowerPacks.Printing'. C:UsersAlvinDocumentsVisual Studio 2008Projects
isskov calculator[code].....

View 2 Replies

VS 2005 Powerpacks & Client Computers?

Dec 14, 2009

I am using Powerpacks from Microsoft. Especiallly the Printform routine. When i run it on my PC it runs fine, But when i install the development on the clients PC i get a error that says that the powerpack is not ibstalled? Do i need to add some reference? Will this be solved if i complie the solution with VB 2010 because i see the powerpacks is part of 2010?
What if i install the poerpack on the clients PC?

View 8 Replies

VS 2008 Loop Powerpacks Rectangle

Mar 15, 2010

I have a number of rectangles using powerpacks 3.0 named r1, r2 etc. how to loop through these?

View 2 Replies

Move An Image (technically A Powerpacks Ball...)?

Oct 3, 2011

I'm attempting to move an image (technically a Powerpacks ball...).

Public Class Form1
Dim XSpeed As Decimal
Dim YSpeed As Decimal
Dim BallLocation As New Point(Ball.location.x, Ball.location.y)

[code].....

View 4 Replies

IDE :: Install Visual Basic Powerpacks 1.2 Setup?

Jan 29, 2011

I have made an form in vb 2008 which uses the printform component to print my form. I can run the app on my PC as well as on my notebook. But I cannot run it on others' PC. Though PCs having Internet connection can download Visual Basic Powerpacks 1.2 from the setup, I want to install it on PCs having no internet connection.

View 1 Replies

Shape Controls Ambigouos In The PowerPacks Namespace?

May 29, 2009

I would try to make some simple programming with the Shape Controls provided in the Microsoft.VisualBasic.PowerPacks Namespace. I have used this MS site for reference: ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VBPOWERPACKS.v30/dv_vboshapelinecon/html/d43d1807-9313-435f-a09e-3d07c6f9e806.htm. At the top of the form code editor I have added the line "Imports Microsoft.VisualBasic.PowerPacks". Then I have tried to add the rest of the code in different Event procedures, but at the "Dim canvas As New ShapeContainer" and the "Dim theLine As New LineShape" I get the following error message: 'ShapeContainer' is ambiguous in the namespace 'Microsoft.VisualBasic.PowerPacks' (I get the same message regarding the LineShape).

View 3 Replies

Visual Basic PowerPacks Line Styles?

Apr 19, 2011

When I draw a line on the form using Visual Basic Power Packs the ends of the line are squared off. Is there way to round them off? In code I could write something like this to do it:

vb.net
Dim pn As New Pen(Color.Black, 5)
pn.StartCap = Drawing2D.LineCap.Round
pn.EndCap = Drawing2D.LineCap.Round

How could I do it with Power Packs?

View 3 Replies

VS 2008 - Printdocument Of VS And The Printform Found In Powerpacks

Jul 24, 2009

I am printing my form by using the printdocument of VS and the printform found in powerpacks. I never got the preview to work so when ever I want to print I send my information on a new form (form1) which I have altered ( colour borders ) so it is printable. To print form1 I have added a toolstrip with a print button so when the user sees all is ok on the form1 he clicks on it which hides the toolstrip and prints form1. All this sequence works fine. The problem I have been getting lately is that I can print on the first try but when I call another form to print the toolstrip ( with the print button ) is always hidden. I have to exit the application and re enter to get it to show up. Any solution to this or even how to print in a better way. (have the preview to work for example ). I have tried to use printdialog to print but I have never been able to send the document to print.

View 4 Replies

When Create Installer / Can Include Powerpacks 10 To Be Installed Offline?

Jan 7, 2011

I have a problem when creating installer for my project. My project is utilizing Powerpacks 10 and will be deployed on XP machines. These machines do not have internet connection.When I create the installer, can I include the Powerpacks 10 to be installed offline? Currently I have no idea to make the installer to include the powerpacks and install it offline - it always downloads the required files from internet.I looked it up on Microsoft websites and they only offer Powerpacks 3.

View 3 Replies

PowerPacks - GUI For A Game - When Start Program It Renders The Board From Right To Left On The Screen

Mar 14, 2012

So i am working on a GUI for a game (just some messing around in VB.net tho) and i came across the following problem. The board of my game consists of a 70*35 grid of RectangleShapes on which i can move around. When i start my program it renders the board from right to left on the screen and i have serious lag when i try to move around on it. I know you'd normally use double buffering to reduce flickering, but that didn't do anything (unless i'm doing it wrong).

This is my code:

Code:
Dim player As Player = New Player
Dim board(70, 35) As RectangleShape

#Region "Initialisation"

[CODE]...

View 6 Replies

Value Of Type 'Microsoft.VisualBasic.PowerPacks.RectangleShape' Cannot Be Converted 'System.Windows.Forms.Control'

Feb 1, 2012

I seemed to have have ruined my settings on VS 2010... I can't get the Shapes to work just after I had fixed the problem with the PowerPacks, and then it deleted all of my shapes I had on my form after I was tweaking the code and added another shape. And ever since, the shapes make errors and I can't change there colors. I've tried reinstalling VS 2010, and changing refferences doesn't work anymore. The title is the problem I have with trying to add a shape through the code in my project, here is the code for that:

Public Class Form1
Public Circle As New Microsoft.VisualBasic.PowerPacks.OvalShape()
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[code]....

View 18 Replies

Error "PrintForm Is Ambiguous In The Namespace 'Microsoft.VisualBasic.PowerPacks.Printing'"

Aug 31, 2011

i used printForm to print forms, but when i installed the powerpack 3.0 it doesn't work anymore.i am always getting an error "PrintForm is ambiguous in the namespace 'Microsoft.VisualBasic.PowerPacks.Printing'" i am using visual studio 2008 professional edition.

View 3 Replies

VS 2010 Visual Basic 2010 And Crystal Reports 2010?

Oct 2, 2010

When trying to import CrystalDecisions.CrystalReports.Engine, and CrystalDecisions.Shared. I'm getting a green line. What might be the problem?

View 3 Replies

VS 2010 Involved VB 2010 And Visual Studio 2010 (WPE PRO)?

Jan 8, 2012

I'm new to visual basic, used it for a few months. My friend is addicted to using a program called Wpe Pro [URL].. and he wanted me to make it more advanced and able to do more stuff.if you no anything about this program please message me

View 5 Replies

VS 2010 .Net 2010 Program .exe Wants Excel 2010?

Aug 4, 2011

VB.Net 2010 program .exe on PC with Excel 2007 gives error when cannot find Excel version 14, which is Excel 2010 I have developed a program in VB.Net 2010 which reads from an Excel spreadsheet. It works fine in the IDE on my computer. I built an .msi and executed it on my computer. I get "Error: 53 - Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral,PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified."

The only version of Excel on my computer is 2007, which is version 12.0.6557.5000. The version the error says it needs, version 14, is actually the version of Excel 2010.I have put in MsgBox statements to find where the error occurs.

[Code]...

View 2 Replies

Visual Studio 2010, Outlook 2010 And Windows Application, Return Emails?

Jan 5, 2011

At present I have wrote an application (in-house CRM, vb .net 2010) which allows me to send emails under the selected customer & I categorised these emails.As these are categorised I can return data to display email history in my program by using search criteria:

Dim oMail As Outlook.MAPIFolder = oNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderSentMail)
Dim sSearch As String
sSearch = "[Categories] = '" + "[" + tAccount.Text.Trim + "]" + "(" + tShipTo.Text.Trim + ")'"
Dim oItems As Outlook.Items = oMail.Items.Restrict(sSearch)

However the limitation to the above is it only looks at sent items & no other folder.My ideal solution would be to display all email correspondence for a certain contact.

View 1 Replies

VS 2010 - Build My Project (or Publish) VB 2010 Makes And Exe And A Couple Ddl Files

Jun 6, 2012

The situation: when i build my project (or publish) Visual Basic 2010 makes and exe and a couple ddl files. when i run the project with the .exe and the other files the program works perfectly.

My problem: I want to share it with friends and it is just a verry little program ( a n internet radio) so i want it to be 1 .exe with out any other instalation needed so i can easly share it to anyone who wants it. when i make an even smaller program and Debud->build it, it is only 1 exe and no instalation needed. so is there a way to make my program to 1 exe only?

View 4 Replies

VS 2010 Addin For Excel 2010 - Getting The Cursor (4 Arrowheads) For Moving The Form?

May 26, 2010

Basics Details:
VS 2010
Making an Addin for Excel 2010
Win 7

Problem:I am not getting the cursor (4 arrowheads) for moving the form.I am using the Panel1_MouseHover to display the cursor. Right now if I choose any other cursor then it is working but the same cursor also displays when I hover the mouse over any other control. I want the cursor to show only in the areas of the Panel where there are no controls.How do I show Tooltips for the images? The play,stop,next, previous,playlist,Hideme(with the smiley),volume are all images and not buttons?

View 9 Replies

VS 2010 Change Version After Install-Visual Studio 2010 Installer

Jun 21, 2010

Well I used the Visual Studio 2010 installer to install my application and I want it to be able to change the version displayed in the in the Add/ Remove Programs (in the Control Panel). How can I do this without going through the install wizard again?

View 3 Replies

VS 2010 Class Library / - If Create A DLL Using VB 2010 Express Can It Be Used By Previous Versions Of Of .Net (3.5 - 2.0)

Aug 19, 2011

If I create a DLL using VB 2010 express can it be used by previous versions of of .Net (3.5, 2.0)? Will the DLL use .Net 4.0 components, which is what I want. I don't see a way to force that to be the case.

View 1 Replies

VS 2010 Basic Timer Animation - Error Check And Colour Scheme VB Express 2010

Mar 26, 2012

this is my very first posting and I must say I am desperate. I have a VB assignment due in 2 days and I am so lost. I have written a code to draw some graphic, just a basic house, tree, sun etc. I have also written a code to magnify said graphics which were all the specifications of my Assignment 1 part A. Now for Part B I am being asked to extend my program so that: A - My graphic can be drawn using different colour schemes designed by me but chosen by the user B - My graphic or an appropriate part of it can be animated around the picture box if the user chooses to do so. C - Error checking is included.

[Code]....

View 2 Replies

Connect A Database (created In Access 2010, Saved In An XML Format And Put On Website) To A Login Form In VB 2010?

Jul 16, 2011

it's just for a program registration. i would store all of the registration codes in the access database, then export it to XML, then upload it to my web host. I would then somehow connect it to my Visual Basics login form (Which I have already made). If this can't be done, having them register through the form and having all the allowed codes on the internet (So i can easily edit them)!

View 5 Replies

Is It Ok To Install VS 2010 Ultimate If Already Have Installed VB 2010 Express Edition

Mar 7, 2012

Is it ok to install my VS 2010 Ultimate even if I already have VB 2010 Express Edition? or should I uninstall the express edition first?

View 3 Replies

VB 2010 Forms App Project Using ADO.Net Has Started Crashing VS 2010 Whenever Load It?

Aug 11, 2011

well until a few day ago. I don't know what I have introduced to cause the problem but now, whenever I load the project, VS 2010 (SP1) crahes. If I delete the project's suo file, the project loads (really quickly) and all is well until I exitVS 2010. When I re-run it and try to load the project, it crashes again unless I delete the suo file.The program can be built for x64 and x86. Now, when I reload the project (after deleting the suo file), it comes up in Debug - Any CPU mode. I can change from Debug to Release and from Any CPU to x86 but if I try and change from x86 to x64, VS 2010 crashes.This is not always the case though. If I build the x86 version and then switch to x64, all is well and I can build the x64 version. Obviously, there's something wonky going on.

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved