Jump to content
Xtreme .Net Talk

Robby

Moderators
  • Posts

    3848
  • Joined

  • Last visited

Everything posted by Robby

  1. What is it that you want do (in detail) ?
  2. Do you mean "Write to" , as in Update or Insert a new row?
  3. You would have to simulate an IE using a WinForm
  4. Even if it had zero errors, the code that the wizard generates is plain crap and does not adhere to .NET concepts and methods.
  5. Robby

    Saving info

    http://www.w3schools.com/xml is a good place to start for the fundementals of XML
  6. Robby

    Saving info

    or an XML file
  7. My suggestion is learn .NET and do it properly yourself without using any upgrade wizards. Nothing good will come from any upgrader.
  8. You can force any file name you want using the method described in the article.
  9. hmm, lots of barcode questions today, is there a firesale? :) http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=free+barcode+fonts
  10. check this out... http://www.csharpfriends.com/SourceCode/csharpfriendsV1/Members/Main/Tutorials/get_tutorial.aspx?tutID=15
  11. check this out http://aspalliance.com/articleViewer.aspx?aId=150&pId=1
  12. Robby

    int[]

    I don't understand your question.
  13. Place the control in a Panel then use the Visible property,
  14. Hmm, "real websites" and "flash animation" in the same sentence? :eek: Visual Studio .NET !!!
  15. Did you install any fonts for the scanner? If do, place a textbox on a form, gain focus on it and scan a barcode, that's it.
  16. Is there an open connection from a previous object?
  17. Have you tried to set the property to "Copy Local" ? Also, are you deploying using a setup package?
  18. Kind of hard to help you without seeing the code, my guess is that you need this before the DataBind() line... DataGrid.DataSource= DsFormes1
  19. Are planning on Binding the data to a control? Or just display the data in html table tags (or something) ?
  20. Like Application.StartupPath?
  21. I can't see any legitimate reason to change a cursor at the global level.
  22. Do you mean to an hourglass or something? If so, Me.Cursor = Cursors.WaitCursor 'or custom Cursor.Current = New Cursor(Application.StartupPath & "\SomeCursor.cur")
  23. Robby

    unique data

    this may interest you http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemtypeclassgettypefromclsidtopic1.asp
  24. Robby

    unique data

    Like a GUID?
×
×
  • Create New...