Hiya, I need to send images to a server and want to use Base64 encoding. Is there currently a library that will do this for me? Thanks, garyc
burslem2001
Posts
-
Base64 and VC++ -
Remote connection to SQL server in VC++Hiya, I want to basically perform a bulk copy to a SQL server remotely via VC++ client. Just dont know what library to pull in,maybe sqlncli.msi and use the sqlncli.dll (sql 2008 native client). I wanted to build an MFC application to use this dll. I'm not sure if this is what I want and how to use it. Guidance is needed on this and a steady hand. Much appreciated if somebody can shed some light on how to do this in VC++? Thanks, garyc
-
Changing the look and feel of a MFC dialog boxMuch apreciated guys for your contributions. Thanks, Garyc
-
Changing the look and feel of a MFC dialog boxMuch appreciated. I never knew how they did this and now I know. Thanks, Garyc
-
Changing the look and feel of a MFC dialog boxHi, I want to change the shape and color of a MFC dialog box? Any feedback on this would be appreciated. I know this is probably a very common question, just dont know how to do this. Much appreciated, garyc
-
Columns with checkboxesMuch appreciated. I will have a gander at this.
-
Columns with checkboxesHello, I have a question concerning VC++ and columns and checkboxes. This I'm assuming is a common hurdle to jump when building a GUI. I want to to have a graphical interface that shows a list of columns. The first column, describes the item the following columns could A,B,C etc but are "checkbox" columns that will profile the item in the first column. I went down the merry path of looking into CListControl in MFC that has a column and by setting the style to CHECKBOX you can have a single item with one checkbox, nice to know. Not what I need. Datagrid looks like that is what I need, but I dont see this in MFC. Can somebody point me to an example and even tell me if this is what I need. Thanks in advance, Garyc