CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pbutala

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    5,865

    Re: Database driven menustrip

    have you been able to create a datacontext for your database ?
    If you have, you can use
    List<tablename> lst = (from table in datacontext.table
    select...
  2. Re: UnauthorizedAccessException when accessing Virtual COM port

    maybe i was a little too hasty posting that last post ! ..
    now the exception is thrown when my app exits....

    Does anyone have a solution for this ?
  3. Re: UnauthorizedAccessException when accessing Virtual COM port

    Mr. burns' solution to add the config file to the project worked ! thank you.
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured