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

Search:

Type: Posts; User: Antonio69

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    3,641

    Re: Custom Installer

    I forgot to mention that the Adobe installers are colourful, have a different layout to the standard setup and deployment projects from visual studio and have different fonts etc.

    Also I'm using...
  2. Replies
    1
    Views
    3,641

    Custom Installer

    Hi forum!

    I have a question which may sound noob-like, but I honestly cannot find any answers online.

    I would like to create a custom setup and deployment project. By 'custom', I mean custom...
  3. Replies
    4
    Views
    5,850

    Re: Accessing Objects Between Forms

    Thanks for the reply,

    I didn't know that public properties could be used to access methods,
    I thought they were only for getting and setting variable values.

    Regards,
    Antonio.
  4. Replies
    4
    Views
    5,850

    Re: Accessing Objects Between Forms

    Woops. I forgot to mention i used .NET 3.5.
  5. Replies
    4
    Views
    5,850

    Accessing Objects Between Forms

    Hi all,

    I'm fairly new to C# and have run into a problem. I have one form mainForm which creates a new form optionsForm when a button is clicked.

    private void button_Click(object...
  6. Replies
    6
    Views
    18,000

    Re: Manually created byte array to picture box.

    Thanks Ed, that worked. I guess the invisible behind-the-scenes work is what makes high level programming so attractive.

    Cheers.
  7. Replies
    6
    Views
    18,000

    Re: Manually created byte array to picture box.

    Hi,

    Thanks for the clarification. So say I have the byte array that I've manually specified, and I create a new bitmap object, how would I go about correctly entering the pixel data into the...
  8. Replies
    6
    Views
    18,000

    Manually created byte array to picture box.

    Hi everyone,

    I'm fairly new to C#. I have created a byte array which has elements which I have manually specified. Specifically, these bytes correspond to BGR components of an image (again, I...
  9. Replies
    2
    Views
    7,114

    Re: Image Overlay on Video

    Anyone?
  10. Replies
    2
    Views
    7,114

    Image Overlay on Video

    Hi forum!

    I'm using C# to display MPEG4 video on a form. I want to overlay a transparent image over the playing video. I was wondering if anyone knows of a simple way of doing this (without using...
  11. Re: Dynamic Allocation of User-Defined Structure Type

    Thank you for your replies,

    Just for clarification, allocating dynamic structures with smaller sized array members will be faster than what I currently have? Are there more efficient ways to...
  12. Dynamic Allocation of User-Defined Structure Type

    Hi everyone

    I'm working on a video processing project using Visual Studios 2008 (on a Vista OS), and I've been timing each function in order to see where my code is running the slowest.

    I've...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured