Live Chat Code ?
Dec 16, 2010I need to integrate live chat in my website...How to to get the code for this please? vb codes if its possible...
View 2 RepliesI need to integrate live chat in my website...How to to get the code for this please? vb codes if its possible...
View 2 RepliesHow would i broadcast/specific(one person) a live voice over a tcp connection for my voice chat room im making.
View 1 RepliesHaving recently installed IIS Express I was hoping that it was going to make life easier for me, but I've run into a problem almost straight away.Consider the following which is representative of some live code:
Public Shared Function GetServiceId() As String
Dim principal As MyCustomAuthentication.Principal.MyPrincipal
principal = CType(Thread.CurrentPrincipal, MyCustomAuthentication.Principal.MyPrincipal)
[code]....
Running the code under the ASP.NET Web Server (Cassini) everything is fine and I can see that Thread.CurrentPrincipal is of type MyCustomAuthentication.Principal.MyPrincipal.Running under IIS Express this same line throws an InvalidCastException and checking the type I find it is now of System.Security.Principal.GenericPrincipal which is confusing as nothing else has changed.I can confirm that MyCustomAuthentication.Principal.MyPrincipal implements IPrincipal and remember this is Live code, it is currently deployed and working.
I've created an application, And now need to add the chat feature. It just needs to be basic, But im un sure on how to code one since i am still a beginner at Visual Basic. I know there is a way via TCP Listener using Net.Sockets, But im stuck there. I am totally out of my mind when i think ill know how to code. But here is how the chat will work[code]...
Server side, Is just to host it. I will host it on a windows vps with ports opened, and Anyone who downloads the program can connect to the chat. The username or Nickname of the user will come from 'My.Settings.username'. At this point I am willing to pay someone to code this project.
Is there any way to build a web based chat room application by using VB.NET as behind code and put it with ASP.NET on the web so users can login the account and start to chat without keep refreshing the browser or frame and have a real time transaction, I know that I have to use .NET.Socket namespaces, but don't know exactly how. I have seen many examples of windows based applications, but I need to know how to put it on the web.
View 5 RepliesSo, in another related post, i got the chat to send to a java server, cool.Now, it's a matter of sending it back to VB.on the server side of things, (in java), I am using the following
JAVA
public static void sendback(String what2send) throws IOException {
ObjectOutputStream oos = new ObjectOutputStream(mySocket.getOutputStream());
[code]....
Here is the code for the button click event;
Protected Sub CompetenciesButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles CompetenciesButton.Click
Dim con As String = WebConfigurationManager.ConnectionStrings("foo").ToString()
[code].....
I want to make a database of all the xbox live arcade arcade games on the xbox live marketplace, I need to parse an xml file and add the needed data from the xml node into a datagridview.Here is the xml file i need to use to grab links and other data about the game:
[URL]
Being the noob I am it took me about 6 hours to figure out how xml works and to write some code for what i need to do.
Here is what i came up with:
'for grabbing the name of the update
Public Sub updatename()
Dim xmldoc As New XmlDataDocument()
[code]....
That code works fine.Now when i add another column to the datagridview called "update size" i want to know how to add the grabbed data from another sub i made to the new column.What would the code be for adding the strings for the new sub into the seconds column? the first was, DataGridView1.Rows.Add(str)" . So what would the second be ?Also another question i have is how do i put an image in an imagecolumn by a web link, not a local picture.
i have made a client and server chat system in VB 2008 with winsock,it's a one to one chat and works perfect fine, but do anyone know how to turn it into a multi-client chat system? Code in below: Here is the code for the server:
[Code]...
I have this visual basic that calls a stored procedure. When I run it through visual studio on my local machine, it works fine. However when I move it to a server, it doesn't output any data from the sql. The page still loads, it just doesn't show any data in the labels. Any ideas why? [Code]
View 7 RepliesMy SQL server is running from the west coast and I live in the east coast, I am running a VB.NET code and to check for items within the right time I have to use DateTime.Now.AddHours(-3).
Now thinking about it, when the daylight savings happen, it will only be DateTime.Now.AddHours(-2), how do I go about fixing that from now? Is there a way to fix that?
i`m trying to stream my webcam video to the internet so i can be able to see my web cam at home from my office.Is it possible to do this using VB.net or i have to switch to ASP.net?
View 1 RepliesI need help about using live sdk in vb 2008
View 3 RepliesI need help about using live sdk in vb 2008 how to start?
View 3 RepliesWith my application i call an external commandline tool that converse iso's to other fileformats. Right now i just call the iso converter and it will run in the background, when you would run the iso converter via commandline you see what it is doing, but in my application it just runs in the background.
Right now it only gives me the status after the isoconverter is done in a textbox, how could i change this so i can see live status? like i would see in the command line tool?
This is the code that i'm calling to execute the isoconverter.
[code...]
I'm using quicktime into my project to get video live from ip camera now i need to start recoding this video
View 2 RepliesI am making an application that gives the user the ability to change the appearance and characteristics of a website locally. I am fully aware of how normally you can set values through ID's and Name's, but in this case the value I intend to change has neither of these things. Here is the code I want to edit:
<!--/** * Inferno Shoutbox Javascript Engine * Created By Inferno Technologies * All Rights Reserved * * * * * * * * * * * * * * * */InfernoShoutbox = new _ishout;InfernoShoutbox.aop = true;InfernoShoutbox.initiate('index','600','1','0','0','0','3','200',parseInt("5") * 1000);InfernoShoutbox.idle = true;-->
The part of the code I want to change is the '1000' which is in bold and underlined. I want to change it to 999999999 on the click of a button.
im developing an vb.net application that displays live scores for soccer. Is it a must that i must get the live score from the xml feed like looping through the "nodes" to get what i want to display on vb.net form? is it more customizable with xml? Somehow i saw some website provide the web link to add to site, is the link can be used in my form in order to serve my purpose?
View 4 Repliesi have recently created a vb.net motion detection project and i want now somehow to be able to have a live streaming over the internet.
View 2 Repliesi would like to create a live IP cam..i have no idea how it's work and can any one suggest some idea and code to me?
View 2 Replieshave about 15 or so websites on different servers, Some time the server will go down for a some time and I losses money because I'm not aware that it went down . I want to make a program that checks to if my websites are online every hour and if there not send me a email eg "Get your butt home and switch server" lol.. I know how to do all of the email part ,the thing I was unsure about is what is the best and fastest way to make sure a website is
View 1 RepliesI have an advanced tabbed WebBrowser and I want to make a screen with pictureboxes on it, 1 for each tab that is open and then users click the live preview of that tab and it takes them to that tab. I want it a bit like safari, when you can see, your favs in a live preview.
View 1 RepliesI have an application written in ASP.NET and using EF. I want to make a copy of the live database, have my application point to the copy, and be able to run the application against it as if it is live...but making updates to the copy.
I know I can manually copy the database and manually update the web.config files...but I'm wondering if there is a better, more automated method for achieving this with VS 2010?
Also, if there is anything I need to know about setting up a live/dev version of a database while using EF4.
I want to make a program that tells you if you can login to an email account or not by entering their username and password into Windows Live.
It would connect to the Hotmail server and see if the user/pass combination is correct. If it can log in, it would display a label that the account is valid, if not it would say that the account is not valid.
Ok here's the totally incorrect code for logging in. I kind of borrowed it from sending an email:
Dim MyMailMessage As New MailMessage
MyMailMessage.From = New MailAddress(TextBox1.Text)
MyMailMessage.To.Add(TextBox1.Text)
[Code]....
How do integrate the windows live msn in vb.net?
I will try it. But I can't do it. How do integrate msn (Adds to sound,picture,video etc)
in vb.net forms application.
Bascially, all i'm trying to do is change the value of an attribute (such as the TARGET attribute of an A anchor tag) to "_TOP" if the attribute exists, if it doesn't exist, (if IsNull returns True) then I just create the attribute and set the value to "_TOP".The problem is, it almost always sets it without quotes around it, and even if i try to set it with quotes by setting .value = Chr(34) & "_TOP" & Chr(34) then what it does is it sets SINGLE QUOTES around the quotes I place (it's like a bad joke) and turns up in the HTML as '"_TOP"' (lol), and if I set it normally, its just saved as <a href="..." target=_TOP>some link</a> (without quotes).[code]I've changed the above variable names & turned vars into strings ("target") etc to make it easier to read for anyone reading.
I have wasted heaps of hours on this, MSDN docs are as usual horrid, there is no real documentation or tutorial on this stuff either. I've even tried using .nodeValue instead of .value to do the setting, but makes no difference. Also, I've tried (in the Else section) removing the attribute and re-creating + re-adding it from scratch to see if this would make a difference, but it didn't.Of course, quotes are important because if you try to perform an action (call a method) on this element or use it later, you will get the dreaded "unspecified error". I do this through the WebBrowser Control in VB6, but same principle should apply everywhere... C#/.NET/JavaScript etc as it seems to be DOM related).since posting we realized that if we pass the attribute name in uppercase, then the value is saved with double quotes around it. although this is not a real solution (just a temporary one), i am still looking for answers if anyone has one and accepting any thoughts you may have about this in this post. However, the temporary solution has created another sub question, being a post about the problems that arise from using this temporary solution. The sub question related to this temporary solution is located at the following link for those who may find it useful or interesting to read about, and for those who would like to contribute to this discussion further: Must pass uppercase to set MSHTML element attribute (.setAttribute) correctly, why? And CaseInsensitive .setAttribute doesn't work
I have an Ip camera thats running and I can access it via the browser by going to its Ip adress of the network camera.
View 3 Replieshow to set cookies im trying to login to my hotmail account using send postdata here is the code im using
Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Data
[code]....
everytime i send the data it returns ""Cookies must be allowed"" i have Googled for while now and can't figure this out how do i set cookies so i don't get this error?
How can I create a live connection to my textbox.Text form data base Means... when I click in the datagridview row the data field input will reflect in the textBox.Text..[code]
View 3 RepliesI know this is probably simple but I think I may be phrasing this wrong. I'm trying to make textbox text available as soon as it's entered on a label. The below code is what I used for a click event, which generates the info I want to see(I know a live preview would make a display button redundant, but our teacher requested both). If anyone can just tell me the proper terminology,
Private Sub ButtonDisplay_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonDisplay.Click
'Displays entered info into LabelCardDisplay.text
[code].....