Tagged Questions

5
votes
3answers
373 views

When should you build a web application vs. a thick client?

I would like to hear other people's advice on when one should build a web application versus building a thick client. Over the last few years, I have participated in several discu …
3
votes
3answers
88 views

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only …
2
votes
1answer
160 views

Local vs. Centralized Processing

Hi Everyone, I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly …
0
votes
0answers
26 views

Framework for scalable (size) GUI (swing,flash,air,..) ?

Is anyone aware of scalable GUI for the desktop (or browser) ? Imagine you layout a huge gui that is too big for one regular screen, but you could zoom out see the complete gui (a …
0
votes
1answer
138 views

How to diagnose ArgumentOutOfRangeException on SqlDbType?

We have some customers using our .NET 2.0 thick-client app that experience strange, intermittent errors reading data from a SQL 2000 SP4 Server, where the actions succeeded just mo …
0
votes
3answers
444 views

how to create Toolbar in window Application using C#

i want to create toolbar using window application in dotnet.it will use yahoo,gmail API. please anybody have any solution pls send me.
0
votes
7answers
2k views

Creating An Insert Statement — Windows application Vb.Net

I am doing windows appliction in vb.net. i have customer object contains save method. how do i generate insert query? I need to save the object in relational database (SQL server) …