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

Search:

Type: Posts; User: vojtek11

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    783

    Re: Encoding issue

    Short update:

    I checked how EXACTLY strings are in mysql base and seems that all - non-ASCII character are encoded with 4 to 5 bytes sequence.

    In example:

    Ó

    in UTF-8 i know = C5 9A
  2. Replies
    1
    Views
    783

    Encoding issue

    Hi,

    I need to access (read-only) mysql database which has local characters encoded with utf-8. when this database is projected as HTML webpage (it's a very simple operation - without any encoding...
  3. How SQL DataAdapter can add a custom column to DataGridView?

    I'm using DataGridView control and DataAdapter with SQL database does all control over it. Database can be of course on demand updated back with whatever user added/deleted/modified in the...
  4. DataGridViewTextBoxCell with OnTextChanged handler?

    I posted a message some time ago - with no useful answers unfortunatelly. Since then I studied and searched for any solution available on the net. Nothing useful unfortunatelly.

    The goal I'm...
  5. Replies
    2
    Views
    5,833

    Re: DataGrid w/ TextChanged event handler?

    Still - some help with it would be greatly appreciated

    Thank You,
    Vojtek
  6. Replies
    2
    Views
    5,833

    DataGrid w/ TextChanged event handler?

    I created a default DataGrid. By default it is made of textboxes, right? I need to know what user is typing while he is typing. In other words - to have something like a TextChanged event handler...
  7. Re: How to copy one file from FTP in passive mode

    Unfortunatelly - while using FtpWebRequest, the files downloaded are stripped from special characters. It looks (despite of .UseBinary = true), this command filters all non-alphabetical charcters. at...
  8. How to copy one file from FTP in passive mode

    I have a file on ftp. I can access it like that:

    ftp://user:pass@my.ftp.com/file.txt

    The server do allow only passive connection. I cannot access it using i.e. windows ftp.exe command.

    I...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured