Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
GeneralRe: DateTime.Now in a label Pin
Dave Kreskowiak24-Feb-04 7:42
mveDave Kreskowiak24-Feb-04 7:42 
GeneralHelp, How to add a footer to a windows form Datagrid Pin
mdolby24-Feb-04 6:32
mdolby24-Feb-04 6:32 
GeneralRe: Help, How to add a footer to a windows form Datagrid Pin
Heath Stewart24-Feb-04 12:29
protectorHeath Stewart24-Feb-04 12:29 
GeneralHelp using C# COM Interop in VBA / Excel Pin
BeeBar24-Feb-04 4:49
sussBeeBar24-Feb-04 4:49 
GeneralRe: Help using C# COM Interop in VBA / Excel Pin
Nick Parker24-Feb-04 6:44
protectorNick Parker24-Feb-04 6:44 
GeneralRe: Help using C# COM Interop in VBA / Excel Pin
BeeBar24-Feb-04 7:01
sussBeeBar24-Feb-04 7:01 
GeneralAdd image to database Pin
Amirjalaly24-Feb-04 4:24
Amirjalaly24-Feb-04 4:24 
GeneralRe: Add image to database Pin
Judah Gabriel Himango24-Feb-04 4:53
sponsorJudah Gabriel Himango24-Feb-04 4:53 
SQL database can accept the Binary type, which corresponds to an C# byte[]. So convert your bitmap into an array of bytes when you want to store it in the database. And when you're ready to read it from the database, construct one from the read in bytes (you should be able to use something like Bitmap.FromStream).

The graveyards are filled with indispensible men.
GeneralRe: Add image to database Pin
Mazdak24-Feb-04 5:19
Mazdak24-Feb-04 5:19 
GeneralRe: Add image to database Pin
Heath Stewart24-Feb-04 5:23
protectorHeath Stewart24-Feb-04 5:23 
GeneralRe: Add image to database Pin
turbochimp25-Feb-04 10:58
turbochimp25-Feb-04 10:58 
Generalmusic files Pin
jphuphilly24-Feb-04 4:22
jphuphilly24-Feb-04 4:22 
GeneralRe: music files Pin
Mazdak24-Feb-04 5:23
Mazdak24-Feb-04 5:23 
GeneralRe: music files Pin
jphuphilly24-Feb-04 7:03
jphuphilly24-Feb-04 7:03 
GeneralCrystal Report batch console application Pin
Visionsoft24-Feb-04 3:53
Visionsoft24-Feb-04 3:53 
GeneralSorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 2:21
ajaylulia24-Feb-04 2:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
Mazdak24-Feb-04 3:21
Mazdak24-Feb-04 3:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 16:56
ajaylulia24-Feb-04 16:56 
GeneralAsynchronous sockets and message queues Pin
Rickard Andersson2024-Feb-04 2:08
Rickard Andersson2024-Feb-04 2:08 
GeneralRe: Windows Processes& Properties Pin
Heath Stewart24-Feb-04 5:05
protectorHeath Stewart24-Feb-04 5:05 
GeneralError: Malformed server response Pin
rosie224-Feb-04 0:33
rosie224-Feb-04 0:33 
GeneralRe: Error: Malformed server response Pin
Heath Stewart24-Feb-04 5:03
protectorHeath Stewart24-Feb-04 5:03 
GeneralDirectX Mesh Pin
SherKar23-Feb-04 23:08
SherKar23-Feb-04 23:08 
GeneralRe: DirectX Mesh Pin
Heath Stewart24-Feb-04 4:59
protectorHeath Stewart24-Feb-04 4:59 
Questioncontrols in a ListView??? Pin
Snowjim23-Feb-04 22:19
Snowjim23-Feb-04 22:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.