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


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

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

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

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

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

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

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

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

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

Office Automation :: Excel Process Continues Running (.Net Framework 3.5, VS.Net 2008, .Net 2008)

Apr 15, 2011

I'm calling the following method from a button click event to export a datatable to excel. After the export is completed, the excel application object is quit, released and assigned to nothing. But in reality it's not getting released and stays active unless the entire application is closed. So every time the button is clicked for export, a new excel application object keeps on running. The problem doesn't occur if two of the lines from the method below are not used. But I can't omit them as they are really needed. Check the * marked lines.

Code:
''' <summary>
''' Exports data from a datatable to excel.
''' </summary>

[code]....

View 1 Replies

VS 2008 Change Frame Rate In Visual Basic 2008 Media Player?

Feb 26, 2010

How to change the frame rate in Visual Basic 2008 Media Player? I have error: System.NullReferenceException was unhandled Message: Object reference not set to an instance of an object. IS there any way to fix this? Here's My Code

[Code]...

View 2 Replies

VS 2008 VB 2008 Express Edition Softare - Specific Installation Directory For A Program?

Aug 9, 2009

Where in Visual Basic 2008 Express Edition Software program do you specify a specific installation directory for a program?

c:Program Filesfinished program

I want to publish my program to try it out on another system and I want to ensure its installed in the directory structure I want.

View 3 Replies

VS 2008 Visual Studio 2008 Randomly Crashing When Simply WRITING Code?

Oct 25, 2009

i'm running Visual Basic 2008 Express Edition (latest service pack ... 9.0.30729.1 SP) on XP Pro SP3 with .Net Framework version 3.5 SP1 I have a rather large project I've imported from Visual Studio 2003 (Standard).The project compiles and runs just fine ... my compiled program itself never crashes.

But while I actually have the code up in the IDE, and simply adding/deleting code the whole IDE will randomly crash (usually without warning) and I loose my changes since last save.If/when I do get some hint of why it crashed, I get a window about illegal whitespace or something.... but that's rare ... usually it just crashes without warning and the whole IDE completely shuts down instantly. just deleting/adding a character is enough to trigger it maybe once every 30 minutes.

This is on a computer that is otherwise very rock solid .... no other program ever crashes, etc.

View 1 Replies

VS 2008 Access Windows Form Designer Generated Code In 2008?

Jan 20, 2010

Is it possible to edit the Windows Form Designer generated code in VS2008?

View 4 Replies

VS 2008 Mobile Applications - Device Board Serial Number In Vb 2008

Oct 15, 2011

My some problem for vs 2008 in mobile applications How to learn mobile device board serial number in vb 2008?

View 2 Replies

DB/Reporting :: Visual Studio 2008 + Crystal Reports 2008 Viewer Click Event?

May 10, 2008

this event works ok, but the problem is that I don't know what field was clicked. Should I use objectinfo or something else? VB.net won't recognize for example e.objectinfo.

View 1 Replies

Display A MSSQL 2008 Database Field / S On A VB 2008 TextB?

Jul 20, 2010

How can I display column contents of a MS SQL Database on Text Box using VB 2008

View 2 Replies

Use Visual Studio 2005 - 2008 With Microsoft SQL Server 2008 R2

Nov 27, 2011

problem use Visual Studio 2005,2008 with Microsoft SQL Server 2008 R2 , when open vb.net choose : add new data source and choose database and add connection when choose Microsoft SQL Server (SqlClient) show error this version not supported

View 2 Replies

VS 2008 - Getting Signal From PIC16F877A To VB 2008 Through Rs232 Serial Port

Mar 5, 2010

What i need to write is i get different signal from PIC16F877A and through serial port, i need to display diffrent text from different signal, Such as: Signal from portB.1 display 1, signal from portb.2 display 2. Between the microcontroller and serial port im using MAX232.

View 2 Replies

VS 2008 - Not Being Able To To Load The Database Created In MS SQL Server2008(SQLEXPRESS) Onto 2008

Mar 12, 2010

Using VS2008 as frontend and MS SOL Server2008 as backend... a database is created in MS SQL Server2008(SQLEXPRESS). Now the problem is i am not being able to to load the database created in MS SQL Server2008(SQLEXPRESS) onto VS.Net 2008...

View 32 Replies

VS 2008 - Process.waitforexit Is Hang Up When Running On Windows 2008

Sep 21, 2009

I use the 'Process' object to run EXE from my application. It works fine when it run on Windows XP and 2003. When it run on Windows server 2008, it hangs up: the process is stayed in background but never returns. It never goes ahead for the next commands. What could be the reason? [Code]

View 6 Replies







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