Creating An Application To Edit Hex

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


ADVERTISEMENT

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

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

Add / Edit And Delete Database Through Application

Nov 28, 2009

I'm asking is for someone to provide me some tutorials or something that can get me on the right track to help me connect an access database to a VB 2008 application. I need to be able to add, edit and delete this database through the Visual Basic application.

View 2 Replies

Edit Application Level Settings?

Oct 26, 2009

How do you change an application level settings after compiling? I've searched Google and am at a loss. I've tried modifying the APPNAME.config file in the deployment directory but it doesn't change the application level settings.

View 3 Replies

Edit Assembly Description For Application

May 18, 2012

I am trying to edit the assembly description for my vb.net application. However I'm stuck and have been for about an hour. Here's the following line i'm trying to edit in AssemblyInfo.vb:[code]but the program keeps throwing me an error stating 'constant expression is required.' I have also tried and \n with no luck either. I haven't found an answer online and was wondering if someone could point me in the right direction.

View 4 Replies

Application Doesn't Work - Edit My Program

Jan 15, 2012

I am using a vb 2005 and mySql as my database. I already created my project but it seems like when i edit my program.. it doesnt apply. What might be the problem? Is the vb.net application, MySql or the OS?

View 2 Replies

Create / Edit A Resource Once Application Is Compiled?

Nov 30, 2009

How can i make it so when my application has been compiled, a user can press a button, and then save a file within the exe its self (thus, a resource). Or text in a text document (not a setting, because when the exe changes places on a user computer, it will loose its settings. The main need for this is so that the exe can change locations / computers, but still retain the origional data (or text) stored in it.

View 2 Replies

VS 2008 : Make An Application To Edit An External Exe's Icon?

Apr 3, 2009

I'm trying to make an application to edit an external exe's icon, and other resources, much like ResHacker.

View 3 Replies

Edit And Save Button Function In Account Info Application?

Apr 12, 2011

I have a program that allows a bank to view clients information.The app will allow the users to click next and previous buttons to see clients information.I also added an edit button and save button to it.

Public Class AccountInformationForm
Private clients(0 To 8) As Client ' Client object
Private position As Integer = 0

[code]...

My problem is with the edit button. I want the user to click on the button, gives the message, then gives the option to edit the four accounts.(firstname,lastname,account number and balance)I can do this type of thing in java but unsure about this code.

View 3 Replies

Launch An Excel Document In Windows, Edit It And Get The Application To Ask To Save It?

Nov 1, 2010

I can launch Excel with the document I want using VB.Net 2010:

Dim p As New System.Diagnostics.Process
p.StartInfo.FileName = "c: empmyfile.xlsx"
p.Start()

Excel starts OK with the file opened. I edit the file, but when I close it down, Excel doesn't ask if I want to save changes. So it closes and loses my edits.

If I do the same with a text file:

Dim p As New System.Diagnostics.Process
p.StartInfo.FileName = "c: empmyfile.txt"
p.Start()

It opens (in Notepad++), I edit it and close it, and Notepad++ asks if I want to save changes.

I've now tried similar code with a Word document - and that's OK. Also with an OpenOffice Sheet document and that works as well.

This behaviour is happening in Windows 7 with Excel 2010. It works as expected in Windows XP with Excel 2007.

What am I doing wrong with Excel? Is it me?

View 2 Replies

Data - Add An Edit Button That Will Edit Existing Entries?

Apr 28, 2010

I have a form that adds new contacts. New contacts are added by pressing an appropriate button and they appear as an entry in the list on the form. I try now to add an edit button that will edit existing entries.User will select a given entry on the list and press edit button and will be presented with an appropriate form (AddContFrm).Right now it simply adds another entry with the same title. Logic is handled in a class called Contact.vb Here is my code.

Public Class Contact
Public Contact As String
Public Title As String[code]....

View 1 Replies

Creating AIO`s - (All In One) Application

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

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

Creating An ASP.net Application?

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

Creating CRM Application Using .net?

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

Creating The CRM Application?

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

Creating A Battleships Application?

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

Creating A Billing Application?

Feb 18, 2010

removed
Attached File(s)
billcalc.zip (239.61K)
Number of downloads: 265

View 3 Replies

Creating A Console Application In VB

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

Creating A Desktop Application In .net?

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

Creating A Multimedia Application?

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

Creating A New .exe In From Current Application?

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

Creating A Portable Application?

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

Creating A Skype Application In Vb?

Dec 5, 2009

creating a skype application in vb?

View 3 Replies

Creating An Application That Is Like An Alarm?

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

Creating Email Application?

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

Creating New Application With VB Web Developer?

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

Start Creating An Application API In NET?

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

.NET: Creating A Chat Application For Forums?

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

C# - Creating A Chat Application With Azure

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







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