How To Modify The Program
Sep 28, 2010I am attaching a working program. But in this program i need to do some changes
View 9 RepliesI am attaching a working program. But in this program i need to do some changes
View 9 RepliesIs it possible? Self modifying codes based on users choices.
View 3 RepliesCODE:
When the program runs out to the red code, it clewed error, the error screenshot shown as Figure 1.
I want to ask the wrong place, and how to modify the program.
How can I Tell Visual Basic or Studio to alter the entry point other that its default one(The first Form)[url]....
View 4 RepliesWe are trying to modify a program to control a usb relay device. Essentially what the program originally does is give you a series of check boxes that you check to make the relay fire. We tried to modify the code so that the box is checked after 5 seconds using a counter and an if statement. It works, but only partially, what happens is the check box shows a check, but the even that is normally triggered does not happen. [code]
View 4 RepliesLet say I have the following classes[code]...
If I wanted to say, alter the code definition of the automatic property X (at runtime, perhaps in Sub New), such that I could throw the PropertyChanged event
I wonder if there is a Terminal Program available for us to modify and use that has changable parts of:
[Code]...
I have a project, let's call it myproject and it's in the folder, myproject (VB2008>projects>myproject)
I want to eventually open this project and make some changes to it and the end result is that I will have a new piece of software.
So, here's what I do I copy the folder myproject to the desktop, rename it projectb and put back in the projects directory. (VB2008>projects>projectb)
Now, I can make any changes I want to the program and save to the projectb folder, BUT all of the entities (form, design view,settings etc) will still have the original name of myproject.* (and there's nothing you can do about it?) Is this the case? I don't see how you change the name of the "individual parts".
For example how do u delete on row <tr> in a table <table>?how do you remove a <img /> entry?
by remove means not just set the innerText to?
I make an application and make setup file using VS setup project. This work fine and create default text files into Program Files Folder for winodw 7/vista .but can not modify these files or create any new files.There are few text files need to create ,modify during application running ,but in windows 7/vista unable to create,modify files.I am using full default admin right for these OS. If iuse C: root path then application work fine or for win XP no problem.I think UAC restricting to perform these opeartion. But i do not know how to change these restriction using vb.net, whenever application start.
View 5 RepliesI have created a program that allows me to remotely access computers on my network (not all done by me i found some code online) however i want to modify that program to allow me to connect to computers not on my network. How can i go about doing this? My program consists of a client and a server. When the server runs it listens for the client on the client side i enter the IP address and it connects so i can send remote commands to the remote system.
View 4 RepliesI make an application and make setup file using VS setup project. This work fine and create default text files into Program Files Folder for winodw 7/vista .but can not modify these files or create any new files.
There are few text files need to create ,modify during application running ,but in windows 7/vista unable to create,modify files.I am using full default admin right for these OS. If iuse C: root path then application work fine or for win XP no problem.I think UAC restricting to perform these opeartion. But i do not know how to change these restriction using vb.net, whenever application start.
I found one solution that , if change user rights manually then this problem solved.Follow these step to change your account settings.Control Panel-->User Accounts and Family Safety-->User Accounts-->Change User Account Control settings-->Never notify(Set tab to never notify).After this change need to restart system.Now can make all changes like windows XP into Windows 7.can also make changes into program files.
Its working fine, but need to make these changes manually in OS.but its not efficent solution. So if any one knows how can make these changes by coding that will nice.
I have an existing application written in html/asp that calls routines from a standard dll (written in VB6), and (3) COM+ components (also written in VB6). The db is MS SQL.
This is a very small and benign application that does logic processing. It is becoming increasing difficult to find shared hosting sites that allow registration of standard dll's (using reg32) and the COM+ components (using the IIs tools).
On the other hand, I was told by one hosting service (goDaddy) that they can host apps that are written in .NET>>>
"DLLs written to the .NET Framework specification can be run automatically from the /bin folder of your ASP.NET enabled website."
What does this entail and can it be done? i.e., can I convert the older VB6 components (and the asp/html code?) to .NET?
i have xml file like this:
Quote:
<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<zylab>
[code].....
I am trying to create an application that will enable me to type in my local language. For that I need to modify the key presses. For example when I press key A it should change it to ”. Also I would like to know how to detect double and triple key presses e.g. shift + W and ctrl + shift + J and remap them to a different character. Also I would like to know how to detect a text string like and replacing them with other string like member. I have found a code that modifies key. But when I tried to change key A to key B it produces AB. I am including the code below. Hope I have made myself clear.
[Code]...
I have (with help from you) got 'full' control of Canon image capture and processing with feature recognition, and USB cam capture including frame modification on the fly. I now want to read an avi file and modify it on the run. I have found several C# and C++ routines as a good basis, (Especially the steganography example) if only I could successfully convert them. Unless I understand what I am doing wrong I don't stand a chance. So - start with the absolute basic Open/Close avi - This fails - Protected
memory eror
[Code]...
I can hardly think about streams til I can open a file, but when it is functional to the access to frames I'll submit a final copy for othersto use
I have a variable holding a string that is set to the value of 'B Recipes'. I need to know how to modify the string so that the new value is 'B'.
View 1 RepliesDo any1 have software for dispensary or something related which we can modify and use it for dispensary .
View 4 RepliesI am using VB2008. I have an image (black with transparent background). I would like to replace the black color of the image to another color (blue or red). Suggestions on how I could go about this will be very much welcome.
View 2 RepliesIm making an application that uses Google Maps Mobile (maps.google.com/m) and it uses a location sensor to give you results. How can i set that up? I would also like to try it with Google Buzz Mobile (m.google.com/app/buzz).
Dustin_K "There are 10 types of people in the world: those who understand binary and those who don't."
If I have a column say "price" that has for arguments sake 800 rows and I want to use a textbox and button multiply every row by the number entered in the text box when I press the button. So lets say I want to raise the price 8.5% I'd put 0.085 hit the button it would loop through the rows and multiply each value in the "price" column accordingly.
View 38 RepliesI've done some VB Script and I know C++ fairly intricately. I'm having trouble understanding, and making for loops with if statements perform as expected. What I'm trying to do is iterate through a string and turn all of the "a"s into "c"s "b"s into "d"s and "c"s into "e"s? Here's what I've got thus far and I'm keeping the old string intact.
For i = 0 To first_string.Length - 1
If first_string(i) = "a" Then
second_string = first_string.Replace("a", "c")
ElseIf first_string(i) = "b" Then
[Code] .....
I can do this for loop in my sleep in C++, but it seems that the increment counter i is never what I expect it to be. It should start as 0 (first letter of string) replace whichever of the three it finds, then change to 1 (second letter of the string) and replace whatever it finds there right?
I've got two classes deployed as COM+ components, let's say ClassA and ClassB. ClassA has some public properties. ClassB sets values for those properties and calls a method of ClassA. The method itself does not modify the value of the property. After the call the values of the properties are reset to default values for the corresponding types. This only happens if the called method includes statement ContextUtil.SetComplete(). Once I comment out the statement the values of the properties remain same as they were before the method call, which is what I expect. Do I overlook some basic concept of COM+ objects and their contexts? I would expect the property value to remain the same in any case.
Here's the simplified listing for the code:
Option Strict Off
Option Explicit On
Imports System.EnterpriseServices
<Transaction(TransactionOption.Required)> _
Public Class ClassA
[Code] .....
I'm trying to read an entry in an ini file; if it reads "ShowInvoiceRequiredMsg=NO" then my program is going to give the option to change that line to "ShowInvoiceRequiredMsg=YES". My code below reads the file and picks up if the option is set to 'NO' but I can't seem to modify that line to change it to 'YES'....... (in red is where I'm trying to modify this text)
Dim file As System.IO.File
Dim reader As System.IO.StreamReader
Dim line As String
reader = file.OpenText("c:file.ini")
[code].....
im trying to modify the text value of a richtextbox from another thread than the main thread, i've been trying for several hours but i cant get it to work, the text value just doesnt change.this code is in a separate module if that has something to do with it, so im trying to modify the textbox in form1 from another module.[code]
View 4 RepliesFor example, I have an integer array called sec1() that has 71 elements.
I tried:
vb sec1(1 - 71) += 1 But when I run the program, it gives me an error. Not a red-underline error, some other error that doesn't stop the program from compiling but stops it from running. Is there a way for me to modify all of the element of my array at once? just out of curiosity will the same method work for string arrays?
I build an application that have 3 buttons, but I need a code that once the user clicks on a button it will fill the another application(last running application window) textbox with "x" value...
View 1 RepliesI have a CSV file with many rows in which I need to update/replace column four's value using VB.NET. There are no headers on the columns so the loop can start on row one.
infile.csv
"value1","value2","value3","value4"
After much googling, there are lots of examples on how to read and write CSV files, but none quite what is needed. I know there are multiple ways to accomplish this task, but a requirement is that it's done with VB.NET.tFinal code ported from Marco's C# answerPrivate Sub CSVmod(ByVal strFileName As String, ByVal newFileName As String)
Dim strLines As String() = File.ReadAllLines(strFileName)
Dim strList As New List(Of String)
Dim strReplace As String = "test"
[code]....
i have 2 windows forms, form1 and form2.form1 has a label called "label1" and a button called "button1".This button when pressed, opens up Form2.Form2 has a textbox, "textbox1" and a button. This button, called "button2", when clicked does this:form1.label1.text=textbox1.textThis used to work PERFECTLY, but now it does not work! i dont know what went wrong, and ive made a lot of changes to the project so i cant track the last time it worked.
View 4 RepliesI want to loop thru ever element of an array and if a condition is met modify that element. It seems For Each would be the elegant way but I can�t figure out how to put a value back in the array. Below is what I eventually used. It goes thru every element and if there�s a tab in the string it eliminates everything after the tab. Can I do the same with For Each?[code]...
View 10 Replies