User Profile

Collapse

Profile Sidebar

Collapse
mrcw
mrcw
Last Activity: Nov 29 '12, 09:41 AM
Joined: Nov 30 '08
Location: UK
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mrcw
    started a topic change ide to c++

    change ide to c++

    Hi
    does anybody know how to change IDE to c++ (I just want to try something)then I'll change back, or run two instances of vs2010 concurently?
    thank you
    See more | Go to post

  • mrcw
    replied to alter size of flash movies
    thank you
    (rest of code 6000+ lines!)
    See more | Go to post

    Leave a comment:


  • mrcw
    started a topic alter size of flash movies

    alter size of flash movies

    Hi I have a flash movie that is bigger than the axShockwaveFlas h placeholder that plays it. The axShockwaveFlas h placeholder expands to the size of the movie.

    I have found a website at http://www.asp.net/web-pages/tutorials/files,-images,-and-media/10-working-with-video but asp is totaly different from c#.

    How can I make the movie shrink to fit in the axShockwaveFlas h placeholder?
    See more | Go to post

  • mrcw
    replied to deploying program
    I've found that for some very annoying reason my copy vs2010 pro isn't letting me use relative addressing. I'll try reinstalling it.
    See more | Go to post

    Leave a comment:


  • mrcw
    replied to deploying program
    that only works for movies stored on my computer eg c:/Airports.swf not anywheRE else.
    See more | Go to post

    Leave a comment:


  • mrcw
    started a topic deploying program

    deploying program

    Hi, I've written a program called ATC in which I show some shockwave movies. It works fine on my computer, but when I deploy it to another computer it can't show the shockwave movies because they are not avaialable on the new computer because they are on my computer.

    I've tried adding a new folder called movies to ATC in the solution explorer and putting the movies in there. The shockwave object needs the address of the movie to show...
    See more | Go to post

  • mrcw
    started a topic make 55 axshockwave objects invisible

    make 55 axshockwave objects invisible

    Hi I'm trying to make loop to make 55 axshockwave objects invisible. Simply put this in a loop.

    axShockwaveFlas h1.Visible = false
    axShockwaveFlas h2.Visible = false
    axShockwaveFlas h3.Visible = false
    ....
    axShockwaveFlas h55.Visible = false

    As you can see first I listed all the loop items in a TB to make sure they looked O.K. which they did.
    Now I can't work out how to change this into...
    See more | Go to post

  • mrcw
    started a topic alter words in richTextBox

    alter words in richTextBox

    Hi

    how can I alter only the fontsize and fontcolour of the second word in thE THIRD LINE
    thnx
    See more | Go to post

  • mrcw
    started a topic send frequency and duration values of beep to method

    send frequency and duration values of beep to method

    Hi, I'm trying to sound a beep, the freq and duration I send to the method that make's the sound, e.g makebeep(10000, 100). The obvious way seems to be from a button to a method. Here's what I've tryed so far.
    Code:
    using System;
    using System.Collections.Generic;
    using System.Windows.Forms;
    using System.Runtime.InteropServices;
    using System.Media;
    
    namespace Beep
    {
        public partial
    ...
    See more | Go to post

  • mrcw
    replied to assign webcams to pictureboxes
    sorted it using artical on Aforge.net and "modifying" it
    See more | Go to post

    Leave a comment:


  • mrcw
    started a topic assign webcams to pictureboxes

    assign webcams to pictureboxes

    Hi

    I have a c# form that has two pictureboxes on it. I use two webcams I want the first webcam to allways show it's image in picturebox 1 and the second webcam to allways show it's image in picturebox 2.

    How can I write this and stop that annoying popup dialog asking me to select a webcam each time it runs.

    I have no idea about this.

    thnx

    mrcw
    See more | Go to post

  • mrcw
    replied to show cross on jpg in picturebox
    thanx for your help
    mark
    See more | Go to post

    Leave a comment:


  • mrcw
    replied to show cross on jpg in picturebox
    why can't I see the jpg and the cross?

    thanx

    mrcw
    See more | Go to post

    Leave a comment:


  • mrcw
    started a topic show cross on jpg in picturebox

    show cross on jpg in picturebox

    Hi

    I have drawn a cross to show in a picturebox in front of a jpg which should show when the button is pressed.

    If I comment out the image line the cross shows
    If I comment out the cross code the image shows
    but i can't paint the image with the cross in front of it
    can somebody tell/show me where I'm goig wrong

    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    ...
    See more | Go to post

  • mrcw
    replied to publish to another computer
    Build and publish from the build menu gives so many different options that I decided to spend the weekend building my application on the target computer using copy and paste. It now works! Hopefully I'll only have to do this once.

    Thank you for all your help
    See more | Go to post

    Leave a comment:


  • mrcw
    replied to publish to another computer
    its that code that I can't find
    See more | Go to post

    Leave a comment:


  • mrcw
    started a topic publish to another computer

    publish to another computer

    Hi

    I have written a program on one computer now I want to install it on another computer but I keep getting the message

    "Error 3 Access to the path '\MAIN-PC\Users\main\D ocuments\Visual Studio 2010\Projects\r obot Eyes 29042012 with threads\RobotEy es\obj\Release\ ResGen.read.1.t log' is denied."

    I am using VS 2010 pro.

    For some reason the old computer is referenced. How can I remove...
    See more | Go to post
    Last edited by mrcw; May 23 '12, 10:35 AM. Reason: correct z in question

  • mrcw
    started a topic Problem with thread I hink

    Problem with thread I hink

    Hi
    I've made a simple form with 1 textbox and 2 buttons on it and connected my computer to a servo.
    If I press the Go button the servo moves to the position entered in the texbox then stops.
    That works OK, but if I replace the "else" with the line I've commented out and delete the
    following line "if (LEACurrentPosi tion < LEANewPosition) " the servo doesn't move. Why not?

    When I...
    See more | Go to post

  • mrcw
    started a topic pass messages between c# and lisp?

    pass messages between c# and lisp?

    hi

    how can I pass messages between c# and lisp and lisp and c#? Everything I've read uses lisp to c or c++, which is no good to me.
    See more | Go to post

  • resize (make smaller) picturebox but show complete picture

    Hi
    I have a picturebox with a bmp in it. If I make the picturebox smaller using text only part of bmp is shown how can I resize the picturebox but still show all the bmp?
    See more | Go to post
No activity results to display
Show More
Working...