trying to post image

mistee71

Well-Known Member
Messages
368
Dislikes
FOOTBALL. MY husband is a sports fanatic and watches everything. Most i can put up with just not football.
can somebody with a lot of patience tell me how to post an image on here please. I have tried but cant figure it out. The picture is a photo in my pictures, not on another web site if that makes any difference
 

catza

Well-Known Member
Messages
548
Type of diabetes
Type 2
Treatment type
Diet only
Hi mistee, I will try to help.

Starting from scratch, click on Quick reply then click to go into the Full editor.

At the bottom of the Full Editor click on Upload Attachment button.

Click on the browse button that will appear.

In the box that appears go to the location of your picture on your PC.

If you click on that picture you should then get an option to 'open' it.......

and, having done so, that box will probably close and you should see that the location of your picture has been recorded next to the Browse button at the bottom of the full editor.

Click on the 'Add The File' button. Your screen will refresh and you should see a button that says' Place in Line' where you originally saw the Browse button.

Click that and the code for your picture will show up in the reply section where you can add what you wish to say. It will look some thin like this ... [attachment =0]2 cats.jpg[/ attachment]

Click in the preview button to make sure it has worked.

Fingers crossed for you.

Jo catza
 

mistee71

Well-Known Member
Messages
368
Dislikes
FOOTBALL. MY husband is a sports fanatic and watches everything. Most i can put up with just not football.
My daughter and her daughter 5 minutes after the event.

Thanks Jo X

Tina
 

Attachments

  • 20120515_021037.jpg
    20120515_021037.jpg
    31.5 KB · Views: 646

Administrator

Well-Known Member
Staff Member
Administrator
Messages
1,594
Type of diabetes
Family member
Treatment type
I do not have diabetes
Congratulations - a great way to end the day (considering we just saw this at 5.52!)

:D :D :D :D :D :D :D
 

catza

Well-Known Member
Messages
548
Type of diabetes
Type 2
Treatment type
Diet only
Oh what a beautiful photo misstee. No wonder you wanted to be able to post it. Congratulations once again. :)
 

Nana klinton

Newbie
Messages
2
Type of diabetes
Researcher
Treatment type
I do not have diabetes
HI there
For me ,i usually load the image using this code:
namespace RE__Test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
string fileName = "c:/Sample.png";

REImage reImage = REFile.OpenImageFile(fileName);

REFile.SaveImageFile(reImage, "c:/reimage.png", new PNGEncoder());
}