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
User Profile
Collapse
Profile Sidebar
Collapse
mrcw
Last Activity: Nov 29 '12, 09:41 AM
Joined: Nov 30 '08
Location: UK
-
thank you
(rest of code 6000+ lines!) -
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? -
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.Leave a comment:
-
that only works for movies stored on my computer eg c:/Airports.swf not anywheRE else.Leave a comment:
-
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... -
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... -
alter words in richTextBox
Hi
how can I alter only the fontsize and fontcolour of the second word in thE THIRD LINE
thnx -
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 -
-
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 -
-
-
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;
-
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 helpLeave a comment:
-
-
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... -
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... -
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. -
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?
No activity results to display
Show More
Leave a comment: