Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
Questioncut,copy,paste a picturebox control in c#.net at runtime Pin
shabanab7-Jan-09 2:33
shabanab7-Jan-09 2:33 
RantDon't repost Pin
Eddy Vluggen7-Jan-09 2:38
professionalEddy Vluggen7-Jan-09 2:38 
AnswerRe: Don't repost Pin
Eddy Vluggen7-Jan-09 2:43
professionalEddy Vluggen7-Jan-09 2:43 
AnswerRe: cut,copy,paste a picturebox control in c#.net at runtime Pin
Not Active7-Jan-09 2:45
mentorNot Active7-Jan-09 2:45 
AnswerRe: cut,copy,paste a picturebox control in c#.net at runtime Pin
Dragonfly_Lee7-Jan-09 18:43
Dragonfly_Lee7-Jan-09 18:43 
QuestionReading Binary Database Pin
Muammar©7-Jan-09 2:21
Muammar©7-Jan-09 2:21 
AnswerRe: Reading Binary Database Pin
DaveyM697-Jan-09 2:26
professionalDaveyM697-Jan-09 2:26 
AnswerRe: Reading Binary Database Pin
Colin Angus Mackay7-Jan-09 2:30
Colin Angus Mackay7-Jan-09 2:30 
Muammar© wrote:
you know, the .dat format. Any clue how to do it??


.dat is typically a generic file extension used to denote that it is an internal format for some application. We cannot know the format unless we know the application to which it belongs.


Muammar© wrote:
Is there some sort of stream we can use or a library??


You can open the file using a FileStream and a BinaryReader, but you'll need to know how it is formatted internally to be able to interpret what you get back.

* Developer Day Scotland 2 - Free community conference
* The Blog of Colin Angus Mackay


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

GeneralRe: Reading Binary Database Pin
Muammar©7-Jan-09 19:55
Muammar©7-Jan-09 19:55 
QuestionSetup tool Pin
blackjack21507-Jan-09 2:12
blackjack21507-Jan-09 2:12 
AnswerRe: Setup tool Pin
Colin Angus Mackay7-Jan-09 2:17
Colin Angus Mackay7-Jan-09 2:17 
GeneralRe: Setup tool Pin
blackjack21507-Jan-09 2:20
blackjack21507-Jan-09 2:20 
GeneralRe: Setup tool Pin
DaveyM697-Jan-09 2:23
professionalDaveyM697-Jan-09 2:23 
AnswerRe: Setup tool Pin
DaveyM697-Jan-09 2:21
professionalDaveyM697-Jan-09 2:21 
AnswerRe: Setup tool Pin
carbon_golem7-Jan-09 2:44
carbon_golem7-Jan-09 2:44 
QuestionLimiting the size of log file Pin
eyalbi0077-Jan-09 1:20
eyalbi0077-Jan-09 1:20 
AnswerRe: Limiting the size of log file Pin
Giorgi Dalakishvili7-Jan-09 1:33
mentorGiorgi Dalakishvili7-Jan-09 1:33 
GeneralRe: Limiting the size of log file Pin
#realJSOP7-Jan-09 2:27
professional#realJSOP7-Jan-09 2:27 
GeneralRe: Limiting the size of log file [modified] Pin
blackjack21507-Jan-09 2:49
blackjack21507-Jan-09 2:49 
AnswerRe: Limiting the size of log file Pin
Dragonfly_Lee7-Jan-09 2:01
Dragonfly_Lee7-Jan-09 2:01 
GeneralRe: Limiting the size of log file Pin
Eddy Vluggen7-Jan-09 2:09
professionalEddy Vluggen7-Jan-09 2:09 
GeneralRe: Limiting the size of log file Pin
Dragonfly_Lee7-Jan-09 18:39
Dragonfly_Lee7-Jan-09 18:39 
QuestionC# in Windows Application Pin
Nath7-Jan-09 1:12
Nath7-Jan-09 1:12 
AnswerRe: C# in Windows Application Pin
Wendelius7-Jan-09 1:16
mentorWendelius7-Jan-09 1:16 
AnswerRe: C# in Windows Application Pin
dan!sh 7-Jan-09 1:57
professional dan!sh 7-Jan-09 1:57 

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.