Me.Controls.Add For Power Pack Rectangle
Feb 21, 2011
I have been using these forums regularly for getting on 3 years now, and I must say you are all extremely clever! I am adding in a few rectangle at runtime, but I can't seem to display where I want. I want them in a panel I have on the form, I have tried 'me.panel1.controls.add' but because a rectangle isn't a control it naturally doesn't work.
View 1 Replies
ADVERTISEMENT
Jul 12, 2010
component id for Visual Basic Power Pack 3.0.I need to determine if or not it is installed on my system for my setup.
View 3 Replies
Dec 7, 2009
I created my program in VB 2005 on my XP machine at home and installed PP3 to take advantage of the printform component. It worsk great for my purposes and was easy to install and code.However when I brought my un-compiled code to my office which runs Win 2000 I got an error, saying I didnt have the correct version. I assumed it would be back ward compatible, never assume especially in programming.
So my question is can I just delete all references to printform component on my program and install power pack2 , which does support Win 2000 and XP then re-install print component.Or is there another way to make this work? I am not finding alot of information on the web other then Power pack 3 doesnt support Win 2000?
View 6 Replies
Feb 6, 2011
I've installed Visual Basic Power Pack 3 in Visual Studio 2008 SP1. I wanna change the background color of RectangleShape in a C# WinForm !!! I changed FillColor property and BackColor property to Black but nothing happened and RectangleShape's background color didn't changed.
How can I change the background color of RectangleShape ?
View 2 Replies
Dec 15, 2010
In an application I am using this code for drawing a X/Y graphic line in a panel object (Sungraph):
Dim SunDrawCount As Integer
Dim SunArea As New ShapeContainer
SunArea.Parent = SunGraph
[code]......
View 2 Replies
Jun 20, 2009
I have written a program in VB Express 2008 and published it so I can install on another PC. When trying to install on another PC I get the error message "Microsoft.VisualBasic.PowerPack.Vs Version 9.0.0.0 be installed in the Global Cache (GAC) first" I have already installed the .NET 3.5 and the PowerPack but I still get the message.
View 2 Replies
Jun 25, 2009
I have a windows app that uses the shape control which is part of the MS power pack and requires Microsoft.VisualBasic.PowerPacks.Vs.dll. I am using Publish to build my app and I have tried to change the dll to Include in the properties page but nothing seems to work.
I need a way to have the file included and I am unable to find a external copy and I understand that I cannot just copy the dll from my PC into the installation folder
View 1 Replies
May 18, 2010
I want to draw a rectangle over some controls so that the controls are partly obscured.
View 2 Replies
Jul 26, 2010
Im coding an application that needs to list all computers inside my LAN, and get the status of the machines ex. Power On, Power Off.. in order to Wake On Lan, or Turn it Off.. im using Visual Basic .Net.I all ready listed all machines, now i need to get the status of them..
View 5 Replies
Sep 16, 2010
I am looking for away to include a power point slide show inside a form in vb.net 2005. Office 2007 will be installe on all of the client machines which run the program. I have found ways to launch and control a power point slide show in an exteral window, but no way to attcah it and place it on the form window.
View 1 Replies
Jul 26, 2010
i've got a little problem with List(on T) variables.
[code]...
It works perfectly fine. Does anyone know what the problem is?
View 2 Replies
Feb 22, 2010
Given a rectangle of width w and height h. and a coordinate x,y in that rectangle I would like to identify which triangle I am within.
i.e. the function should take parameters(x,y) and return a,b,c,d or a zero based number representing that triangle index i.e. (0=A,1=B,2=C,3=D) if they are in that order.
I think this would be something like >= the formula of the red line and >= the formula of the green line?
I'd like to implement this in VB.NET
View 3 Replies
Dec 3, 2011
This code is to draw rectangle. How can I draw rectangle divided to four rectangle or more
e.Graphics.DrawRectangle(Pens.Coral, 50, 200, 30, 40)
View 11 Replies
Jul 26, 2009
I'M creating a kind of photo viewer, and I cannot figure out how to orient the scroll buttons with the photos I want to draw because they all are different sizes.This is really hard to explain so please ask questions if you don't understand.I'M thinking if i could draw every photo on a single rectangle and then the scroll bars will position that rectangle up or down. but is there a way to make a rectangle inside another one so it only shows inside that rectangle?
View 10 Replies
Apr 4, 2012
I'm currently writing a small app that uses sqlite database.there's is system.web.sqlite.dll required to use this database and it isn't installed with .net framework by default.My client wants his app to be only 2 files (.sqlite database + exe file) with no additional DLLs etc.How to pack this DLL into exe?I tried adding this to resources and creating this file dynamically when the form loads, but it didn't worked.
View 6 Replies
Aug 26, 2009
i need to add framework3.5 with my application insatalation pack (.msi)so i don't let the customer download framework3.5 from internet i have to add the gframework3.5 with msi
View 11 Replies
May 29, 2010
i got a program i ran that says unable to install bla bla microsoft.visualbasic.powerpacks.vs version 9.0.0.0 be installed in the global assembly cache (GAC)first
View 2 Replies
Oct 22, 2010
There's plenty of examples out there for other languages. Are there any examples for vb.net?
View 1 Replies
Nov 27, 2011
i am trying to get the value from this code:
<DIV id=lcm_simlive_countdown>00 Days, 06 Hours, 40 Minutes, 35 Seconds</DIV>
I have tried the following to do so:
Dim theVidURL As String = doc.DocumentNode.SelectSingleNode("//DIV[@id='lcm_simlive_countdown']").Attributes("value").Value
But it tells me Object reference not set to an instance of an object.
View 1 Replies
Dec 6, 2010
I know how to use My.Computer.Info.OSFullName to get the version of the OS. How would I go about getting the Service Pack version?
I need this to work on all versions of Windows.
Also, is there a way to check and see if the activation has been successfully completed?
View 1 Replies
Mar 19, 2009
Is there a Service Pack 1 for Visual Studio 2005 (Professional Edition)? The only one I see is for Team something or other....
View 3 Replies
Apr 5, 2010
How to pack mine program ..to be protected from edit with Resource Hacker or Hex ?
View 1 Replies
Nov 22, 2010
I'm compiling and testing the VB programs in a download from MS of the Windows API Code Pack at url...(which is in VS 2008 and needs to be converted to run on VS 2010). So far I've resolved most of the issues, but a couple are baffling.The code as downloaded for the Taskbar demo refers to icons in the project resources as My.Resources.Green and My.Resources.Yellow and Red. Fatal errors, even though all the help pages say this is the correct way to access them. I got the build to run by removing the "My."; has there been a syntax change between VS 2008 and 2010? When I run the app, I get a message from TaskbarDemo.vshost.exe which says "This demo application needs to register .txt files as associated files to properly execute the Task related features. Filetype is not registered." Does that mean that in trying to debug the app, I have to modify the registry to associate the test program with the .txt filetype?
View 4 Replies
Jul 12, 2009
I have a simple USB fan that just runs on the power from the USB port. I want to be able to turn of and on the fan from a simple application.
View 1 Replies
Sep 18, 2009
I am looking to record information about the computers power consumption over time, is there any way I could do this using vb, I can get the current voltage from the processor but do not know the current therefore can not work out the wattage. I know of application which do have power consumption recorders but I would like to create my own.
View 1 Replies
Feb 17, 2011
I'm trying to make a program to communicate with a power analyser (wt1600),Yokogawa gives an example programm in vb6.0.Now the problem is if i trie to recieve a message that i get an empty string.6.0..Declare Function TmReceiveBin Lib "tmctl.dll" Alias "TmReceive" (ByVal id As Long, ByRef buf As Any, ByVal blen As Long, ByRef rlen As Long) As Long [code]
View 1 Replies
Apr 23, 2011
I'm trying to make a program to communicate with a power analyser (wt1600),okogawa gives an example programm in vb6.0.Now the problem is if i trie to recieve a message that i get an empty string.6.0 Declare Function TmReceiveBin Lib "tmctl.dll" Alias "TmReceive" (ByVal id As Long, ByRef buf As Any, ByVal blen As Long, ByRef rlen As Long) As Long
View 4 Replies
Nov 16, 2009
I got a new laptop friday, it has windows 7 and its a 64 bit system. I installed visual studio 08. everything was fine until I opened one of my projects.Seems like the powerpacks drawing items no longer exist, there is only a pointer and reort viewer in the group now and all of the items that I have used in the past are keep my app from running.
View 2 Replies
Jan 29, 2012
Im coding a little app for my self that generates me a string. Recently I came to contact with a program that is about 50 times faster then mine just because it's using a graphics card GPU to do its calculations.I'm running 3 5770 and I think that 1 is enough for what I need, but I was wondering if it's possible to do such a thing.how can I use my GPU power to do my calculations? All my calculation is stored in 1 function in case you're wondering.
View 6 Replies
Oct 22, 2009
I have to pack and unpack a 16bit Int from/into a Ushort in VB.net This is how I thought I could do it (doesn't work, gives me overflow exception)
'Pack Int16 into ushort '
Dim usPacked = CType(Data, UShort)
'unpack Int16 from ushort '
Dim unpacked = CType(data,Int16)
View 2 Replies