Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TomSlayton
  • Content: Threads
  • Order by date
  1. TomSlayton

    New Petition to MS for VFP 10

    If you still love VFP here's an opportunity to send a message: https://secure.avaaz.org/en/petition/Microsoft_Visual_Foxpro_10/?cnoeijb
  2. TomSlayton

    Application Manifest file - Not working on Windows XP NO SP - Windows XP SP2

    Hi, I am just starting to port some code into C# to share with a VB6 application that I am migrating and in my testing I am getting an error in WINXP less than SP3 when I include a manifest file. Below is what my application manifest looks like. This works on WINXP SP3 - Windows 8. I am not...
  3. TomSlayton

    comdlg32 filename: right justified and can not see the file name in the dialog textbox

    Hi, I am using the Common Dialog Box GetOpenFileNameW (comdlg32.dll) call and I am setting the file name buffer to 255 characters. The problem I am experiencing is that I can not see the file name because the textbox is right-justified and all I can see is the spaces padding the name. I'd like...
  4. TomSlayton

    Blurry form label captions in WIN7

    Hi All, Wondering if you are seeing blurriness in your form lables on WIN7 when you resize your forms. If so, how have you handled that? Best, Tom.
  5. TomSlayton

    n-Tier Error Handling (Newbie Question)

    Hi, I am kind of new to vb.net development and am creating an n-tier application. I am trying get my error handling setup properly between the tiers. The tiers are logically separated w/in the application. In this example let’s say I am trying to return a decimal value to the view from a query...
  6. TomSlayton

    To Fox or not to fox

    Hi, I know that this question comes up every once in a while. I have an opportunity to start a new application and was considering VFP or VB.NET as a front end to a MySQL server. I love to program in Fox and think VB.NET is okay, too. This is essentially a forms over data application that will...
  7. TomSlayton

    How to make Intellisense respect the case of user defined methods?

    Hi, Does anyone know if there is an option to tell fox not to change user defined method names to lowercase? It's a bit frustrating. I generally name my methods in mixed case but fox keeps converting them. All of the Fox defined methods in the class are mixed case. Thanks, Tom.

Part and Inventory Search

Back
Top