VB Helpdesk

  • Thread starter Thread starter Newbie!
  • Start date Start date
N

Newbie!

Hi Group,

Anybody know of anywhere where there is a tutorial on building a Simple
Helpdesk in VB.Net?

Ta
Si
 
No such thing. Anything like a helpdesk system would require advanced
concepts with relational database/ ADO.NET, Multi User Record Locking,
Possibly multi threading, Alerts etc.

I recommend you become very familar with VB.NET first then ADO.NET , read up
on relational databases etc before even thinking about a design.

If You're a Newbie, it sounds a bit ambitious really, but hey good luck.

Regards - OHM
 
Have done just that in house, nothing to it (wrong!) Getting close to
a polished tool for in house use after only 30,000 lines of code,
about a hundred web methods, SQL server back end and winforms client.

Still interested?

OHM gives GOOD advice :)
 
Thanks Charlie.

Regards - OHM


Charlie said:
Have done just that in house, nothing to it (wrong!) Getting close to
a polished tool for in house use after only 30,000 lines of code,
about a hundred web methods, SQL server back end and winforms client.

Still interested?

OHM gives GOOD advice :)

Best Regards - OHMBest Regards - OHM (e-mail address removed)
 
Hi OHM,

I think this question comes from MS Access, there was/is a very very simple
Helpdesk sample in. In my eyes only usable for a helpdesk with 2 questions a
day, but it was a sample.

Cor
 
Oh, MS Access you say, not VB.NET like the poster was asking for then ?

Regards - OHM

Hi OHM,

I think this question comes from MS Access, there was/is a very very
simple Helpdesk sample in. In my eyes only usable for a helpdesk with
2 questions a day, but it was a sample.

Cor

Best Regards - OHMBest Regards - OHM (e-mail address removed)
 
Back
Top