Increase The Speed Of Opening Of Mdichild Form Into Mdiform?
May 12, 2011
My application having one mdiform in that form six child forms are there.Switching of opening one childform into anather form speed is very slow after clicking of any button in the mdiform.
View 1 Replies
ADVERTISEMENT
May 12, 2011
My application having one mdiform in that form six child forms are there.Switching of opening one childform into anather form speed is very slow after clicking of any button in the mdiform.
View 2 Replies
Jun 13, 2009
I hava a MDI app. i have a mdiChlid(say A) and others n instances of another mdichild. i wanto to this others n instances can handle an event generate in the A mdi chlid. How ca i do this??
[Code]...
View 2 Replies
Nov 6, 2011
I'm trying to make simple program that changes the fan speed using a Track bar. I checked on MSDN and Bing and nothing on VB.
View 4 Replies
Sep 19, 2011
I have Created an windows Application in .Net, when i start it first time, it takes lots of time to load. however i have used StoredProcedures to get data from database.So is there any technique to decrease the load time of an application?
View 2 Replies
Aug 10, 2009
i am trying to complete a project. My task is to read large TXT files (300 files, 2.2 GB in total) read the customers inside, perform some data calculation and write each customer data to a separate txt file.
I made a code in VB6, it runs fine, however it takes 8 days to run on a quadcore processor, utilizing 20-30% of the CPU. Now I upgraded the code and am running on VB.NET 2008, the latest version. The speed still remains the same, and the CPU usage is also about the same.
Anyway I can make this process faster. I have a quadcore PC with 8GB of ram, possible to maybe make VB utilize all the CPU say 100%? so it executes atleast 2 to 3 times faster.
[Code]...
View 15 Replies
May 17, 2012
I want sme small window and data usage and speed increase n decrease can b done n v cn use a credit or atm card also
View 2 Replies
May 13, 2010
How to increase speed of receiving data through GPRS? We connect through UDP Protocol and sync method for receiving DATA. Can you suggest me to best way to communicate with GPRS? [Code]
View 3 Replies
Nov 5, 2010
How do I speed up a download / increase bandwidth usage? I tried using more threads but the speed caps at 2 threads.how do download accelerators like internet download manager speed the download so much?
View 1 Replies
Sep 1, 2009
I have created a code in VB.NET to read data from text files. Data is read from a list of files, where each file is changed using a for loop. Data is written to a new text files. Each file is read one by one and written in the same way. Now, my speed of execution is very slow. I am using a Quadcore processor with only 20-30% of CPU utilization when my code runs. Is there anyway I can increase the speed of reading and writing? To read only 125 files it takes 10 minutes or more, which is very slow indeed, because in the end I need to read thousands of files and write them. Each file is approxiamately 30-50kb.
Here is my code.
Public Sub ReadRMRDataFileIntoTextFiles()
'Read in the customerids once up front
Dim customerids As Collections.Generic.List(Of String)
[Code].....
View 5 Replies
Mar 15, 2012
We are four in a team using a data entry application created using VB and MS Access as backend DB. The application is installed on all our PCs, but uses my PC as server. We enter data at same time. The application has been slow since we started using it. We were advised to increase the internet bandwidth, which we doubled, but the application is still slow. What can be done to increase the speed of the application to make work move faster?
View 1 Replies
Jun 8, 2010
I have a parent form with 2 child forms.
i iniciate both mdichildren with [code]...
when i click on form1.button1 i want to issue form2.textbox1.text=""
View 3 Replies
Mar 1, 2009
how to make sure the mdiform will not consist the same child form?
View 7 Replies
Oct 31, 2011
Why is my MDIChild form not being displayed in my MDIParent form? I want to click a button on form frmStudyResultsFilter which will then display an MDIContainer form frmCalculatedResults (maximized). When frmCalculatedResults is shown I want a small dialog modal form to be in the center of frmCalculatedResults. For some reason frmCalculatedResults will not show on top. Plus I get this error"Form that is not a top-level form cannot be displayed as a modal dialog box. Remove the form from any parent form before calling ShowDialog." Here is my code:
Public Class frmStudyResultsFilter
Private Sub btnCalculated_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculated.Click
Dim frm As New frmCalculatedResults
[code]....
View 5 Replies
Apr 7, 2011
I have a program developed in VB.NET (2008) which consists of a MDI form and several child forms. It worked like a normal mdi application whereby mdi form acted like a container for child forms and things worked out okay. Code like Me.Mdichildren or Me.ActiveMdiChild etc could be used to get list of child forms and perform other actions.Now what happened is I needed to implement a tabbed system. There will be multiple tabs and forms would be in those tabs. So I added a Tab control in mdi form and now new forms are added to selected tab page. This way muliple tab pages can host forms and there is no need to see all childforms at once.
But a problem has come up. I do say ChildForm.MdiParent = Me (as before) but then I say TabPage1.Controls.Add(ChildForm).Doing so functions like getting list of mdi children or me.activemdichild or auto arrange options like Cascade,Tile Horizontal, Vertical etc are not working. This will be a major problem for me.
View 8 Replies
Jan 7, 2009
how can I check(with code) if an mdichild form is already opened or not. I have some mdichildforms that may open together. If an mdichild form is opened I want to dislpay the already opened form and not a new one.
View 4 Replies
Jan 27, 2012
I placed a button on my form that measured 59mm in width (approx 2.25 inches for any Americans).When you run the project as you'd expect it still measures 59mm.However when I set the form as a child to my MDIParent and run the project the button now measures 67mm (well over 2.5 inches) an increase of 13.5%.Is this a bug or do I need to just change some setting somewhere?
View 6 Replies
Feb 20, 2009
I have 3 Form[code]...
I use CustomerListForm to transfer text to OrderForm[code]...
the program working normal(Transfer Text Done) if Start Up Form is OrderForm.
but the problem is, if Start up Form is MainForm(MdiParent), OrderForm(MdiChild), CustomerListForm(MdiChild)
View 5 Replies
Aug 10, 2009
I would like to display the autoscroll bar on MDIParent form when user moves MDIChild form. I set the autoscroll to false on the MDIParent form, but it does not display the scroll bar. What should i do?
View 1 Replies
Jun 9, 2011
I have developed a small application. It has a MDIParent form on which the other childforms are displayed. I have a Panel on the MDIParent on which there are buttons to call up the MDIChild forms. Now my issue is, when anyone of the buttons on the MDIParents form Panel are clicked, it should check if another Childform is display, if it is then it (the active childform is closed) and the new form will be displayed. This part is working fine from the code below. However, when there are no active MDIChild form on the MDIParent form and if the button is clicked, the 'Else' part of my code below is executed. This generates the error as 'Object reference not set to an instance of an object'. So what is wrong with my code below?
Private Sub btnExecutive_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExecutive.Click
Dim MDIChildForm As New frmExecutiveInfo
[Code]......
View 2 Replies
Apr 4, 2012
Looks like a dumb question, but I tried the following (where "Me" is a MDIParent form):
Dim frmNotif As New frmNotifica
With frmNotif
.MdiParent = Me
[Code].....
View 1 Replies
Feb 16, 2009
I'm trying to code an 'increase' button to prompt a user to input a rate by which to increase select prices in an array.It should request the increased rate, then request a number from one to five, representing which price in the array to increase.Then, if 'increase' button is selected again and another number from one to five is chosen, then that element should be increased.It's working, but all the numbers in the array are changed. And, when I hit the increase button again, the array is repopulated below the first price increases instead of only replacing the designated price.
'declare 5 element array of prices
Dim prices() As Double = {12.2, 8.5, 12, 50, 2.4}
Dim rateIncrease As Decimal
Dim isConverted As Boolean
[code].....
View 1 Replies
Apr 28, 2011
I want to detect if a form is the last/only MDIchild of a MDI Parent
View 4 Replies
Jun 20, 2011
See my screen shot to found that what is I want. I want increase top of my form in windows 7:
View 2 Replies
Apr 20, 2011
I made a questionnaire (form) in Visual Basic express 2010.The forms maximum size is width:710 (this is ok) and height:850.How to increase the height of the form?I'm asking this because when previewing the form the elements of the whole form are the half of a A4 paper size.I want to be the whole A4 paper.
View 3 Replies
Nov 26, 2011
I can do to the Maximum till the Width and Height of the Form is (1386, 788).. How can I use free form with the Height and Width LARGER than that?. Coz I need to build a bit Larger Application.
View 1 Replies
Feb 23, 2010
I'm trying to make simple Increase and decrease the form option This is for my code to increase the form
While Me.Width < 1000 Me.Width = Me.Width + 9 End While How do I make My Form Go Back to It's original state when dock button is clicked?
View 3 Replies
Apr 16, 2011
I`m make program for order form, I use order form code with name MR/IR/001, when I start Program It`s fine but when the order form code get MR/IR/999, It`s Stuck and won`t get increase the number, I want it the order form code go to MR/IR/1000, MR/IR/1001, MR/IR/1002 until 5000 how to get code work,
THIS THE CODE USING VB 2008 and database using MS access 2007
Dim strTemp As String = ""
Dim strValue As String = ""
Dim sql As String
[CODE]...
View 6 Replies
Feb 21, 2012
How do i exactly check internet connection speed.I have searched around google and found out a method w/c will Download a file like 1mb size, then it will calculate the speed.
View 1 Replies
Dec 31, 2010
how do i check the bandwidth (download speed and possible upload speed) of a user in vb.net or php that uses my app or visits my site resp?
View 1 Replies