Skip to main content

My Visual Studio Experience - Episode 1

As an engineer who loved programming, I learned VB v3 back in 1993 and developed many apps for classes and work etc. I built ParaPlan using VBA because it provided me immediate data access that I found very easy to use.

As EnGraph has grown, we need to step out of these bounds and build better software. Tim has been building all our new components in .NET for 3 years now. I am teaching myself .NET 05 with help so we can provide a new vehicle maintenance module for our clients.

I am working on the UE first, just to get a feel of Visual Studio and I have to say this is incredible. Tips pop up helping me all the time and intellisense is rockin my world. Things would have been easier with this framework 7 years ago. Anyway, I am currently battling with tabs, panels, lists, menus, etc. and just learning how basic controls work. I am excited to create a 'modern' looking software solution for our new and existing clients. Stay tuned for screen shots etc!

Comments

dru said…
Way to go Kyle. Keep the .Net love flowing.

Popular posts from this blog

The Ole Village Greens Golf Course

Peez took me out to one of our old college favorites 2 weekends ago.  The course is called THE VILLAGE GREENS and it resides in lovely Ozawkie, KS near Perry Lake.  We played this course quite a bit in our later days in college because it was cheap and fun.  All we had was Alvamar when we were at KU and she’s a little pricey for college kids.  Anyway, it was humid and hot but good times.  After, we stopped in Oskaloosa to watch the final round of the PGA at some local ‘downtown’ bar called Angie’s?

File Sharing Lock Count Exceeded

When processing large transactions within a Microsoft 'split-database' application, you may receive the above error.  The MS 'split-db' in Access is not a true client-server solution, it is a file-server solution that can lead to this error/issue. To avoid this issue you need to manually change a registry setting for MS Jet 4.0.  Set the value to at least 1,000,000,000 and follow the Method 1 instructions linked to here:  http://support.microsoft.com/kb/815281

Transferring Outlook Data

Tim showed me how to use the Microsoft 'Save My Office Settings' tool, which worked like a champ as I was setting up my new machine. So if you want to have the same settings, toolbar locations, rules, etc. on a different machine...just go to Microsoft Office Tools->Save My Settings. Then transfer that file (*.OPS) to the new machine and load it the same way, very nice. Now to Outlook... I wanted to transfer all of my outlook data to the new machine also, which required messing with the infamous 'outlook.pst' file. This file can be found at "C:\Documents and Settings\Kyle Archer\Local Settings\Application Data\Microsoft\Outlook\". I found out that PST stands for 'Personal Store' according to Microsoft. Anyway, this monster file contains all your emails, events, contacts, notes, etc. It can get quite large and mine was appraoching a Gig. Even when you clean out your junk mail, delete stuff then remove your 'Deleted Items', it doesn't do m...