VS 2008 Make A Post Generator?
Oct 4, 2009
I wanna make a post generator that will give me codeing like [/code]
[/img][img]
....
so when i enter information in boxes it will create coding with every info ive put example
title
visual basic
Screenshot
[code]....
ive got the design ready but how would i implant them tags into my visual basic code got a an example program too check attachments?
View 5 Replies
ADVERTISEMENT
Dec 30, 2008
I am trying to find out if it possible to create a windows form that will post an XML file using a simple HTML Form? I have the HTML page that will be used to post the XML file already created, what i wanted to be able to do was enter the XML into a text box on my form which the user can post. When the XML is entered and the button POST is hit then the XML is added to the HTML page that i have already made and posted to the webservice. Is this possible?
What i also want to be able to do is display the XML response received following the post, to update you if the post has been successful, is this possible?
View 28 Replies
May 18, 2011
the page at [URL] provides a high bit rate quantum number generator web service and I'm trying to access that service.
However I could not manage to do so.
This is my current code:
CODE:
I'm having 403 forbidden error when I try to do a get request on [URL].
After debugging abit, I've realised that even though I've supplied a valid username and password, the response html that was sent after my POST request indicate that I was actually not logon to the system after my POST request.
Does anyone know why is this the case, and how may I work around it to call the service? Bump. can anyone get this to work or is the site just a scam?
View 3 Replies
May 6, 2009
I wanted to know how to make a 13-digit number with -'s from the press of a button.
View 4 Replies
Nov 21, 2009
How can I make a random number generator in vb 2008? I just want a simple one that displays a random number in a label.
View 4 Replies
Oct 8, 2009
I am using visual studio 8, using vb.net. I am trying without success to make a post request to a web form as shown below.
<?xml version="1.0" encoding="UTF-8"?><postBetOrder xmlns="urn:betfair:games:api:v1"marketId="2568540" round="1" currency="GBP"><betPlace><bidType>BACK</bidType><price>2.5</price><size>2.50</size><selectionId>658440</selectionId></betPlace>
[Code]...
I dont think that I am posting the right information. Am i supposed to post just the information or do I post the the tags and the information?
View 4 Replies
Nov 5, 2010
ok what i'm trying to do is make a pattern generator. i will have to do some substuutting too.ex:i wand to make A=1,B=2,C=3 ect.......the pattern is 3,3,2,3,3,3,2and say i make a button called "E" when i click that i want the patter from e since E=5 in the textbox it shoud come up "E,F,G,H,I,J,K,L" up to 8 thats all i want is it possible
View 17 Replies
Feb 15, 2011
Okay, this is the final part to my program, making the registration keys...
i have no clue on where to start, i think it starts w/something like this, right?[code]...
View 14 Replies
May 3, 2011
I m new to VB and i just need a special keygen which i dont know if exists yet or not.First off i'd like to mention that i dont want to make a keygen that will generate a random key out of keys that i have to manually code in (cases) E.G.
[code]...
I want to know how to make a keygen that will generate a letter/number randomly out some example letters which would need to be defined.E.G.Random number out of 0-9 (0,1,2,3 etc) Random letter from A-Z (A,B,C etc) And then obviously display generated key in TextBox. Ideally i would like to improve this more but if i could get the basics then i would move on from there
View 8 Replies
Mar 21, 2009
Im trying to make a random number generator just for fun this is what I have so far
[Code]....
It seams right to me but in the line Dim rand as new Random the word random is underlined and it says type expected
View 3 Replies
Jan 16, 2010
How to make a random number generator, and I need one for what I am making. I need something that basically says, "make random number between 1 and 4."
View 3 Replies
Jan 6, 2011
So I've been wanting to make a random password generator for a while now and I was looking around on here for the code to do so. I came across this:
Dim random As New Random
Dim password As New System.Text.StringBuilder
For i As Int32 = 0 To 9
[Code]...
And I used it successfully. The only thing is I want to change it slightly. I want to change it to where, only a few are letters, and the rest are numbers. But for them to be combined. One example could be "DM23TH91PB". How would I go about changing this to do that?
View 4 Replies
Dec 23, 2009
I want to make a random word generator. Like just the words that I type in the script though. Could anyone please give me the code?
It would just be a simple word that appears in a text box. But in the script it puts one of the random words i tell it to every time you click the button. I know lua 5.1 scripting a little. I'm only 13 though. So as you can imagine I'm no mastermind at code.
button1 function onclick
print word.math;random(word1,word2,word3,etc)
View 6 Replies
Jan 4, 2010
How do you make a prime number generator in a windows forms application
View 2 Replies
Jun 24, 2009
I've been trying to create a working keygen for three months and I havn't figured it out. I first inserted two buttons and named one "Generate" and the other "Exit" and then I put in a textbox. After that I put in the code and debugged it every time I pressed the Generate button a 0 just popped up in the textbox. my code is below.
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[CODE].....................
View 1 Replies
Oct 8, 2009
I am using visual studio 8, using vb.net. I am trying without success to make a post request to a web form as shown below.
[Code]....
I dont think that I am posting the right information. Am i supposed to post just the information or do I post the the tags and the information/
View 2 Replies
Jan 16, 2010
how do make a program that allows me to post a quote out of a file and put it on todays quote and a new one will come up
View 2 Replies
Aug 22, 2009
i have a program with multiple forms (OS) but only the main One appears on the taskbar how can i make all the forms show on the taskbar.
View 12 Replies
Sep 9, 2011
I Turn From vb6 To Dot Net so i have 1 question Where is Data Arival in Sockets ??
it get what And How i Can Make Socket Post GetData in textbox1 ? :O
And From Where i Can Mange My App In Where The App Will apper in Screen ?
View 3 Replies
Nov 9, 2009
I made an application that manages someones pets. It's fairly simple, a grid showing all pets and their properties, to which the user can add new pets, edit existing pets and remove pets. Properties of the pets include name, color type, birth date and more importantly the animals father and mother (not sure if that are the right terms for animals, but meh). The father/mother must be chosen from the same database and their IDs are stored as FATHER_ID and MOTHER_ID in the current animal, so only existing pets (eg, pets added to the database) can be chosen as father/mother.
Now, the application needs to be able to show a pedigree of each pet. It should show the details of the current pet, preferably with a picture, followed by its father and mother, and their details. The same is done for both father and mother, and for them, etc, etc, until its has covered a few (4 or 5) generations.
I realize this may be a little hard to understand, so here's an "artist rendition" of what it should look like: As you can see it should display the name of each family member and some of its details. As you go up in the tree (to the right actually) the room gets smaller so less details are shown, until only the name remains. Obviously the blank areas should be filled with similar information, but I was lazy and paint wasn't really cooperating.
View 2 Replies
Jun 9, 2012
Im attempting to make a Facebook app, but i cant seem to find the name to the status update box and the post button, if someone could help me that would be great. this is what i have so far.
i do have the name to the [CODE]WebBrowser1.Document.GetElementById("xhpc_message_text").SetAttribute("value", KryptonRichTextBox1.Text)[CODE] but it some reason wont work. im coding in visual studio.
Code:
Public Class Form11
Private Sub KryptonButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles KryptonButton1.Click
[code]....
View 1 Replies
Oct 17, 2009
i am trying to make an application that post data to a joomla login page but the only thing i get back is cookies is not enabled.
Function GetPage(ByVal Url As String) As String
Dim CookieJar As New Net.CookieContainer
Dim enc As Encoding = Encoding.GetEncoding(1252)
Dim Data As Byte() = Nothing
[code]....
View 1 Replies
Jun 21, 2010
creating a password generator in VB using VS 2008.What I want to do is have a front end which has a text box (to enter password length), a button (to generate a password) and a label (to display the password).I have been successful in creating random numbers; however a password containing just numbers isn't sufficient. So I would like random characters including uppercase and lowercase letters.
View 4 Replies
May 23, 2011
i would like to create a password generator however i have a 2 text box aplication the top one is where the person types their e-mail address then select generate. the program must then use that address to generate a unique password only for that person if another email address is inserted in the top text box a total different password should be generated.
View 5 Replies
Jun 3, 2009
1. Is it possible to have vb.net piece together a legitimate word of a specified length, or do I need to have a massive word list, and generate a random number to pick a word from this list?
2. I also need to separate each letter of the word and display an image for each letter, and each letter going to the next based on a timer, and can also repeat on a button click.
Eg: TWO would end up displaying T W O, a few seconds apart from each other.
View 19 Replies
Apr 4, 2010
I am trying to do a somewhat different pw generator. The user can specify the amount of characters the password will be and whether to randomize between the alphabets A-Z, numbers 1-10, and maybe a hand full of symbols or so, and a combination of all three options. Also the user can use the "re-generate" button if he/she does not like the current password. I'm fairly new to VB, and would just like a push in the right direction to get started.
View 6 Replies
Jul 4, 2009
I've ran into an overflow error when using a private sub and a random number generator...
Private Sub computerpicker()
Dim RandomNumGen As New System.Random
Dim rnum = (RandomNumGen.Next(3))
If rnum = 0 Then
rnum = (RandomNumGen.Next(3))
Call computerpicker()
[Code] .....
Even if bt1=0 and bt2=0 i still get an overflow error...
View 4 Replies
Dec 4, 2011
i follow this script Quote:
[Code]...
View 2 Replies
Nov 23, 2010
Right so my generator is working, but I now want to take the numbers that it generates and add them to a list of generated numbers. So you can monitor what numbers have been generated. then ideally a way to exclude these numbers from being generated again.
[Code]...
View 34 Replies
Jun 11, 2009
Having 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 Replies