Creating An Application?
Feb 24, 2009
I'm creating an application in vb.net.I wish to have 2 projects- one for GUI and the other for class implementations.(Its for the maintainabilty purpose i'm separating GUI and implementation.)I would like to call the class ct
View 2 Replies
ADVERTISEMENT
Jul 18, 2012
Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.
Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?
View 3 Replies
Sep 29, 2009
I want to create a AIO (All In One) application.
Heres an example of what i want to do , lets say each line of text on this image is a button that opens the the program when clicked
Also imagine that the pic below is a "Windows Form"
I know i can open programs by using the "shell (Program location) " code , but in want to be able to upload this AIO to rapidshare etc. for others to use on other computers.
View 11 Replies
Feb 15, 2012
Actually I am facing issue in creating an ASP.net application.I have created a project in VB.net but now my seniors are saying that the code should be in ASP.net and it is taking hell lot of time for code conversion, designing and all other stuff.Actually I am not able to get all the functions and properties in ASP.Net since I had been working in ASP.Net for a long time.
View 11 Replies
Aug 26, 2009
I am doing a project on the CRM application which can sending or receiving of emails and sms. Most of the CRM application that has been build is using the web form which mean the application of the CRM is build as website. But the problem is that I am doing it in the windows application. The CRM application that I am doing is the the admin can send/receive emails and sms. It is some sort like microsoft outlook. but the difference is that in microsoft outlook it can only send emails. When i search the internet for the gateway, there is no free gateway. Is there any examples for sending or receiving of sms and emails. My group partner is doing on the emails which he uses the SMTP server.
View 1 Replies
Jun 21, 2010
I am doing a project of CRM application which does sending and receiving sms/email. I am doing this using the visual studios 2005 ans SQL Server Database to store the send or received sms/email. I have search on sms in the internet but the problem is that it is using C# as I am using the vb.net language. Even though some of the research that i came across is in vb.net but the application did not work.
In my research, the sending and receiving of sms application uses sms gateway, AT command. But I am not sure which one to use becoz I am doing this application for my project. Hope for any recommendation on which one to use either the sms gateway or AT command or any other device. My lecturer said that my project is most likely like the M2U Mozat. Not only that I am doing the sms but also the email. The email part is done by my partner but the problem is that he creates the email using the SMTP server. How can using a SMTP server to create sms? It is because the part that I am doing which is the sms and the email to combine together.
View 2 Replies
Oct 21, 2009
i am kind of new to the programming scene, i am creating a battleships application and i want to know if it is possible to drag an image from a picture box, to another picturebox image at a specific spot in the image, like placing your ships? perhaps set the board as a background imagine, im working with visual basic.net for experienced programmers, and i ahve gotten the idea from the chess game they make,unfortunatly they dont mention dragging from one picture box to another.
View 2 Replies
Feb 18, 2010
removed
Attached File(s)
billcalc.zip (239.61K)
Number of downloads: 265
View 3 Replies
May 15, 2012
how to create a console application that asks the user to input his or her first name and last name separately. The console application will display a message that varies according to the user. Then combine the two names into a single string variable named fullName, so that they 'll output a full name.
View 4 Replies
Jun 21, 2010
acctually i m creating a desktop application in vb.net so on the data insertaton page i had got an error that is "the ConnectionString property not initilized" so i m posting all my code here.
[Code]...
View 11 Replies
Mar 2, 2011
create a small multimedia application using Visual Basic.net 2008. What i need is for this application to pull information from a webpage.
View 9 Replies
Jun 28, 2010
how to create a new .exe from my application. Basically I have a form with a textbox and a create button, when I hit create I want to create a new .exe with, well whatever code I want for example MsgBox(text1.text). So when I run the new .exe I get just the message box with the text from the previous application.
View 5 Replies
Nov 6, 2009
I was wondering about the possiblity of creating a portable application in vb.net, not for anything specific - more out of curiousity than anything else. The only way that i have thought of doing this is creating an application, grabbing it out of /bin and it would save settings in a xml file or text document/whatever.
View 4 Replies
Dec 5, 2009
creating a skype application in vb?
View 3 Replies
Oct 13, 2010
i am creating an application that is like an alarm, for example an item in my listbox is "2010-10-24" and the date in my label is also "2010-10-24".i would like to pop a message that there is a due paper in that date.my problem is my code below, it does not find the item in listbox and the label equal. i wonder what is the problem,
[Code]...
View 9 Replies
Sep 25, 2008
I need to make an application that edits the values in a file but it needs to be done in a hax editor can Im using VB 2008 Express Edition
View 1 Replies
Oct 24, 2011
I am trying making a appliction that produce a invoice, its just a type of business application, in that i want to and form that contain a email sector divided on two tabs one to send email, and second to receive email (like to check my inbox
View 12 Replies
Apr 20, 2009
I'm creating new application with visual basic web developer i have 3 textbox on web form ajax this is code inside event load
Dim Connection As SqlConnection
Dim Command As SqlCommand
Dim dr As SqlDataReader
[code]....
View 5 Replies
Mar 10, 2009
In the company I work for we have a desktop application developed in .NET that we like to open up some parts for other software developers.
I see it like some kind of public methods that other software can access. Is there any standard approach, best practices or other experience of this?
I guess you could do this with Win32 calls, C/C++ programming etc. But I'm mainly a .NET developer and have some years of experience programmming in mainly VB.NET but also some C#. I hope finding a way to do this within .NET. But it should be accessible for software developed in other languages.
View 4 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
Apr 14, 2011
What I need to do is create the server side for a chat application that will run on the iPhone, Android, Blackberry and web browsers. To do this I am thinking of:
[Code]...
View 2 Replies
Sep 13, 2009
I am having trouble creating a console application with these specifications:
* Declare variables named HoursWorked, HourlyRate, GrossPay, and NetPay, each having a data type of Double.
* Read values for the hours worked and hourly rate.
* Write the statements to multiply the hours worked by the hourly rate to calculate the gross pay. Calculate the net pay by multiplying the gross pay by 0.80.
* Display the gross pay and net pay (formatted for currency).
This is what I have so far:
Sub Main()
Dim HoursWorked As Double
Dim HourlyRate As Double
Dim GrossPay As Double
[code]....
I don't exactly understand what it means to "read the values for hours worked and hourly rate". Does it have something to do with "Read Line"?
View 4 Replies
Jan 21, 2011
First of all, I want to say sorry if this is not a correct forum. I have built several standalone applications up until now. But now I need to create a server client application, the only database is on the server. The application itself is installed on all the client computers but not all of them are granted the same level of access to the database.
[Code]...
View 13 Replies
Sep 25, 2010
I created an application in vb.net using visual studio 2010. I want to create an installation file of the application that will not be free with a license so I want to create a trial of 30 jours.
View 2 Replies
Aug 18, 2011
his running an XP network and wants to put some real-time monitoring in place on his staff and what they're doing.
View 13 Replies
Dec 29, 2010
I am trying to create and application that has a section on the left of the form that has about 8-10 smallish images in it. The user can then drag the images one at a time from the box of images and create his own model/diagram. I am going to be doing more with the application, but I need to just start by accomplishing this.
View 30 Replies
Jan 4, 2006
I have read through the following page: [URL]
Now I have my application and an installer project, which can install my application. how to make my application auto-update (from my web server) like a smart client. I've looked into ClickOnce, but it does not appear to be suitable as I cannot do any custom installation steps. My application needs to create folders and copy other files from the CD to the hard drive, which I don't believe ClickOnce supports. On the other hand, the Windows Installer does not natively support any sort of auto-updating. So what do I do?
I have read that it is possible to combine both technologies, but all my research into this has turned up nothing of use.
I've looked into the Updater Application Block (Version 2.0), but I'm not sure if this is what I'm looking for? I'm using Visual Basic 2005 and I'm not sure if the Updater Application Block supports .NET v2.0. In fact, when I tried to install the Enterprise Library, it said I need .NET v1.1??? Even if this is a possible path, I'm really quite lost when reading through the documentation as nothing seems to point towards practical examples, especially in Visual Basic.
I've also had a look at the System.Deployment.ApplicationDeployment class, but it seems as though this only works with ClickOnce applications. However, since I can't seems to use ClickOnce in my situation, this does not seem like a viable option. Is it possible to use System.Deployment.ApplicationDeployment outside of a ClickOnce application?
I'm really quite lost as to how other people produce custom installing applications that have auto-updating features. Virtually every modern piece of software does it, but I cannot seem to find anything on the web that points me in the right direction of how to achieve this with Visual Basic 2005.
View 11 Replies
Mar 16, 2011
I have a pet project of mine that I'm working on; basically, it's for scouts during FIRST FRC matches and allows them to enter data about teams into an Excel sheet. I'm having a problem creating said sheet, however. I want the program to create a new sheet, with the filename being whatever the user puts in a textbox I have. the interface takes data about teams one team at a time; when user wants to add a new team, they press "Enter Data" (which puts whatever is in the interface on Row x, then the user will be able to add new data to Row x+1 each time they press said button, etc). The main issue is that when I have the code as follows:
[Code]...
I've narrowed the problem to the "filename" and "filepath" variables. I've Googled around for answers, but the articles that I found about the error above are too vague to help me. Does anyone know why VB.NET is giving me this error? Also, how can I reuse the same Excel sheet for the entire duration that my VB.NET application is running? As in, I want to be able to add ~50 or so teams to the same Excel document (for example, all of it going into "MyRegional.xls").
Sorry if this is an obvious problem to solve or anything; I'm fairly new to programming in general, so I'm clueless as to what's going on with this. Up until this point, my program runs fine and when I comment out "Dim filename..." and "Dim filepath...", the program will run normally. If it helps, I'm running VB.NET Express 2010 in Windows 7 Home.
View 4 Replies
Feb 25, 2010
How to do this? creating an online for the user of application
View 14 Replies
Aug 15, 2011
I have multiple forms and reports with different print area. Some are designed to print to a thermal label printer and others to department shared printers. Currently the user is able to change the printer in print dialog box and print to differernt printers. I want to be able to create a form where the user can assign different printers for different jobs and not have to worry about it.
The problem is, i have never worked with printing function and my collegues arent too smart so I was wondering if someone can throw me ideas on where to start so i can start googling for it.
View 1 Replies