application

  1. T

    Question Retaining Application and User Settings with ClickOnce Upgrades

    Hi, This is regarding using ClickOnce to manage installation and retaining settings. (This will be my first time using ClickOnce.) Background: The project is test SW deployed to manufacturing sites on PCs owned by my company of which I am admin. The test SW will run identical processes on all...
  2. K

    Question Requirements for a Web Application Development Project

    Please accept my humble apologies if this isn't the right place for this question. Would you be so kind as to advise me as to what components I would need in order to develop a web based MySql database driven application using Visual Studio 2015. I'm used to developing non-web based applications...
  3. D

    Closing Form and exiting application

    Hi, I have a dilemma, I am writing a windows form app in vb.net 2010 visual basic, but here my dilemma I have a main switch board form that I want to close when the user I click's a button to open other forms. But on my main form I have an application exit button which handles the closing the...
  4. N

    Question Configuring and Saving Profiles in a Web Application

    I am working on adding the ASP.NET Profile feature to my Web Application, and am having trouble getting it to communicate with the database. I have the Membership feature configured and working, and I ran the tool on the database to do the necessary configuration for Profiles as well. I have a...
  5. S

    Need Partner In Coding

    hey everybody. im making an application for a game to match up clans for fair battle (Clan Battle MatchMaker) and ive almost completed the whole gui interface and most of the coding. BUT im having a little bit of troubles with getting the email form to email me the information that i want. and i...
  6. Grafix

    Question Deploy Applications

    Hi dudes, am newbie in VB.NET applications. I finished my school project successfully. I created a setup project to deploy my system but its not doing what i want after installations, i meant i don't know how to include the database i created using mysql server into the .exe/.msi package...
  7. A

    Question Simple CHAT application..

    Hi! Sorry if this is a stupid thread... but well... I'm a starter in Visual Basic 2005... I'm tring to create a simple chat app, but my code doesn't work... Here is the code... Client: Imports System Imports System.IO Imports System.Net Imports System.TeXT Imports System.Net.Sockets Public...
  8. E

    Controlling a console application output

    I know this is how you can retrieve the exit status of a console application: Dim CFVProcess As New System.Diagnostics.Process CFVProcess.StartInfo.FileName = "CMD" CFVProcess.StartInfo.Arguments = "/C CFV -T C:\Verify.sfv" CFVProcess.Start() CFVProcess.WaitForExit()...
  9. manub22

    set userid & password in a webpage

    I want to set username & password in a website, like gmail.com and want to submit the page. This should be done automatically when i click a button on the simple form in VB.net. I'm using following code, but its not working: Dim objIE As SHDocVw.InternetExplorer objIE =...
  10. A

    Question add button in code?

    I'm working on a project that will create new windows components. (If this is possible). I have made a button that creates new forms when clicked in the MDI container. Now I'm just wondering if someone can figure out a code to make it so when I click a button it creates a new button on the...
  11. H

    Question Whats Wrong with this Fibonacci Application?

    For my application, i need the user to input a number, and the application will work out the highest possible Fibonacci number below the user inputed number. At the moment, my application is providing non-Fibonacci numbers, which is a problem. Here is the code: Public Class Form1 Dim...
  12. S

    Question Multiple forms open and close

    Hello, I have two forms frmMain and frmNew, and one module modMain. In modMain I hold public variables which are needed for application. My question is how to open and close those two forms when needed? I ask this because if i set frmMain as startup form, then when closed, application will end...
  13. T

    Question Windows Services and the Application Event Log

    I want to get everyones thoughts and opinions to the following question: Is it true that for windows services we create in VB.NET, their basic events like Start, Stop and Errors are automatically recorded in the Application Event Log?
  14. S

    Question Windows Application on web

    Hi Everyone, This is my first post here! And I am not very much sure whether I have chosen the correct Sub-Group. I have a problem for which I am seeking a solution. I have a Windows Application which is collecting large chunks of live data for a few seconds and then continuously purging old...
  15. S

    WPF App?

    Simple/easy question....What is it...probably a dumb question...but just wondering....:confused:
Back
Top