Click here to Skip to main content
15,913,090 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error inserting a date into an SqlCe DataTable Pin
Dave Kreskowiak12-Jan-10 18:29
mveDave Kreskowiak12-Jan-10 18:29 
GeneralRe: Error inserting a date into an SqlCe DataTable Pin
Paul Hasler13-Jan-10 2:40
Paul Hasler13-Jan-10 2:40 
QuestionCover a form and it no longer updates Pin
Gregory Gadow12-Jan-10 12:53
Gregory Gadow12-Jan-10 12:53 
AnswerRe: Cover a form and it no longer updates Pin
Luc Pattyn12-Jan-10 13:14
sitebuilderLuc Pattyn12-Jan-10 13:14 
GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 3:41
Gregory Gadow13-Jan-10 3:41 
GeneralRe: Cover a form and it no longer updates Pin
Luc Pattyn13-Jan-10 3:49
sitebuilderLuc Pattyn13-Jan-10 3:49 
GeneralRe: Cover a form and it no longer updates Pin
Tom Deketelaere13-Jan-10 3:58
professionalTom Deketelaere13-Jan-10 3:58 
GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 5:15
Gregory Gadow13-Jan-10 5:15 
Sorry for the sarcastic response above; friends should not let friends post while uncaffeinated.

The application itself is more than 10 years old. It was originally written in VB4, was latter translated into VB6 and, starting about two years ago, translated into VB.Net 3.5. This is the database front end used by the home office of a mid-size brokerage firm and has gone through EXTENSIVE rewrites over the years to accomodate changes in federal regulations and the ignorant whims of Point-Haired Bosses. The EXE of the original, as delivered by the team of contractors, was 1028kb; the most recent VB6 version is 2844kb. Because of the number of cards that make up this mission critical house, I have been very reluctant to make wholesale changes in the code.

In summary, the application is a big, steaming pile sitting on my desk.

In the most recent version (the one in VB.net 3.5) there were some organizational changes. The visual interface (forms, etc.) and central application pieces are in one project, the core functionality and custom components are in another project, database functionality is in a third, and projects exist for interfacing with our document imaging system, our reporting system and our back-office employee management system (don't ask why that was folded in,) all tied together into a single solution. Some order was imposed on the database module, forced largely by the switch from RDO to ADO.Net, but by and large, the code was merely translated rather than redesigned from scratch like it should have been: we simply did not have the time and resources to do that.

It should be possible to redesign the main project to make use of multithreading, but that leads to a rather more substantial problem: my company does not pay for tech training, so I would have to do it on my own and I don't know squat about multi-threading. I'd like to think that I am a pretty competent programmer, but that is never something I've had to do before. Contracting is not a realistic option, as my boss tends to higher whoever has the lowest fee and does not ask my opinion before inking the contract.

I was really hoping that there was a simpler solution.
GeneralRe: Cover a form and it no longer updates Pin
Tom Deketelaere13-Jan-10 5:27
professionalTom Deketelaere13-Jan-10 5:27 
GeneralRe: Cover a form and it no longer updates Pin
Luc Pattyn13-Jan-10 5:31
sitebuilderLuc Pattyn13-Jan-10 5:31 
GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 5:57
Gregory Gadow13-Jan-10 5:57 
GeneralRe: Cover a form and it no longer updates Pin
Tom Deketelaere13-Jan-10 3:57
professionalTom Deketelaere13-Jan-10 3:57 
GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 5:18
Gregory Gadow13-Jan-10 5:18 
QuestionVB+Crystal Report Problem Pin
Tufail Ahmad11-Jan-10 21:32
Tufail Ahmad11-Jan-10 21:32 
QuestionAbout Public Arrays in VB Pin
Niungareamit11-Jan-10 21:17
Niungareamit11-Jan-10 21:17 
AnswerRe: About Public Arrays in VB Pin
Wayne Gaylard12-Jan-10 2:37
professionalWayne Gaylard12-Jan-10 2:37 
AnswerRe: About Public Arrays in VB Pin
Ray Cassick12-Jan-10 6:53
Ray Cassick12-Jan-10 6:53 
GeneralRe: About Public Arrays in VB Pin
Ian Shlasko12-Jan-10 11:11
Ian Shlasko12-Jan-10 11:11 
GeneralRe: About Public Arrays in VB Pin
MikeMarq12-Jan-10 12:10
MikeMarq12-Jan-10 12:10 
GeneralRe: About Public Arrays in VB Pin
Ray Cassick12-Jan-10 14:14
Ray Cassick12-Jan-10 14:14 
GeneralRe: About Public Arrays in VB Pin
Wayne Gaylard12-Jan-10 21:05
professionalWayne Gaylard12-Jan-10 21:05 
Questionset WaitCursor without a form running Pin
JW73811-Jan-10 9:12
JW73811-Jan-10 9:12 
AnswerRe: set WaitCursor without a form running Pin
nlarson1111-Jan-10 10:10
nlarson1111-Jan-10 10:10 
GeneralRe: set WaitCursor without a form running Pin
JW73811-Jan-10 10:44
JW73811-Jan-10 10:44 
AnswerRe: set WaitCursor without a form running Pin
Luc Pattyn11-Jan-10 11:04
sitebuilderLuc Pattyn11-Jan-10 11:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.