How To Insert A Picture Into A Forum Post
Jan 5, 2012Click and see this link if you are interested.url...Click this link to see the NEW way of how to insert a picture into a forum post.
View 2 RepliesClick and see this link if you are interested.url...Click this link to see the NEW way of how to insert a picture into a forum post.
View 2 Replies<edit on 10th March 2010.>
Changed thread type to QUESTION. I was then able to mark AS ANSWER the relevent post which now also immediately follows this post and so it is easier to find as suggested by forum user j2associates .
<edit> It is also my 3rd post in this thread, the 8th one up, of my posts, from the bottom ( for now ), as the forum format has changed yet again.I will leave the rest of this post( as is ) purely for historical reasons. I have been on these forums long enough to see 3 forum changes. <edit> 19th May, 2010> Link added to a video on the next line of text.
[code]....
I tried this code but it shows me errors:Picture:
[Code]...
I'm creating an app that edit a post in a ipforum with httpwebrequest and httpwebresponse in vb.net.I use fiddler2 to get the post forms.I successfully create the code to connect to the site the authentication works well and i don't found problems. But to edit a post i don't find how to do it this is the request of the site taken from fiddler:
[Code]...
basically I am trying to expand my skills in visual basic 2010 and i want to find out how to make a kind of drawing program.The idea is when you click somewhere on the form a bit of dirt will appear at the location of the mouse.This code that I wrote did not seem to work:
Public Class city
Private Sub city_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click
Dim dirt As New PictureBox
[code].....
it might help to change the forum name to Visual Basic .NET General Forum. or VB.NET General Forum maybe would help the vba and vb6 developers know this is not for them.
[Code]...
can we write code in vb.net like this in fourm
View 3 Repliesis there any way i can do this? As normally you can use a BB code on the post. But when using POST string it says error. i'm not sure if its because of the characters in the URL which are giving it an error but i've added in front of " etc [URL ="http://url"]LINK[/URL] is the BB Code, how can i make this work please? as i'm currently using this in a text box then postings it.
ive tryed
[URL =""http://url""]LINK[/URL]
[URL ="http://url"]LINK[/URL]
*Had to add space before "="
I just re did my question and added a few other scripts needed to pull everything together This is the small script I am using to receive the post and push the data into the SQL Server (2008 if that matters):
[Code]....
I'am trying to write a program in order to obtain a screen picture for a post review of the running window that should be periodically executed with the tasks manager.
[Code]...
How to insert, search and delete a picture in vb.net and Microsoft access 2007? A picture that will be store in access is inserted in a form or a picture box. But it seems I have the wrong codes.. and when I click the insert button, it doesn't store in the access, and when I click the search button, nothing appear in the picture box.
Here's my code for insert.
Dim konek As New OleDbConnection
konek.ConnectionString = strConnection
Dim sqlInsert As String = ""
sqlInsert = "INSERT INTO Table1" _
& "(Picture )" _
[Code] .....
I need to insert a picture from a PictureBox along with some text from a RichTextbox into a word document/pdf file usingVisual basic
View 4 Repliesi am using visual studio 2005.I have a few questions about listbox and openfiledialog, hoping to have some answers.I am creating a picture viewer, and so in my listbox I have put 3 defaults pictures, say namely 'X', 'Y', and 'Z'.Then there is this Insert button that allows user to insert new picture and added into the listbox.So here comes the questions:1. In the Insert button code below, I have made it such that whenever a picture is insert, it will displays out the picture in the picturebox and its name in the listbox. So how do I make the listbox to move its highlight to the newly insert picture?
Private Sub btnInsert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnInsert.Click
OpenFileDialog1.FileName = ""
OpenFileDialog1.Filter = "JPEG | *.jpg"
If OpenFileDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then
MsgBox(OpenFileDialog1.FileName & " has been added into playlist")
ListBox1.Items.Add(OpenFileDialog1.FileName)
[Code]...
3. Lastly for the openfiledialog. As a new picture is insert, the name displays in the listbox is 'C:Documents And Settings......' which is the location of the file. Is it possible to limit it to displays only the filename, and not the location?
i am creating an application that will upload a picture into a mysql database. I currently am able to add normal records with text and integers into other tables and get the data in the table to display in listview etc, however, i am wondering how i could insert a picture into the mysql database.I know the field needs to be blob type and have that set.The table i want to upload to is "picture" and contains only 3 fields, "ID"; "pic"; "caption".
View 5 RepliesI want to insert an image in .mdf file directly from the Picture Box, without using FileInfo.
View 2 RepliesWhat should i use when i want to add a picture in my form i want the user to browse a picture and save it into the database and after it inserted in the datbase the user will want to retrieve the picture or view its picture. I really nid elp and its one of of the requirmnts of the user anyone knows??.
View 1 RepliesI am pulling a random name from my database that matches up with images (embedded images) in my project.[code]
View 2 RepliesI'm am having a heck of a time finding a code snippet that works for this. I have got to the point where it appears the picture is stored as a blob (perhaps incorrectly) by using this [code]...
View 3 RepliesHow can inserting picture to picture box from sql server database to vb.net2005 program at run time?
View 1 RepliesI need to open an MS Word document and insert a picture to it using VisulaBasic 2008 by clicking on a button. I tried the automation code provided at this link [URL] but I can't find how to do what I want.
View 6 RepliesHaving a problem with sending a file via HTTP post in vb.net. I am trying to mimic the following HTML so the vb.net does the same thing.[code]
View 4 RepliesI have a little bit of trouble figuring out why I am getting these error messages. Here is the error messages and then the code will follow behind it.The code is taken directly out of the book "ASP.NET 2.0 Everyday Applications for DUMMIES". [code]
View 6 RepliesI am developing a web site in Visual Basic 2008 using .NET Frameworks 3.5 on an IIS7.0 web server and I am having a problem with a simple error page redirect. Furthermore I only have ftp access to the webserver in a web hosting environment. I am having problems with some errors and not others, mainly error 401 is the problem.<customErrors defaultRedirect="~/Default.aspx" mode="On" > </customErrors> this is the custom errors section of my [URL] file,
View 1 Repliestimes i have seen questions like, how can i search inside my threads or how can i search for threads i have started. I have found Beth Massi`s blog about searching msdn forums by using meta information. I have checked a few other sources about this and wanted to summarize this for anybody who is interested.
If you want to search for threads to which you have contributed use : meta:Search.MSForums.ThreadContributorUserName(Heslacher)
If you want to search for threads you have started :
meta:Search.MSForums.ThreadStarterUserName(Heslacher)
If you want to search for threads which are answered :
[Code]...
I'm supposed to make a game for a friend of mine, or for his site more specifically which has an IPB forum. He wants only users from his site to be able to use the game, so I need to make some kind of authentication so that only registered users can login. I have no idea how to do it and all research turned sour I'd prefer not to have to deal with cookies, but POST instead since I have a wicked awesome wrapper at my disposition
View 3 RepliesI found this source code for controlling mappoint in .net .Net confuses me so much.
What would it take to convert it back to VB6? The projects seem small in size, but I just dont understand .net[URL]...
I searched all over the this forum and did not find a section to ask my questions about VB6
View 2 RepliesFor those that are interested but have lost track of where we are about it Here the link for the update, your comments and suggestions[URL]...
View 1 RepliesI am using ASP.net, I know the basic of VB.net language, don't really want to use HTML, I did not use it since school. I was thinking to create a forum for my mates, I think I will need to create a database and try to play with SQL commands, I thought it should'nt be a lot difficult.
View 5 Replieshow? i need to delete a thread how do i delete it? i see no delete thread button
View 1 Replies