PC Review


Reply
Thread Tools Rate Thread

App with lot of forms

 
 
Peter Osawa
Guest
Posts: n/a
 
      5th Apr 2004
Hi,

I'm going to start a customized invoicing app and I would like to do it with
vb.net, so I'm trying to finde some 'big' app made with vb.net to test yield
with several forms opened...

But I can't find apps made with VB.net... I don't want source... Even a
shareware app will do the job, I only want to test a 'big' vb,net app...

TIA


 
Reply With Quote
 
 
 
 
Robin Tucker
Guest
Posts: n/a
 
      5th Apr 2004
Depends what you mean by "yield" (I have no idea). I'm writing a large
application, multi-threaded, many forms, database interaction, real-time
image processing, in, ugm, VB (but with a couple of COM components written
in C++ thrown in for good measure). No trouble with speed and where I have
had trouble with speed it usually been because of the code I'd written,
rather than intrinsic to the language itself.


"Peter Osawa" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
>
> I'm going to start a customized invoicing app and I would like to do it

with
> vb.net, so I'm trying to finde some 'big' app made with vb.net to test

yield
> with several forms opened...
>
> But I can't find apps made with VB.net... I don't want source... Even a
> shareware app will do the job, I only want to test a 'big' vb,net app...
>
> TIA
>
>



 
Reply With Quote
 
Peter Osawa
Guest
Posts: n/a
 
      5th Apr 2004
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <(E-Mail Removed)> wrote in
message news:c4rspp$e6$1$(E-Mail Removed)...
> Depends what you mean by "yield" (I have no idea). I'm writing a large
> application, multi-threaded, many forms, database interaction, real-time
> image processing, in, ugm, VB (but with a couple of COM components written
> in C++ thrown in for good measure). No trouble with speed and where I

have
> had trouble with speed it usually been because of the code I'd written,
> rather than intrinsic to the language itself.
>
>
> "Peter Osawa" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hi,
> >
> > I'm going to start a customized invoicing app and I would like to do it

> with
> > vb.net, so I'm trying to finde some 'big' app made with vb.net to test

> yield
> > with several forms opened...
> >
> > But I can't find apps made with VB.net... I don't want source... Even a
> > shareware app will do the job, I only want to test a 'big' vb,net app...
> >
> > TIA
> >
> >

>
>



 
Reply With Quote
 
CJ Taylor
Guest
Posts: n/a
 
      5th Apr 2004
www.windowsforms.net

www.gotdotnet.com/workspaces

www.planetsourcecode.com

www.sourceforge.net


many apps to look at... some with source, but most already have compiled
executables.

However, how are you going to measure performance? Just "looking" and
opening some forms?

You really wanna see how .NET performs? You can look at the quake engine
with the CLR switch (slows a little) but there is supposidly a port to .NET
using the managed directx runtime... now that... is a performance test.
Know how your going to measure it...




"Peter Osawa" <(E-Mail Removed)> wrote in message
news:OL%(E-Mail Removed)...
> I mean performance...
>
> I beleive you, but I really want to test something by my self
> "Robin Tucker" <(E-Mail Removed)> wrote in
> message news:c4rspp$e6$1$(E-Mail Removed)...
> > Depends what you mean by "yield" (I have no idea). I'm writing a large
> > application, multi-threaded, many forms, database interaction, real-time
> > image processing, in, ugm, VB (but with a couple of COM components

written
> > in C++ thrown in for good measure). No trouble with speed and where I

> have
> > had trouble with speed it usually been because of the code I'd written,
> > rather than intrinsic to the language itself.
> >
> >
> > "Peter Osawa" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Hi,
> > >
> > > I'm going to start a customized invoicing app and I would like to do

it
> > with
> > > vb.net, so I'm trying to finde some 'big' app made with vb.net to test

> > yield
> > > with several forms opened...
> > >
> > > But I can't find apps made with VB.net... I don't want source... Even

a
> > > shareware app will do the job, I only want to test a 'big' vb,net

app...
> > >
> > > TIA
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
CJ Taylor
Guest
Posts: n/a
 
      5th Apr 2004
Side note.

"Size" has about "Jack" to do with the performance of an application...


"Peter Osawa" <(E-Mail Removed)> wrote in message
news:OL%(E-Mail Removed)...
> I mean performance...
>
> I beleive you, but I really want to test something by my self
> "Robin Tucker" <(E-Mail Removed)> wrote in
> message news:c4rspp$e6$1$(E-Mail Removed)...
> > Depends what you mean by "yield" (I have no idea). I'm writing a large
> > application, multi-threaded, many forms, database interaction, real-time
> > image processing, in, ugm, VB (but with a couple of COM components

written
> > in C++ thrown in for good measure). No trouble with speed and where I

> have
> > had trouble with speed it usually been because of the code I'd written,
> > rather than intrinsic to the language itself.
> >
> >
> > "Peter Osawa" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Hi,
> > >
> > > I'm going to start a customized invoicing app and I would like to do

it
> > with
> > > vb.net, so I'm trying to finde some 'big' app made with vb.net to test

> > yield
> > > with several forms opened...
> > >
> > > But I can't find apps made with VB.net... I don't want source... Even

a
> > > shareware app will do the job, I only want to test a 'big' vb,net

app...
> > >
> > > TIA
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Peter Osawa
Guest
Posts: n/a
 
      5th Apr 2004
thanks

"CJ Taylor" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> www.windowsforms.net
>
> www.gotdotnet.com/workspaces
>
> www.planetsourcecode.com
>
> www.sourceforge.net
>
>
> many apps to look at... some with source, but most already have compiled
> executables.
>
> However, how are you going to measure performance? Just "looking" and
> opening some forms?
>
> You really wanna see how .NET performs? You can look at the quake engine
> with the CLR switch (slows a little) but there is supposidly a port to

..NET
> using the managed directx runtime... now that... is a performance test.
> Know how your going to measure it...
>
>
>
>
> "Peter Osawa" <(E-Mail Removed)> wrote in message
> news:OL%(E-Mail Removed)...
> > I mean performance...
> >
> > I beleive you, but I really want to test something by my self
> > "Robin Tucker" <(E-Mail Removed)> wrote in
> > message news:c4rspp$e6$1$(E-Mail Removed)...
> > > Depends what you mean by "yield" (I have no idea). I'm writing a

large
> > > application, multi-threaded, many forms, database interaction,

real-time
> > > image processing, in, ugm, VB (but with a couple of COM components

> written
> > > in C++ thrown in for good measure). No trouble with speed and where I

> > have
> > > had trouble with speed it usually been because of the code I'd

written,
> > > rather than intrinsic to the language itself.
> > >
> > >
> > > "Peter Osawa" <(E-Mail Removed)> wrote in message
> > > news:%(E-Mail Removed)...
> > > > Hi,
> > > >
> > > > I'm going to start a customized invoicing app and I would like to do

> it
> > > with
> > > > vb.net, so I'm trying to finde some 'big' app made with vb.net to

test
> > > yield
> > > > with several forms opened...
> > > >
> > > > But I can't find apps made with VB.net... I don't want source...

Even
> a
> > > > shareware app will do the job, I only want to test a 'big' vb,net

> app...
> > > >
> > > > TIA
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I have a million questions - forms, forms, forms Cristy Microsoft Outlook Form Programming 1 1st Oct 2008 06:41 PM
Windows Forms - Opening forms within forms Dan Tallent Microsoft C# .NET 20 27th Aug 2008 06:25 PM
PDF forms filling with ASP.NET, interactive forms, fill and write to database (iText or FDF Toolkit or ...) Toni Pohl Microsoft ASP .NET 1 10th Aug 2008 02:40 PM
Outlook 2003 - Forms Icon On toolbar doesn't list any forms =?Utf-8?B?S2ltLmluLkRlbnZlcg==?= Microsoft Outlook Form Programming 8 28th Jul 2006 04:35 PM
Navigating embedded UserControl forms inside a Windows Forms Panel Emma Middlebrook Microsoft C# .NET 1 25th Oct 2004 02:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:02 PM.