Programming A Power Analyser?
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
ADVERTISEMENT
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
Oct 28, 2009
Say I want to create a functionTry 5 timesThe function takes a function pointer to another function
function dosomething() as boolean
end function
function tryfivetime (thefunction as what?)
[code].....
View 5 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
Feb 28, 2011
m making a toool to check the coding standerd in run time means i m giving the standered in run to check for that i m creating a XML file for standered and cheking in a whole project from that XML file.i have other functionality to give the comment before start the function.code working fine in VB for comment
While oRead.Peek <> -1
strLineIn = oRead.ReadLine().Trim
intLineNo = intLineNo + 1
[code]....
View 2 Replies
Jan 28, 2012
I have recently taken a liking to programming, and have programmed a few games in C#,my friend has asked me to program an application for him to use in his shop. But I have no idea of what language is best suitable?
View 8 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
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
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
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
Sep 28, 2011
add notes in the powerpoint slides notes part under the powerpoint slide.using Microsoft.Office.Interop.PowerPoint. I'm using vb.net code.Now it si creating the ppt file and I can add text,comments,image. in the slide . But I need to add notes in the powerpoint slide , in the bottom part of the slide.
Here is the code i'm using for creating slides.
Dim oApp As Microsoft.Office.Interop.PowerPoint.Application
Dim oPres As Microsoft.Office.Interop.PowerPoint.Presentation
Dim oSlide As Microsoft.Office.Interop.PowerPoint.Slide
Dim bAssistantOn As Boolean
[code]....
View 1 Replies
May 10, 2009
I have a project with sql database and customer require to create this function .I mean when user use my program , they can delete, edit... but not still save yet. Suddenly power failure , and i want to recovery database when user turn on program again.
View 4 Replies
Nov 19, 2008
How do I copy data from excel to a power point slide using virtual basic. The idea is to generate automatic profile slides from excel data. I found some code on how to copy chart objects but not data.
View 2 Replies
Jun 21, 2010
i do my final project IDE for HTML.In that i decided to create a environment which is in power point.that is if i code HTML in rich text box i save it in a file and i have a web browser in the same page in bottom which shows the design of web-page simultaneously.in that i need to create a webbrowser in side which shows the thumnanil of the webpage.if i click a button of next for designing next page i need a another webbrowser in side like powerpoint
View 1 Replies
Jul 29, 2009
Application - Powerpoint 2003
VisualBasic - 2008
I want know, How can i extract the power point note text?
View 3 Replies
Apr 24, 2010
I have used the vb power pack for graphs and the following to files are included in the application files.
Microsoft.VisualBasic.PowerPacks.Vs.dll
System.Windows.Forms.DataVisualization.dll
But the install only works on the machine it was built on, if I take them out it installs but no graphs. How can I get this to install on all machines?
View 2 Replies
Jun 11, 2009
How to get the current power level of my laptop and if my charger is connected to my laptop. I want to make an application which tells me to put in the charger if my power level is under 40%, cause it has happened way to many times to me that my computer is shutting down when I etc. watch a movie or is programming. I'm using a HP DV9850EO.
View 4 Replies
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
Nov 25, 2010
How do I use DeviceIoControl Win32 API and the IOCTL in VB oder C#/C+/C++ to power down a USB port?
View 1 Replies
Feb 9, 2010
For sometime now, we have developed an applicatio in Visula Basic (Express Edition). We would like to utilize the 64-bit processing power available in Windows 7 (our application runs currently in a Windows XP environment). So we are contemplating to migrate our VB application from a Windows XP-based environment to a 64-bit hardware platform running on Windows 7.
[Code]...
View 2 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
Nov 24, 2009
I have written a script but when I test my application out nothing happens.Below is the code that I used to make a Power menu with the options to Shutdown, Restart, and Log Off. I have also added in a timer. [code]
View 4 Replies
May 17, 2012
I am currently working on a project in VB.net that requires the advanced power settings of the client's system to be set to allow wake up timers for when the system sleeps. Please I have been looking around for the solution. I desperately need it.
View 1 Replies
Feb 22, 2011
I'm considering writing a small program, to enable power management for individual displays in a multi-display environment.Simply and elegantly.Normally, power management is controlled by system activity. The goal of the program would be to link system activity to a specific display, in Windows 7.1 PC, 3 displays: A, B and C.In a normal situation, as long as there is activity, all displays are kept awake. Even if all activity is exclusively on display A. All displays are awake or asleep at the same time.
In the new situation, if activity is limited to display A, then displays B and C will go to sleep, after a specified time. Only the displays that are in use, are awake.
View 1 Replies
Mar 24, 2009
I include the power packs in my app, and now I encounter problems when I try to deploy it to some other Win-XP machines which do not have Visual Studio (2008), although I include its DLL inside the installation package.The DLL is "C:Program FilesCommon FilesMicrosoft SharedVisual Basic Power Packs1.1Microsoft.VisualBasic.PowerPacks.Vs.dll" and I'm just copying it into the installation path
View 1 Replies
Mar 4, 2009
I have an application that detects a power change (to standby or hibernate).
AddHandler SystemEvents.PowerModeChanged, AddressOf PowerChangeSub
When I hit the standby key on my keyboard, the power change is detected and all actions are done properly. However, when I enter the standby mode by using: Application.SetSuspendState(PowerState.Suspend, True, False)
The computer goes to stand by but the event of powermodechanged is NOT triggered.
View 2 Replies
May 17, 2009
I am using the print form from power pack is there way to extend the limtation of 81/2 x 11.
View 3 Replies
Sep 9, 2011
Now This is my first post and i am very inexperienced with Visual basic As an extra feature to a kiosk that i am making as an assignment in my year 10 ist class, (were doing it in power point 2010)
i am making a visual basic keyboard in Power point from swish max objects inserted through visual basic toolbox, i have found code to make a button that can type in to a text box once clicked. But i need code that when you click an object it types a letter into a visual basic textbox that i inserted into the power point prestation
View 2 Replies