Creating An Online For The User Of Application?

Feb 25, 2010

How to do this? creating an online for the user of application

View 14 Replies


ADVERTISEMENT

VS 2005 Creating An Online Help For The User Of Application?

Feb 25, 2010

How to do this?Should i use something like sandcastle?

View 39 Replies

Creating A Web Application Which Is Going To Allow The User To Upload A Video File To The Server

Jun 7, 2010

I'm working on creating a web application which is going to allow the user to upload a video file to the server. Once the file is uploaded to the server, it's going to be converted to .flv and copied to another folder in the same directory. Since I'm doing this from a web app, I don't want to tie up the app with the conversion process. That is when I figured this might be a good time to try threading the conversion process... what do you think?

Currently, my process logic is this:

1) User presses the upload button.

2) A dummy record is created in the database for the file being uploaded.

3) Folders are created on the server to house the original video file and the converted video file.

4) The original is copied to the server.

5) Once the original is finished being copied, the app converts the original to .flv and saves it in another folder.

6) Information about the conversion process is stored in a .xml file

7) The dummy record is updated with real data

8) There is a redirect to a page that lets the user view the .flv file on the web

View 6 Replies

Creating An Application Which Requires User To Enter Some Data Using Popup?

Dec 16, 2009

I am creating an application which requires user to enter some data using popup. There will be text boxes and drop down list which will be filled by the user. Once the user fills the required information and submits it using a button, the popup will dissapear. Can anyone direct me how to use Popup control to contain textbox, drop down list and buttons.

View 1 Replies

VS 2008 Creating Folder Structure In User's Application Data?

Mar 16, 2010

I want to store my log files in the user's Application Data folder (to avoid all the hassle with Windows 7/Vista UAC permissions). By default, though, the app creates the folder structure like thisAppData/CompanyName/AssemblyName/AssemblyVersion/I just want a single folder without the AssemblyName and AssemblyVersion. Other than removing that info from the project, is there any other to just create a single

View 1 Replies

Communications :: Creating Online For Simple Program?

Dec 17, 2008

I dont know wether this is the right place but would i be able to use somthing like streamreader to change a .txt on another computer? If so, how?

View 3 Replies

Detect If The User Is Currently Online?

Dec 22, 2011

I have an application that when it starts, it checks the internet to see if a new version is available. My problem is this: If there is no net connection, the program 'pauses' as it tries to check for the new version.

Is there a function that I can use to detect if the user is currently online, with a working connection?

View 9 Replies

How To Check In ASP.NET If The User Is Online

Feb 28, 2010

what is the logic behind this on this website "last activity: 1 min ago from this ip address "If you are obtaining the user's IP address in a hidden field , how can I do this in vb.net ?

And how can I check how many users are online using the application ?

View 3 Replies

Each Web Online User Connect With There Own Acces .mdb?

Apr 1, 2012

in my project, when a new user register online on my website, then my project create a directory on server with the user name "abc" and copy a myDB.mdb file in it.this .mdb file contains predefined 2 tables.now my question is :1 is it possible to connect and use with Dataset.xsd in this task.2 how each user read and write data with there own myDB.mdb file

View 1 Replies

Login Verification - User Already Online

Jan 17, 2012

I have an VB.net Login Module and what I want to do in this module is to know whether the account being logged in is being used or it's online. Ex:
If I logged in then it will say "User is already logged in" etc etc. I am using MS SQL server 2008 r2 for may database.

Imports System.Data
Imports System.Data.SqlClient
Public Class Login
Public sstatus As String
Private Sub GlassButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GlassButton1.Click
[Code] .....

View 4 Replies

User Status Online And Offline Using Timer ?

Feb 27, 2012

i have a problem with my project.i use a timer to change the server status become online i madeit for that.Do you need all form who are already my online server.Not my problem Is who are already online.I have a problem with my project. I user timer to change the server status become online i already do that and those forms need to be seen who already online. My Problem is into the form did not seen who's server Online.This is my code for the Timer:

Dim timercount As Integer = 5
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
If timercount = 0 Then[code]......

View 1 Replies

Creating An Alarm Clock Application Which Requires User Input To Switch Off The Alarm

May 21, 2011

i am creating an alarm clock application which requires user input to switch off the alarm. I have 3 comboBoxes on the form named day month year. when the user enters the correct date ( Current date) and click the button the alarm is deactivated. the code to check that the date entered in the comboBoxes is the current date.

View 3 Replies

Connect To An Online Database To Authorize A User Login?

Oct 25, 2009

Does anyone know where i can find out how to connect to an online database to authorize a user login? On my form i have TextBox1 and TextBox2

View 2 Replies

Making A FTP Chat And Online User List(No Database)?

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

.net - Application Online Security?

Jan 29, 2011

I am developing and application in vb.net winxp+ (windows xp upwards). The application has to receive backup data from clients software located at different pc over the Internet. but am concerned about security of this application on the Internet. what would be the best way to implement security in vb.net 2008 to make sure that the data is not sniffed or interfere with?

am thinking of encrypting the data before sending, saving it that way until it need to be viewed before decrypting. what type of encryption would you suggest? Is there any other way you would suggest this data be sent?

View 2 Replies

Knowing Who Is Online In ASP.NET Application?

Oct 16, 2009

how to display the list of all my application users who are currently online on a gridview and every user of my application sees who's online. How do I go about this if and if I am not using the built-in ASP.NET membership controls?

View 4 Replies

Make VB Application Online?

Apr 15, 2012

How can I make vb.net application online. Is it possible? so it's can be access from anywhere..

View 3 Replies

Get An Application To Run Scripts From An Online Source?

Mar 8, 2009

Would it be possible to get an application to run scripts from an online scource? and if there is no internet connection to run scripts already written in the program? By scripts i mean standard VB code?

View 7 Replies

How To Make A Online Exam Application

Oct 16, 2009

i want to know how to make online exam application using VB.NET & SQL SERVER,Suppose there is a question followed by 4 options, & USER have to select one of them,also there is a time restriction for example ,30 min for 25 question and time should be visible to user.then after time over he will be not able to do anything and redirected to result page.At last it will calculate the total no of marks scored and show in graph and report wise.

View 1 Replies

Make An Application Online Written In VB?

Sep 26, 2011

I am a beginner in vb.net. I have made a project in this. Now I want to make it online.Also how to use asp.net with vb.net?

View 7 Replies

Connection Between Desktop Application And Online SQL Server?

May 19, 2011

I made a desktop application and I Have a server on the internet and I need to make a connection between them

Can some one advise me about this problem?

View 3 Replies

Connection To An Online Access Database From Application?

Jun 8, 2012

I am developing an application on VB.NET 2010, I am planning to make an online activation system, the idea behind is that Whenever someone installs my application, the application presents user an activation form, user will be entering product key, name and email address, and then system will establish a connection to a database which contains all the keys on WEB. So how should I make an efficient program to get rid of that.

View 2 Replies

Online Chat Application With 2008 Using TCP Or UDP Sockets

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

Online Check And Update Application From Ftp / Server?

Oct 10, 2009

I found there is something related "OnceClick"[code]...

but how to use it?? Got better solution like tray icon prompt the new version available. then prompt user permission for update~

if user accept to update, it will download from server and install and restart application.

View 1 Replies

VS 2008 - Handling Online Activation For Application

Feb 20, 2010

This is how I handle online activation for my application the problem is that this is very poor security because i display my Username and Password. I was thinking of using Myslq but i also have to input the Username and the password into the application. What other ways do big companies like Kaspersky handle online activation.

My code
Try
My.Computer.Network.DownloadFile("FTP SITE" + textbox1.Text + ".txt", "C:" + textbox1.Text + ".txt", "USER", "PASS")
Dim auth As String = My.Computer.FileSystem.ReadAllText("C:" + textbox1.Text + ".txt")
If auth = Textbox2.Text Then
Kill("C:" + textbox1.Text + ".txt")
[Code] .....

View 9 Replies

Create An Application That Can Store And Access Database Online?

Feb 2, 2010

i've got a free mysql database online hosted by 000webhost, i'm just wondering if i could connect to the mysql database, and if so what would the connectionstring be like? when i connect using php its something like this: new mysqli("mysql13.000webhost.com", "user", "password", "database1"), how do i translate this into a vb connection string, i can't decide what to put as the data source [code]if there's no way to connect, is there anyway for me to create an application that can store and access database online?

View 7 Replies

VS 2005 - Making Application Check Online For Updates?

May 2, 2009

I remember seeing a tutorial a while ago about making your application check online for updates..I did this a year or two ago but have since lost my example. Can someone explain how you do this or supply me with a link if you know a good tutorial?

View 20 Replies

VS 2010 Developing A Chat Application Using Online Connection To A Mysql Database?

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

Source - Mu Online Game - Can't Make Right "Server Status" To Show Online Or Offline

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

Creating A Local User With The Option "User Must Change Password At Next Logon" Set

Oct 19, 2010

I am currently creating a tool that can manage local user accounts on Windows-PCs. I am using the functions described on

this MSDN page ; and after some struggling, I got most of them to work.

Unluckily, I haven't found a way to set the option "User must change password at next logon" while creating a new user account. I use the

NetUserAdd -Function to create the new user. I set the level to 1 and supply a

USER_INFO_1 -Structure . This structure accepts flags, and the flag UF_PASSWORD_EXPIRED seems to be exactly what I want - but when I set it, the user can log on without changing the password first...

I'm developing on Windows 7 Ultimate 64-Bit using Visual Studio 2010 Express.

Here's my code:

#Region "Constants"
Public Const UF_PASSWORD_EXPIRED As Integer = &H800000
Public Const USER_PRIV_USER As Integer = 1

[Code].....

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved