Make Forums With .net And PHP?
Dec 15, 2011
I am trying to create an online forum inside of my application. Yes, I know I can make my own forum via PHP and then just use the browser object and link it back to the webpage, but my goal is to make an application that doesn't need to use a webpage (just a database, of course!)In PHP there are lines of code that will allow you to create a table and add the appropriate number of columns/rows needed to display the information in the same table (depending on how many elements are in the database).
So my question is: Can the VB.net application do a similar function? I've come up with a solution of just displaying information and either hiding/revealing objects depending on whether or not there is anything in the database to show. It's very messy and I'm desperately looking for another method.
View 3 Replies
ADVERTISEMENT
Feb 20, 2012
Trying to make a call to another forum to chance some text boxes on it and update it. I had it working I thought but the values were not holding when I closed the box so I came up with this solution but Im getting null exceptions.[code]....
View 11 Replies
Aug 13, 2009
Is it possible for me to make a login that connects to my forums?So 1. User opens login form 2. Enter info 3. Connects to forums 4. User opens browser and is logged in
View 3 Replies
Jun 1, 2010
i wanna make a form that checks if account exist in forums.. like this forum. ill type my ID and my Password on the VB forum and itll tell me if its found or not..
i dont know how to do that i dont program web things ..
View 7 Replies
Feb 11, 2009
Is there any way by adding to forums? ( like I click button1 & it goes to a new forum?)
View 17 Replies
May 27, 2009
im trying to get a number/name from the user in 1 form and use that number again in a diffrent forum, but i'm having trouble.
*******************Form One
Dim strName As String '(general )
Private Sub cmdrun_Click()
[code].....
View 2 Replies
Jan 7, 2011
I own an online forum:A host server with MySQL database support, domain name, and, MyBB forum software.I want to create an application that will let my users log in, and, well, chat.But I am clueless. What do I need? I have my own database online and host and everything so... What is a good start?
View 1 Replies
Mar 15, 2012
I am trying to write a small program to plan appointments.And have a overview of them in some sort of calendar(not the mini calendar which you can get from the VB control).Found some website who offer such controls, but honestly $1k for the license is a bit to much for something which i am not gonna use that often.So i was wondering if there are any codes available or projects which do something similar.Or any other solution which could work for this.Want to save the data in a SQL database.
View 4 Replies
Jun 9, 2010
I decided that before I can fully and effectively criticize this monstrosity , I needed to take in the full view of it. So I went and installed the Community Forums NNTP bridge,availableSeems to be working.
View 9 Replies
May 13, 2009
I write a code about images i copied by clipord in vb.net
and i want to paste them in fourm when i do wet it can't paste in [code]...
View 11 Replies
Sep 17, 2009
I've done a google and bing and am obviously not entering the right words. I'm looking for a forum where I can get developers to bid for some (net) development work I'd like to subcontract out. It wont necessarily be VB net
View 2 Replies
Jun 9, 2011
After trying to port a C++ program which was a console application where it crawled the forums with the url provided and in the end stored the result inside a database for further analysis.
[Code]...
View 2 Replies
Apr 25, 2009
I am currently working on a personal project with hopes of using VB.NET 2008 to connect to my personal forum for use of both authentications into the program and group changes. People in my forum are based on ranks, the ranks are organized via the groups in the forum so if one person gains a rank they need to be taken out of one group and placed into another. With multiple people this is a process and presents a security risk should someone get kicked out but accidently be left in a group giving them access.
For the time being, I need to be able to post the headers to the forum to login and parse the response. I have tried many times and I�m currently trying this using the chilkat dll as a reference which allows me to send headers and see the response, but the response is always the failure to login page. The headers are as follows:
[Code]....
View 3 Replies
Jun 20, 2011
If you are into WindowsPhone development or want to be then visit:>>Here is a link to get the Express Edition for WindowsPhone development:>>
View 1 Replies
Apr 25, 2009
I am currently working on a personal project with hopes of using VB.NET 2008 to connect to my personal forum for use of both authentications into the program and group changes. People in my forum are based on ranks, the ranks are organized via the groups in the forum so if one person gains a rank they need to be taken out of one group and placed into another. With multiple people this is a process and presents a security risk should someone get kicked out but accidently be left in a group giving them access.
For the time being, I need to be able to post the headers to the forum to login and parse the response. Any help is greatly appreciated. I have tried many times and I’m currently trying this using the chilkat dll as a reference which allows me to send headers and see the response, but the response is always the failure to login page. The headers are as follows:
Quote:Host: www.upsclan.comUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 (.NET CLR 3.5.30729)Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: en-us,en;q=0.5Accept-Encoding: gzip,deflateAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7Keep-Alive: 300Connection: keep-aliveReferer: http://www.upsclan.com/forums
[code]....
View 1 Replies
Aug 8, 2010
I have got 2 forms, Form1 and Form2.I called a function that was located on Form2 from Form1, and want to return the value that is in the function on Form2, to Form1. How do I do this?I have tried the following.
Form1
Call Form2.Needfps()
fps = Needfps
Form2
[code]....
View 10 Replies
Dec 2, 2011
I was wondering if it was possible to use a forums username and password on a login form in visual basic. If so what would I use and where could I find some more detailed information on it?
View 2 Replies
Nov 1, 2010
be on topic but seems the best place to post since most code examples from users are included into their posts within this forum.Where is latest link for best practice of inserting code for Forums?here was an article and possible a plug-in or executable code regarding the issue of users posting code, (mainly mangled or unmanageable code) within the question body, I can't find the article and was hoping it was still available. I have seen some posts where the inserted code maintained the indention,
View 2 Replies
Jan 4, 2010
Is is possible to write a compiler that would read/compile and run code from difrent forums?
View 3 Replies
May 20, 2009
I'm making small application to posting new topics in phpBB forums... But I have a problem. When I click on send button in my application, forum shows me an error: No post mode specified phpBB posting:
HTML Code:
<tr>
<td class="catBottom" colspan="2" align="center" height="28">
<input type="hidden" name="mode" value="newtopic" />
[CODE]...
I think, I must add posting.php&sid=xyz, but I don't know, how to add sid...
View 2 Replies
May 13, 2008
Over the past few months weve been running a pilot in these forums allowing you to submit bugs and suggestions to us directly. Weve learned a lot during this pilot and were enthusiastic about, and committed to, expanding our ability to take your feedback, and respond to it thoughtfully. By now you've hopefully seen our announcement about our plans to migrate these forums to our brand new forums platform. As a part of this migration were going to be closing down the bug and suggestion pilot program. Were going to take some time to analyze how well the pilot went, see what we need to tune up, and make sure that we build the right features into the new platform.
[Code]...
View 2 Replies
Feb 23, 2010
There has been an Visual Studio addin created by Heslacher based on code by JohnWein which allows one to copy code in Visual Studio and paste it as HTML code block here in the forums.urls...
View 10 Replies
Jun 6, 2009
I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?
View 5 Replies
Aug 29, 2009
can we make code which can make copying a file in a particular drive invalid/access denied?
View 3 Replies
Oct 16, 2011
A few years ago I have been busy creating this application but it didn't succeed, now Im coming back to it and similar problems occur. Basically I use SetPixel on a given window to draw a line, work fine, but the line goes away as the window redraws itself.The problem: I have been putting timers and threads on it to make sure the line is being drawn. Is there any way to make a loop to make a certain thing happen about 10-30 times without taking in too much memory/CPU?
View 7 Replies
Jan 13, 2010
Public Class form1
Private Sub btnAnswer_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnAnswer.Click[code]........
how can i make vb realize that the side that is opposite of the given angle, has to be less than the other sides. Also im not sure what Acamar meant by If txtAngleA.Text <> "" AndAlso txtAngleB.Text <> "" AndAlso txtSideA.Text <> "" Then 'two angles and a side Because im not sure what <> does.
View 1 Replies
Aug 23, 2009
How do i make my button open a program and make it windows size?
View 6 Replies
Dec 14, 2010
Basically I have 10 .png images.They contain a walk cycle I need to make some kind of loop inside a timer to make them change.
View 2 Replies
Oct 12, 2010
Can I make a certian function that will fade out [make a black screen that fades out for 2 seconds], then come back? Is that possible? ON A FORM.
View 3 Replies
Aug 25, 2010
Types have their own color (cyan by default).Enter completes the auto-complete suggestion.
View 1 Replies