Jump to content
Xtreme .Net Talk

Robby

Moderators
  • Posts

    3848
  • Joined

  • Last visited

Everything posted by Robby

  1. Of coarse it will be slow if you're searching or parsing the entire box on each keypress. You may need to revisit your approach.
  2. vbrecka, omit the line "appAccess.DoCmd.PrintOut acPrintAll, , , acMedium"
  3. It started with SP1
  4. go to http://www.visualbasicforum.com for VB6 help.
  5. You really should have no problem while distributing on CD, however if it's an online download you can always point them towards the framework runtimes (21 mb). Since the XP and 2K Updates have included the framework for over a year now I would say that most computer savvy people already have it installed, but that's merely a guess on my part. I haven't seen any stats from MS yet.
  6. ibnet, if you place a Server.Transfer inside your Try block it will always raise an error.
  7. Derek, since you decalred dialog as PrintPreviewControl then ... dialog.Zoom = 75
  8. Did you declare it as public in the base class of the aspx page?
  9. I guess you all missed my link. :)
  10. This may help http://www.microsoft.com/downloads/details.aspx?FamilyId=BF253CFD-1EFC-4FC5-BA7E-6A6F21403495&displaylang=en
  11. However innocent your intentions may be, we will not help with key logging programs here. Sorry.
  12. the dr.Read should be While not If. and where is getMaxBidInfo(), is it returning the expected data?
  13. Oh man, all these years I referred to the MsgBox as a string function. Thanks for correcting me. BUT! If you want to program the .NET way and give up this legacy hold on those methods and functions well why not move into the 21st century and use their replacements that were specifically designed to be optimized in a true object oriented environment. Not to mention the ease of later porting VB.NET code to C#. Also, who knows how long they'll be supported.
  14. what does your code look like?
  15. Would using a Where clause in the RowFilter of the Dataview help you?
  16. Maybe you had accidentaly posted in that thread and a Mod split it into this one. I have since correvted the title.
  17. I think that's what Joey was asking... "If I have a windows based data entry form, is there a way to make this into some sort of control that can be displayed on a web page?" I assume that he wants to control it remotely.
  18. I see what you're saying but I don't think that there's a way around it, except to change the columns' data type to strings. What you can do is use > (greater than) instead of = .
  19. CStr, MsgBox and all those other VB6 string functions have been replaced in .NET with bigger and better ones.
  20. Now the line "And does this run?" will not run but the Finally block still does.
  21. Mutant also mentioned needing the Framework in your other post... http://www.xtremedotnettalk.com/showthread.php?threadid=80110
  22. Robby

    Properties

    It's destroy as soon as the page is loaded, If you plan on doing something with it either do it right away before the page unloads or store it in a session variable, cookie etc...
  23. Did you read Mutant's last post regarding an Installer?
  24. Do they have the .Net Framework installed?
  25. Why do want to suspend or turn off the monitor?
×
×
  • Create New...