Click here to Skip to main content
16,006,440 members
Home / Discussions / C#
   

C#

 
AnswerRe: FileSystemWatcher Problem ! Pin
LongRange.Shooter31-Jul-06 5:35
LongRange.Shooter31-Jul-06 5:35 
GeneralRe: FileSystemWatcher Problem ! [modified] Pin
coolestCoder31-Jul-06 20:49
coolestCoder31-Jul-06 20:49 
QuestionHow do I write large uint to a registry dword value? Pin
Mike Poz30-Jul-06 21:24
Mike Poz30-Jul-06 21:24 
AnswerRe: How do I write large uint to a registry dword value? Pin
Guffa31-Jul-06 0:36
Guffa31-Jul-06 0:36 
GeneralRe: How do I write large uint to a registry dword value? Pin
Mike Poz31-Jul-06 15:40
Mike Poz31-Jul-06 15:40 
Questioncreate a loadable dll from vs 2005 environment (instead of by using csc) Pin
gobis30-Jul-06 21:19
gobis30-Jul-06 21:19 
AnswerRe: create a loadable dll from vs 2005 environment (instead of by using csc) Pin
Saqib Mehmood30-Jul-06 23:51
Saqib Mehmood30-Jul-06 23:51 
QuestionSending Image to C++ Pin
liqnit30-Jul-06 21:08
liqnit30-Jul-06 21:08 
Hi is there a way i can send or give access\reference to Buffer i have with BMP image inside to another
object application written in C++ unmaneged?
using System;<br />
using System.Collections.Generic;<br />
using System.ComponentModel;<br />
using System.Data;<br />
using System.Drawing;<br />
using System.Text;<br />
using System.Windows.Forms;<br />
<br />
<br />
namespace LoadImageBMP<br />
{<br />
    public partial class Form1 : Form<br />
    {<br />
        public Form1()<br />
        {<br />
            InitializeComponent();<br />
        }<br />
<br />
<br />
<br />
        private void button1_Click(object sender, EventArgs e)<br />
        {<br />
 <br />
            mLoadImagetoBuffer();<br />
            pb1.Image = System.Drawing.Image.FromFile(@"M:\Inbox\Card.bmp");<br />
           <br />
            <br />
        }<br />
        private  void mLoadImagetoBuffer()<br />
        {<br />
            //(@"M:\Inbox\Card.bmp");<br />
            <br />
            Image Mbmp;<br />
            Mbmp = System.Drawing.Image.FromFile(@"M:\Inbox\Card.bmp");<br />
<br />
        }<br />
    }<br />
    }<br />


i want to semd give acess to Mbmp.

any idea would help.

Have a nice Day

AnswerRe: Sending Image to C++ Pin
stancrm30-Jul-06 23:08
stancrm30-Jul-06 23:08 
GeneralRe: Sending Image to C++ Pin
liqnit31-Jul-06 2:57
liqnit31-Jul-06 2:57 
QuestionIP Address Pin
AnjuV30-Jul-06 20:53
AnjuV30-Jul-06 20:53 
AnswerRe: IP Address Pin
coolestCoder30-Jul-06 22:16
coolestCoder30-Jul-06 22:16 
QuestionPlease help with datagrid Pin
k535430-Jul-06 19:13
k535430-Jul-06 19:13 
Questioncopy and paste text Pin
Kim061830-Jul-06 18:57
Kim061830-Jul-06 18:57 
AnswerRe: copy and paste text Pin
Saqib Mehmood30-Jul-06 20:41
Saqib Mehmood30-Jul-06 20:41 
GeneralRe: copy and paste text Pin
Kim061830-Jul-06 22:29
Kim061830-Jul-06 22:29 
GeneralRe: copy and paste text Pin
Saqib Mehmood30-Jul-06 23:24
Saqib Mehmood30-Jul-06 23:24 
AnswerRe: copy and paste text Pin
erfi31-Jul-06 22:09
erfi31-Jul-06 22:09 
AnswerRe: copy and paste text Pin
LongRange.Shooter31-Jul-06 5:39
LongRange.Shooter31-Jul-06 5:39 
Questiongenerate numbers Pin
skyeddie30-Jul-06 18:52
skyeddie30-Jul-06 18:52 
AnswerRe: generate numbers Pin
Guffa30-Jul-06 18:58
Guffa30-Jul-06 18:58 
GeneralRe: generate numbers Pin
skyeddie30-Jul-06 19:53
skyeddie30-Jul-06 19:53 
GeneralRe: generate numbers Pin
Guffa30-Jul-06 20:59
Guffa30-Jul-06 20:59 
GeneralRe: generate numbers Pin
LongRange.Shooter31-Jul-06 5:40
LongRange.Shooter31-Jul-06 5:40 
AnswerRe: generate numbers Pin
Vipin Venugopal30-Jul-06 20:09
Vipin Venugopal30-Jul-06 20:09 

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.