由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 那位VB.NET 的大侠帮个忙。
相关主题
Help , a entry level question about C#crystal report for .net
User control question:MengdiRe: crystal report for .net
Windows, freeBSD, Mac OS X support CLI[转载] C++ how to convert string to bitmap or graphic, i
web chart的选择?Re: [转载] C++ how to convert string to bitmap or graphic, i
如何从memory里提出image?关于graphics.drawstring 的问题
memory leakCrystal Report 9 language
include file, winioctl.h 一问。recommend a book to learn crystal report
Excel 加 button 的途径及其优缺点crystal report and asp.net
相关话题的讨论汇总
话题: axles话题: report话题: crystal话题: graphic话题: form
进入DotNet版参与讨论
1 (共1页)
b**r
发帖数: 7
1
I need read the data array from the *.txt file. then use this data to draw a
graphic with x, y axles in a form. The x, y axles scale need to be labeled as
number.
The form can be resized and the graphic and axles will be enlarged or
shrinked as the scale.
Can anybody give me a hand?
Thanks
w**w
发帖数: 5391
2
i do think you need a commercial package. This won't be easy!

【在 b**r 的大作中提到】
: I need read the data array from the *.txt file. then use this data to draw a
: graphic with x, y axles in a form. The x, y axles scale need to be labeled as
: number.
: The form can be resized and the graphic and axles will be enlarged or
: shrinked as the scale.
: Can anybody give me a hand?
: Thanks

b*e
发帖数: 3845
3
You could use the Crystal Report that comes with the Visual Studio .NET. It
will be fairly easy if you get experience with Crystal Report. I can finish it
in 1-2 hour using C#.
There are also other report tools or pure .NET tools, mostly are commercial,
some are free.

as

【在 b**r 的大作中提到】
: I need read the data array from the *.txt file. then use this data to draw a
: graphic with x, y axles in a form. The x, y axles scale need to be labeled as
: number.
: The form can be resized and the graphic and axles will be enlarged or
: shrinked as the scale.
: Can anybody give me a hand?
: Thanks

b**r
发帖数: 7
4
I am not familiar with the Crystal Report.
If you can, can you give me a C# code
Thanks

it
a

【在 b*e 的大作中提到】
: You could use the Crystal Report that comes with the Visual Studio .NET. It
: will be fairly easy if you get experience with Crystal Report. I can finish it
: in 1-2 hour using C#.
: There are also other report tools or pure .NET tools, mostly are commercial,
: some are free.
:
: as

w**w
发帖数: 5391
5
you can't use Crystal report to get what you want. period.

【在 b**r 的大作中提到】
: I am not familiar with the Crystal Report.
: If you can, can you give me a C# code
: Thanks
:
: it
: a

b*e
发帖数: 3845
6
show the graph in the crystal report, I am pretty sure it can be done,
why not?

【在 w**w 的大作中提到】
: you can't use Crystal report to get what you want. period.
a*****i
发帖数: 215
7
get a book on GDI+, walk through a few examples and
you should be able to draw some graphics on a form.
pay attention to these topics: coordinate systems, translation
between different coordinate systems and transformation.
and look for materials covering graphics optimization
techiniques to reduce flickering when resizing forms,
including the so-called double buffering, etc...

【在 b**r 的大作中提到】
: I need read the data array from the *.txt file. then use this data to draw a
: graphic with x, y axles in a form. The x, y axles scale need to be labeled as
: number.
: The form can be resized and the graphic and axles will be enlarged or
: shrinked as the scale.
: Can anybody give me a hand?
: Thanks

1 (共1页)
进入DotNet版参与讨论
相关主题
crystal report and asp.net如何从memory里提出image?
问个GDI+的问题。。memory leak
产后11天了,还是腹痛include file, winioctl.h 一问。
Sun dick sun dick, please don't shrink sun dickExcel 加 button 的途径及其优缺点
Help , a entry level question about C#crystal report for .net
User control question:MengdiRe: crystal report for .net
Windows, freeBSD, Mac OS X support CLI[转载] C++ how to convert string to bitmap or graphic, i
web chart的选择?Re: [转载] C++ how to convert string to bitmap or graphic, i
相关话题的讨论汇总
话题: axles话题: report话题: crystal话题: graphic话题: form