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


ADVERTISEMENT

Develop 32 Bits Applications If Have Win 7 64 Bits And Visual Studio 64 Bits?

Mar 14, 2011

I am a visual basic developer, I have windows 7 64 bits and Visual Studio 64 bits installed.CAN I DESIGN APPLICATIONS WITH THESE SETTINGS THAT CAN BE COMPATIBLE with 32 bits operating system(example in windows Xp 32 bits)?

View 2 Replies

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

Calculate The Lower 7 Bits And 7-13 Bits Of Two Hex Numbers?

Apr 8, 2011

I'm trying to figure out how to calculate the lower 7 bits and 7-13 bits of two hex numbers.

Here is some example c code, just need this in vb.net:

serialBytes[2] = 0x64 & 0x7F; // Second byte holds the lower 7 bits of target.
serialBytes[3] = (0x64 >> 7) & 0x7F; // Third data byte holds the bits 7-13 of target

The 0x7F is a constant so the only number that changes based off input is the 0x64.

View 2 Replies

Use SQLConfigDataSource To Add DSN To The 32 Bits ODBC On Windows 7 64 Bits?

Mar 28, 2012

how can I use SQLConfigDataSource to add DSN to the 32 bits ODBC on Windows 7 64 bits? I know it use C:WindowsSysWow64odbcad32.exe and on registry, HKLMSoftwareWow6432Node but the API do not allow me to configure it?how can I do ?

View 1 Replies

VS 2008 Applications In Windows 64 Bits And 32 Bits?

May 9, 2010

An application created with Visual Basic in Win7 64 bits will it still work fine in both WinXP 32 bits and Win7 32 bits ?

View 6 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

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

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

Conversion Error On Line 5 Stating 'Conversion From String 'S' To Type 'Double' Is Not Valid

Apr 8, 2009

a user will enter a number, n, which ranges from 1 to 30. they will also enter a "P" or an "S" (sum or product). depending on which was selected, it will calculate the sum or product of the numbers from 1 to n.i'm having a conversion error on line 5 stating "Conversion from string "S" to type 'Double' is not valid." [code]

View 2 Replies

Text -> Excel Conversion (with Extensive Formatting Required After Conversion)?

May 11, 2012

I'm creating a program in VB.net that does the following:At a high level I receive a file in email, put the attachment in a monitored folder, import the text file to excel, format the excel, and then email the excel file to a list of recipients.

Here is my plan:

Completed: Outlook VBA to monitor all incoming email for specific message. Once message is received drop attached .txt file in a specific network folder.

Completed: (VB.net) Monitor folder, when text file is added begin processing

Not Complete: (VB.net) Import text file to Excel

Not Complete: (VB.net) Format Excel Text file.(add in a row of data,format column headers with color/size, add some blank columns, add data validation to some of the blank columns that allow drop down selections)

Completed: (VB.net) Save file.

Completed: (VB.net) Send file to list of recipients.

Obviously the items above that are not complete are the bulk of the work, but I wanted to get some advice on what some of you think would be the best way to approach something like this. The import and formatting of the file are causing me some problems because I just can't decide what would be the most efficient way to do this.

The way stated above. Import to excel -> format Having a template excel that contains all of the formatting already done for me and attempting to transition the data to this document (no clue if/how I can do this). Is it even feasible? Have the template already created and then import the text file to a new excel file, then transition that data to the excel template?

Something I thought about, in terms of formatting the document, was to record a macro of me doing all of the formatting that I'm going to need and then attempt to convert that macro into my vb.net code, but I'm not sure if that will work. I will need to verify that the text file comes in the EXACT format every time correct?

View 5 Replies

Big Is The Variable In Bits?

Mar 16, 2010

TimeGetTime gives the runtime of the program (I think) in millisec. How big is the variable in bits? I meen it must overflow at somepoint. How often does this happen?

View 1 Replies

BITS Transfer Via WMI?

Mar 7, 2010

I get an "invalid parameter" error back from wmi. just trying to download a file via BITS.

Try
Dim classInstance As New ManagementObject("rootMicrosoftBITS", "BitsClientJob", Nothing)
' Obtain [in] parameters for the method

[Code].....

View 1 Replies

Compiling In 64 Bits With A 32 Bit Dll?

Nov 4, 2010

I have a 3rd party dll, and I can't have it referenced while compiling for 64 bit. Is there a way around this? I'm guessing it is because the dll is a 32 bit one, but I'm not sure about that.

View 7 Replies

Get The First 16 Bits Of A 32 Bit Hex Number?

Apr 8, 2009

how i can get the first 16 bits of a 32 bit hex number.

View 5 Replies

.net :: Storing 4 Bits From A Byte?

Aug 19, 2010

What is the best way to store 4 bits from a byte in VB.Net? Where best means:Most straightforward method of storage from a Byte type.The easiest to work with while performing bitwise operations.Straightforward conversion of the bits to other types.Storing them in a BitArray via it's constructor reverses the order of the bits. This means that attempting to get the value of the first bit will require looking for that value in the last entry in the BitArray.

View 3 Replies

App Crash Under Windows Vista 64 Bits

Oct 14, 2009

I have an app (developed using VB 2008 and MS Access 03)

It runs fine under Windows XP, Windows 2003 and Windows Vista 32 bits....Butit crash under Windows Vista 64 bits.

The app not register any error and exception (internally). [code]...

View 16 Replies

C# - .NET Apps. Bits And Bytes - App Use As Little Memory As Possible ?

Apr 13, 2011

I am soon to develop a Win Forms app that will run on traders' machines and the main concern is to have the app use as little memory as possible. Ever single line of code needs to be written with this in mind. What are areas I need to take into account? Of course you will say to do any complex processing on e.g. the database and not the client but what else?

View 3 Replies







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