I try to make MDI application and take following steps;Create Parent form with toolbar buttons and set isMID property to true.Then create a child form when i minimize the child form it minimize to the corner of the parent only X sign is visible can i set the boundries i mean i want that in minimize condition - and X sign is shown.Second can i get the event from the child form control i mean button click event(button on child form) want to add in the parent form.Is there any example code of MDI application?
I'm using VB 2008, and I have a dual core computer.Is it possible to make a code that sends one application or program in 1 core, and other application in the other core?
I want to code a parameter to my vb net application so that it can start minimized like app.exe - minimized or app.exe /minimized how can I define the parameter so that the form does what I want
I developed a web application that selects a data source from drop downlist and generates xml's for that datasource when generate button is clicked and send s generated xml's to helath vault when i click send button.I want to schedule this application such that it will run every day at specified time.
I want to connect a vb.net code , with a different application ( the user denyed from access them untill he enter a password in the vb.net window that appear when he click on that applications )
i have an application .exe done with visual basic 2008 and i don't have anymore its project files,etc.Is there any way to get the code of an application .exe done with visaul basic 2008?
I want to allow the end user to write vb.net code within my application that will interact with my application and database. I have seen software like this, such as GE iFix, Excel, and others.
My name is Anthony. I want to create a flashcard application for son. I am using Visual Basic. I do not know how to start off the coding. I want him to be able to write the question and answer on it and then test himself. like a regular paper flash card.
I am new to VBA and looking at an application code, being developed by some one. Although I do get an over view but not entirly sure what these lines of code do, speciallyAddress(True, False, xlA1). I figured it is property but not sure how it works
is it possible to add some VB.net code to handle all the errors in my application. (and not to go in each sub and add the on error intruction) I want to handle every error.
I can access any setting using my.settings. But If I want to add/Remove settings from my code is it possible. for example I have three settings for myappname,myappstartdate,myapploginuser. now I want to add loginUserPassword setting using code is it possible.
REASON : my program have many projects , and some of them relative about interface . If i change one , but when i call this from other project then, the change won't affect. and it takes several times , it may work.
I have an VB executable application(.exe) and I would like to get back sourcecode for my .exe application. Please help me if you have any software to get back source code from VB exe program.
I wrote an application in my free time that helps people create certain files when they want to create a custom level for some game. The application of course is completely free, I made it for fun and to help the community. That community has now requested that I also release the source code of my application, in case I stop being interested and they ever want to fix some bugs (this has happened loads of times in the past in the same community, there are loads of good applications out there with some small annoying bugs where the creator has gone missing and the source is unavailable).
Therefore I would like to release my full source code, but not before consulting here how exactly I should do it..I could of course just zip up the entire Project folder and upload it, but I feel that is probably not the best way to go about it..
I was using VB 2008 to code using applications. An example of something I coded was hangman. I was wondering if its possible to somehow use the application code and apply it to a form.So for example with the code below how would one go about putting into a form? If this isn't possible, what are the main difference between form/application coding? How would I go about coding hangman for example on a form, what are the main difference between the two??
I have a block of code in an application I have written. I have tried two different variations.Below are examples of the method I used: [code] The second example adds only three more lines of code. Yet, the app would run at about 10% of the speed as it would in the first sample.
I'm having trouble finishing up this salary program which is designed to calculate salary based on gross sales while using arrays. Essentially, when the Calculate Salary click event is initiated after salary is entered, either $200 should show up in the list box or, if the persons sales were over $5,000, a calculation of their sales * 9% + 200 should show up in the list box. Right now, anytime I enter any number, "Double Array()" shows up in that list box.
Option Strict On Public Class Form1 Dim salary(19) As Double
I need to create a VB.NET function that takes the source code of a VB.NET console application and compile it into a console application.For example, this is the VB.NET source code for the console application:
i'm working on a internet cache cleaner.. i load the cache files in a listbox and send them to the recycle bin. in this process, the app stalls until completion and the stall depends on how many files are in the cache.how can i do this and keep my app active, not stall?