Made Cmd Application In 2008 And Program 6?
Apr 15, 2010How can made cmd application in vb.net 2008?
View 1 RepliesHow can made cmd application in vb.net 2008?
View 1 RepliesHow can Made Winzip Application in visual basic .net 2008?
View 3 Replieshow can made download manager application in vb.net 2008?
View 1 RepliesI was wondering if anyone knows of any way of statically linking all dependant DLL's to the vb.net program? I know there are ways to find the dependencies using dependency walker and other tools like that. But was curious since c++ supports the static ability to load DLL's. If not, what tools can i use to quickly package the required DLL's without having to install .net on all my systems?
View 4 RepliesI was observing my programs process in the task manager and noticed each action made to the program made the memory continue to rise. So I added a Garbage Collector and since it's my first time using it im not sure if I implemented it right. I haven't gotten any errors but I ran some tests I would like to go over with everyone. After adding the GC I was able to notice a change in the memory my program used- it was reduced.I added the GC to the main forms formClosed event of my application which is used in different scenarios. I also added it to the panels paint events before I tested the program. And noticed a quicker reduction in memory. The Form i mainly use called frmLine1t5. This form calls to the database based on which line to test. Then the form sets the controls that were added in design view to be enabled or disabled based upon the product for that line. This process was easy to implement.I Load each new frmLine1t5 to a collection of the form so people can run multiple tests using the same form. This helped so i didn't have multiple forms for the same type of process. I had to access the forms through a collection so I knew which controls to populate to the correct instance.
I noticed during my testing that I can not add more than 50 items to this collection. The problem is that I remove the key from the collection upon form closing, so I dont know why it has gotten to 50.The test I made Runs two timers. Timer 1 is set to tick every 4.5 seconds This timer loads a new form and tests a new line of product.Timer 2 ticks every 5 seconds and closes the previously opened form.I have it get the GC Total Memory upon loading the form of frmLine1t5 and upon closing the form of frmLine1t5.the results are shown in the picturesThe errors i have gotten occured when ChildForms Open: had reached 50Here are the errors:
[code]...
Possible Causes:I think that upon Form Closing it is taking longer to finish closing before a new form is loaded... But isn't vb.net suppose to finish any unfinished threads? Even if the program is single threaded?And because the form closing isn't "happening" then the key is not removed from the collection.
I was wondering can you get a program made w/ vb to click on a certain part of the screen outside of the program? and also, can you copy information from outside the program in another window and store it in the program as a variable.
View 1 RepliesHow to run the application that is made by VB 6 to be run in VB 8?
View 2 RepliesI have to make an application that make pc-phone and pc - pc call with asp.net. However examples I see on the web are generally made as windows application. Can anyone give me refference, examples, documents about voip and asp.net?
View 1 RepliesI have made a VB.NET program on my laptop. It works just fine on the laptop. But when I install it on another computer it wont open (when I click on program it wont open form). I think I had this problem once before, but cant remember what I did to make it work. Its Win XP on the machine that wont open program and Win Vista on the one that it works on.
View 2 Repliesright here ever experience having their programs made in vb.net run slow on the computer it was deployed at?
what are the system requirements to run a program made in vb.net with framework 3.5?
is it a simple program or a large program (eg with database)
I was wondering how you update a program made in vb.net. I know that when you click "Publish" you do a bunch of crap and it shows if you want your program to check for updates.
View 1 RepliesHow can Made Winzip Application in vb6 or vb2008?
View 1 RepliesFor example, if on form load Button1 was created, how would I make this button function?
View 2 RepliesMy brother had his son make a simple maze program with Visual Basic. Now all exe files on his system open to the maze, even system restore opens the maze. They have windows xp and he usually can figure things out but this one has him stumped.
View 3 RepliesMy brother had his son make a simple maze program with Visual Basic. Now all exe files on his system open to the maze, even system restore opens the maze. They have windows xp and he usually can figure things out but this one has him stumped.
View 3 RepliesI was wondering how to open a file with a program made in vb.net.I know that you can open the file when the program is opened with the openfiledialog and stuff... but I want to open it by double clicking or open with.
View 9 RepliesIn my Tools/Options box under Projects and Solutions/Build and Run, I have selected: Before building: to "Don't save any Changes."However, after making changes to a form, I would like to run it without saving, but I get a message that forces me to save, unless it runs the version of the program before the changes were made.The VB 2005 edition works the way I want it to allow testing without saving, but VB2008 does not allow this.Is there any way I can change this behavior?
View 2 Repliesi did a project in vb.net using the vs2005.I created the set up of the application.But when i install the set up in a machine in which vs is not installed then the set up does not work.Again when the machine has vs installed then the setup works nicely.....
should i need to install this:
[URL]
on every client machine in which vs is not installed but still i want to install the set up of my application?
or some other software in order to run my application?
I been trying to made a clone of the vista contact program to use in a address/phonebook application im tryin yto make for learning purposes. I have or think I have it almost licked but it seems there is a few buggs that does not work right.
what i want it to do is as i type characters into the textboxes it will automatically at the same time fill another control like a label.text or textbox.text. but ultimally the combined data will be added to a combobox.in the vista new contact program it automatically updates the full name combobox in realtime as you type each letter in 3 different format.
[Code]...
I made a program that clicks in different places. I wanted it to be able to click on other programs, but it doesnt. I know it clicks because when i test it on VS where i am typing changes when the program clicks.
View 1 RepliesHow would i make my program update the changes made to the current document. And if it hasnt been saved yet make it show my save as dialog?
View 1 RepliesI've seen used the datagridview to save the changes.
I don't use a dgv, but rather I connect directly to access and when a text field has text in it, it takes that text and searches, and updates various text boxes with the according information (finds a row, and takes all the data in the columns and adds it into their respective box). There are approximately 5-7 text boxes being used at the same time, and only a few will be changed.
How would I go about updating and saving through the VB program?
Here are some relevant pieces of code:
Dim con As OleDbConnection = New OleDbConnection("Provider=Microsoft.jet.oledb.4.0;data source=C:\InventoryMusic.mdb")
[Code].....
This thread sounds nuubish! but im still quite learning vb/c#/c++.ok.. i wanna know how i can steal source codes from a program made in vb.Post tuts link on just write off
View 5 RepliesI wrote an app in Visual Studio and is about 20k+ lines, but I don't know why it takes so long to start up. I have a splash screen just to test it to see if the program is working, and it is, but I have to wait for so long for the app to actually get to the start up form. A splash screen for this app isn't ideal, but was only using a splash screen for test purposes.
View 1 RepliesHow is it possible to open files (*.lva) made with my application by doubleclicking on them, as I can open MS Word etc files.My files are saved using StreamWriter member WriteLine.When I doubleclick on file made with my application, it has to fill some textboxes.I can open files through my application using ReadLine command, but not doubleclicking on them.I use Inno Setup Compiler to install my program and I'd like to associate *.lva files to open with my application.
View 17 RepliesI have numberic updown control in my app. There may be times when I want to programatically change the vlaue (in which case I don't want to ValueChanged event handler code to run). There will certainly be times when the user makes a change (in which case, I would want the event handler code to run).
[Code]...
So I made a program for generating prime numbers in a list box. My initial code had them listed like this:
2
3
5
7
..ect
Now I have them listed in pairs like this :
[Code]...
I am trying to make a program that deletes all setting made by using the SaveSetting function. I don't use the MySettings class as it makes a setting for each user. This is basically what I need it to do:[code...]
View 9 RepliesMy pc is 32bit and run vs2008.Once I try to install my windows app into a client laptop which is 64bit, I got an error said that
An attempt was made to load a program with an incorrect format
I've made a project with serveral forms and instances of classes.The program works fine until the last form close.2 messages were shown:1. The exception unknown software exception(0x0eedfade) occured in the application at location (?????????)2. Regular dialogue "Runtime error 217 at (????????)
View 2 Replies