Integrating Army Knowledge Online Chat
Jan 6, 2012
I'm using this link in my webbrowser: url...And I'm prompted for my Army username and password. It works and the page begins to load (showing a loading bar across the screen) as it's almost finished, a window pops up saying this:"Couldn't load config value for the policy file url; values are: , connectionType:http, password:, server:akoim.us.army.mil, autoLogin:false, red:1, location:, blue:1, green:1, username:".And then it asks me to log in again.how I can successfully complete this? The URL is for the AKO instant message service and I'd liek to integrate it into my program,
View 2 Replies
ADVERTISEMENT
Sep 23, 2010
i m doing a project using vb .net visual studio2005 . i need to develop a online chat application on my website for customer care supports. where i should start and which technology i should use for this web based application..
View 1 Replies
Nov 8, 2009
I am making a multiuser chat and i want to show all users online that are in chat.. I have a listbox called LB1 how can i have it add the user to the listbox when they enter the chatroom? and also i was wonder if it would be possible to have on the users screen show their username on the top part of the listbox?
View 2 Replies
Nov 15, 2010
I want to develop a chat application with a server/client model, opening TCP or UDP sockets in VISUAL BASIC 2008. Is there a working example I can download, or some code to help me with this project? [code]Now, instead of 127.0.0.1 I should put some variable or something that keeps the IP address of the target machine?
View 1 Replies
Dec 22, 2011
I've been working on a tcp online chat. I heard that you need to configure your router to allow other pc to connect or something?
Server :
Imports System.Net, System.Net.Sockets
Public Class frmServer
Dim serverSocket As Socket
Dim clientSocket As Socket
[Code] .....
View 8 Replies
Jan 11, 2012
I'm making an FTP chat for me and my friends just for practice. how to make the following things:
Online user list(No Database)
Banning System
View 3 Replies
Aug 17, 2009
how to make tray baloon like in chat.that whenever is online it is popup and hide for how many seconds..?
View 5 Replies
Mar 4, 2012
I am developing a chat application using online connection to a mysql databbase. But i am facing a problem. After 10 minutes, MySQL closes all the chat connections because of the 600 seconds timeout (has been set by the host service i am using). I don't understand why is that happening cause every piece of my code which needs data from the database opens and closes the connection (i mean that it dosn't maintain the connection after the query's execution). If i .close() and .dispose() the connection, it still appears in mysql at sleep mode (it terminates only if i exit the program).
Dim MySQLCon as New MySQLConnection
Dim MySQLCom as New MySQLCom
Dim counter as Short
[code]....
View 2 Replies
Jul 13, 2011
I have to make an interviews with programmers. Do you have any ideas how I can test their knowledge from the field of vb.net/C#?
View 2 Replies
Oct 17, 2011
I am new bee in Visual basic and coding stuff. I am planning to create a knowledge base for my company. Can someone suggest me how to proceed. I have some ideas of creating it but really don't know how to move on.I already have some word files and pdf files where I have some troubleshooting steps and solutions, so i would like to create a search engine which searches the exact word file or a pdf file to show the result.
To make it simple just like google search engine. If I type something like "How to configure a network printer?" I should get the result of the word document or pdf file which has printer configuration steps.
View 7 Replies
Mar 13, 2012
I have an engineering firm and our website was built using Visual Studio 2010 / asp.net 4.0 / VB. Recently, a client (GM) requested that we have a knowledge base where they can input their questions, and we can answer 'em. Kind of like a FAQ, or a Lessons Learned type of thing. But it'll require that they'll be able to log in and ask their own questions.
For instance: Q: How would I incorporate multiple machine vision systems into a bead detection application?A: You would need to use a software such as PPT and have multiple fixtures in order to assimilate the cameras accordingly.
I'm terrible at databases; I can basically run an SQL query, and that's about it! lol. And I'm not a programmer by trade. Can I do this without a database? Can anyone guide me in the right direction here? I mean, is there something out there that's open-source, or at least something that's easy to implement?
View 1 Replies
Aug 20, 2011
So, 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]....
View 7 Replies
Dec 12, 2011
Well this is a re-post now as nobody replied in the gaming section, and i believe this question could go as a normal VB question, therefore I'm asking in this category instead.I have decided to pick up on programming and want to make a text based RPG Game i will "upgrade" as my programming knowledge grows.I got some ideas that i think i should use, but i want you guys' opinions on it.I assume I'll use different classes for each monster, which will have properties.Should those monsters then be inside a list of all possible monsters, or would i have a monster class which i would use and generate the enemies when needed? And would i use the same approach on items and character stats?
View 4 Replies
Nov 7, 2011
How do I integrate C++ into Visual Basic applications made in Visual Studio?
View 4 Replies
May 29, 2009
I have a SQL query that I want to integrate into a VBA subroutine in Excel. I have had some success using the Macro Recorder to call up the SQL query (throuh Microsoft Query) in the past. However, the SQL code that I have for this query is significantly larger than previous attempts.When I record this one through the Macro Recorder is trips up because there are too many line breaks integrated into the recorded code. To get around this I have tried to manually update previous (successful) queries with the larger SQL code that I want to use, but without success.I was hoping that someone out there has some experience in integrating the standard SQL query code (SELECT xxxx, yyyy, zzzz, *nnnn FROM aaaa, bbbb, cccc, *nnnn WHERE 1111, 2222, 3333, *nnnn) into VBA.
View 1 Replies
Nov 27, 2009
I am a student and I am about to make a program that will use a barcode scanner well ofcourse to scan a barcode. My problem is i don't know what library to use and what certain things i need to do so that when i am going to scan a barcode it'll be something like show it on a textbox and pull something from the database. i've actually research some. i've seen mscomm1 (not so sure about that) and POS for .net (haven't fully understood its use) were those will help me develop my program?
i have a metrologic ms9520 Voyager barcode scanner. and i am going to create a program for it in vb2005.
View 6 Replies
Apr 13, 2012
I have been asked to create a project in vb.net which needs to integrate a java class created by Apple (Autoingestion.class) to pull sales records and so on.I found out a couple of questions here on stackoverflow but none of the answers given worked for me when trying to integrate this java class in my .net application.For example this question seemed to be what I really needed but when trying to compile this java class (I decompiled it first using Java Decompiler), it generally throws some errors.All I need is to use this class in my application to invoke a method.Does anyone know how to pull this out without much ninja-ing?
View 1 Replies
Aug 27, 2010
I have been looking for a way to create QR Codes using VB.Net but I am going round in circles. I found some samples but they use C#. Also read about ZXing library but I have no idea about how to reference it (or what to reference). Can you suggest a tutorial (for complete beginners) as to how to go about finding an open source library and referencing it i
View 18 Replies
Feb 7, 2011
So I currently have a aspx page that shows details for any single staff member, and the page is setup with mostly ASP labels. I have a subroutine called "getstaffdata" that populates the page on load (via subroutine).
I would like to convert this to a page that shows details on one staff member, or many staff members, one after another. So I thought of using the repeater control, but I'm not sure how to convert the page over. The staff userids are passed via query string, but I'm just confused on how to do the datasource for the repeater control.
View 3 Replies
Jan 18, 2011
how to integrate bing map in Desktop Application (VB.Net).Is there any option to pull the data from Database from the locations and display the routes for more than one routes?My requirement is I need to show the routes like,
Person A's Route:
Starting point a to b, b to c
Route color: Blue
[code]....
View 5 Replies
Jul 28, 2009
I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.
I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..
View 4 Replies
Mar 25, 2011
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]...
View 3 Replies
Jun 22, 2010
I want to start learning/using modules instead of integrating the code directly into the program. So, I tried to make an example. Basically, what I wanted the program to do, is I click button1 and it lists details about my computer. So, I added 7 labels to the form, and a button. Then, I added a module (Module1.vb)
[Code]...
View 8 Replies
Jan 25, 2011
I have a ASP.NET 2.0 website created in C# that acts as a completely independent site and I am looking to integrate this into an existing ASP.NET 2.0 website created in VB.NET. Unfortunately I just don't know much about the server management side of ASP.NET yet so too much I'm unaware of when it comes to IIS configuration etc. Does anyone have any advice as to how I can go about integrating this? Basically I want to host it in a subdirectory from root so when you hit example.com/myindependantsite/ it will pull up my C# site.
One possible solution I came across mentioned just dropping the project folder into the root directory and setting up that directory as an application virtual directory in IIS? A few other random questions were small things like would my application relative links (~/for-example.aspx) stay relative to my root subdirectory if it's made into an application virtual directory? Just trying to get this running on their site but like I said it's completely independent so want to preserve my websites environment.
View 4 Replies
Jun 21, 2010
I am developing a chat application here i have kept general chat room here multi users can chat with each other but now i want one to one chat in my application, when logged user click on any user in the user list, one pop up window should be opened on the user computer and another pop up window should be opened in the remote users computer?
View 1 Replies
Dec 21, 2011
How can I create my own LAN Chat?
View 1 Replies
Jan 10, 2012
I'm making a basic FTP chat for me and my friend, how would I make it so the people can't use the same username? I don't know how to use databases..
[Code]....
View 1 Replies
Jan 11, 2011
I want to make a chat box and a lan chat box looks pretty simple, but i want to make it to where you have to have wifi to chat wirelessly. Is is possible to have a wireless chat box?
View 5 Replies
Feb 12, 2011
i need some help i want to create a chat but how to make it like you have winsock but are there none others and i got also a question im planning to buy a domain and if u use the dedicated ip can i host my chat then of that ip
View 5 Replies
Oct 30, 2011
Iam planning to create a chat box by vb.net but I don't know what to do.What is that app needs?
View 3 Replies