473,399 Members | 4,254 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

App with lot of forms

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
Nov 20 '05 #1
10 1318
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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

Nov 20 '05 #2
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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

Nov 20 '05 #3
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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


Nov 20 '05 #4
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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


Nov 20 '05 #5
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" <po****@sun.es> wrote in message
news:OL****************@TK2MSFTNGP09.phx.gbl...
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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



Nov 20 '05 #6
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" <po****@sun.es> wrote in message
news:OL****************@TK2MSFTNGP09.phx.gbl...
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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



Nov 20 '05 #7
Side note.

"Size" has about "Jack" to do with the performance of an application...
"Peter Osawa" <po****@sun.es> wrote in message
news:OL****************@TK2MSFTNGP09.phx.gbl...
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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



Nov 20 '05 #8
Side note.

"Size" has about "Jack" to do with the performance of an application...
"Peter Osawa" <po****@sun.es> wrote in message
news:OL****************@TK2MSFTNGP09.phx.gbl...
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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



Nov 20 '05 #9
thanks

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:10*************@corp.supernews.com...
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" <po****@sun.es> wrote in message
news:OL****************@TK2MSFTNGP09.phx.gbl...
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
> 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
>
>



Nov 20 '05 #10
thanks

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:10*************@corp.supernews.com...
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" <po****@sun.es> wrote in message
news:OL****************@TK2MSFTNGP09.phx.gbl...
I mean performance...

I beleive you, but I really want to test something by my self
"Robin Tucker" <id*************************@reallyidont.com> wrote in
message news:c4******************@news.demon.co.uk...
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" <po****@sun.es> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
> 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
>
>



Nov 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
3
by: Joshua Russell | last post by:
Hi, Both the methods below open up a windows form called MasterForm. However, one works better than the other. Method 1 opens the form correctly but I don't have any reference to the instance of...
7
by: Mike Bulava | last post by:
I have created a base form that I plan to use throughout my application let call the form form1. I have Built the project then add another form that inherits from form1, I add a few panel controls...
13
by: MD | last post by:
I have been converting a program from VB6 to VB.Net and enhancing it as well. All has been progressing OK although its been hard work. Now, all of a sudden, when I try to execute a ShowDialog()...
15
by: Joshua Kendall | last post by:
I have a script in which it keeps opening the same form instead of only one instance. I also need help with a form that has a password. Where do I put the actual password? can I use a database for...
3
by: Lloyd Sheen | last post by:
I have the following situation: Need a user resizable user control. After much trying with user control I came across the idea of hosting the controls in a form marked as not TopLevel = false. ...
8
by: Stephen Rice | last post by:
Hi, I have a periodic problem which I am having a real time trying to sort. Background: An MDI VB app with a DB on SQL 2000. I have wrapped all the DB access into an object which spawns a...
3
by: Geraldine Hobley | last post by:
Hello, In my project I am inheriting several forms. However when I inherit from a form and add additional subroutines and methods to my inherited form I get all sorts of problems. e.g. I sometimes...
6
by: dbuchanan | last post by:
I have a Windows Forms application that accesses SQL Server 2k from a small local network. The application has been used for weeks on other systmes but a new install on a new machine retruns...
21
by: Dan Tallent | last post by:
In my application I have a form (Customer) that I want to be able to open multiple copies at once. Within this form I have other forms that can be opened. Example: ZipCode. When the user enters...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.