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

Search:

Type: Posts; User: Randy1969

Search: Search took 0.02 seconds.

  1. Re: How To AutoResize Customized Components (In This Case Customized DataAdapter)

    No, that doesn't allow the color and width of the border to be set.
  2. How To AutoResize Customized Components (In This Case Customized DataAdapter)

    Hello,

    In order to be able to draw a border around a DataAdapter, I've created a class that inherits from DataAdapter and draws a border around a DataAdapter, making the class a customozied...
  3. Re: How To Get TimeStamp of a File -- File.GetCreationTime Not Working

    Thanks, yes, that's what happened.

    It would seem that the "LastWriteTime" would be a date that is later in time (more recent) than "CreationTime", but for some reason, it's backwards for me. I...
  4. How To Get TimeStamp of a File -- File.GetCreationTime Not Working

    Hi

    I've searched around the net and the conventional answer for getting the timestamp of a file is to use
    File.GetCreationTime. But for some reason, the return DateTime is always different than...
  5. Re: SocketException When Connection to MYSQL DB From Shared Drive ... C Drive No Prob

    Thank you much for the info. I am running in an ASP.NET 4.0 framework, so this would make sense.
  6. Re: SocketException When Connection to MYSQL DB From Shared Drive ... C Drive No Prob

    The program is not connecting to the C or F drive, it's connecting to a remote database. When the program is compiled and ran on the C drive and tries to connect to the remote DB, it has no problem...
  7. SocketException When Connection to MYSQL DB From Shared Drive ... C Drive No Problem

    Hi

    I am running a very simple app that tries to connect to a MYSQL DB. When I compile and run on my local C drive, it connects with no problem. But when I compile and run the same exact code on a...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured