Home > Software engineering >  Comment (graph)
Comment (graph)

Time:09-28

I want to use VB to write a record equipment temperature curve is period of time, always don't know how to deal with time, there will be trouble

CodePudding user response:

VB6 get "function of the current time" :
Now the current date in the system, the daytime
Time $system current time
The timer from "0:00:00 today" "now" after the number of seconds,
The DateTime VB6 class have other date and time related functions can be used,

Other do it at you,

CodePudding user response:

First of all, you need to determine the project implementation plan,
Hardware, want to have a temperature acquisition of equipment, communication to go what protocol, and then began to write programs,,,

CodePudding user response:


SavePicture statement


From the object or control (if there is a relevant) Picture or graphic Image attributes will be saved to a file,

Syntax

SavePicture picture, stringexpression

SavePicture statement syntax includes the following parts:

Parameter description
Picture of graphics file PictureBox control or Image element,
Stringexpression to save graphics file name,


Description

At design time or run time graph from a file is loaded into the Picture attribute of the object, and it is a bitmap, icon, yuan file or enhanced metafile, the graphics will be with the original file of the same format, if it is a GIF or JPEG file, the file will be saved as a bitmap,

The graphics Image attributes always in bitmap format regardless of its original format,

CodePudding user response:

MSCHART, or directly on the PICTURE,

CodePudding user response:

http://download.csdn.net/detail/veron_04/1483925
http://download.csdn.net/detail/veron_04/2368159
  •  Tags:  
  • API
  • Related