Hi Cynthia, What is your deadline? The reason I asked earlier for you to email the whole project to me is so I don't have to try to recreate your form, and ...
Hi all, I am writing a Movie autoplayer using VB, I use Timer control to check if the time is met the preset Time. If the time met the preset time, then play...
Hi All, I am a little confused regarding the rules for method overloading during inheritance. From what I know overloading is done when two methods of the same...
Hi Sweta, This one threw me at first. It seemed the behavior you are describing is what I would expect if you used the Shadows keyword in your subclass. So, I...
My application's main Window has just under 256 objects on it. The only reason I know this is because I recently tried to add another object and VB gave me an...
To put more than 256 objects on a form, use control arrays. To resize a form, custom controls are availble for purchase. Otherwise you can write a code...
The approach to this depends on which version of VB you are using - VB6 or VB.NET. The approach is radically different depending on the answer to this...
Hi Friends I want to put a link label control/command button in the Title bar of my vb.net windows application (right to the minimize button). How can I do...
iam use statement print # but i found difficulty when i want to use font,like a font size,font name,etc.please help me,if everyone know about my problem :(( ...
Print # is usually used for writing to a text file, and therefore any fonts would not be preserved in any case. How/where are you using this? Mike ... From:...
thanks for ur attention,actually i want to print some data,coz i want to using for my cashier printer.coz when i use the "printer.print" statement i can't...
I don't believe it is possible to use Print # to print fonts. This command comes from early basic days when there were no fonts, and I don't think it has been...
Hello, I am working on my first multiple forms program and have run into a problem. After searching through four different reference texts I still don't seem...
Hi All! I am working on a simple database application using VB 6.0 For some reasons I prefer using data control in VB. By using that, it is very simple to move...
If I understand your question, from the main menu form, you only need to call the .Show method of the other form. For instance, if your data form is called...
After using bits and pieces of code found in four different reference books I managed to solve the problem. (See previous post on this subject). The final bit...
How do I merge two arrays: intX with 15 elements intY with 13 elements into Array intZ and sort it + display the array in a text box? My text book does not...
hi Try this code. i had no problem. 1st you drag the mainmanu control to the mdi form and set the iSMdiContainer property of the mdiform to True in the...
Hi to all, I have a doubt in DataGrid control. My need is I want to hide some columns in the DataGrid. And also I want to change the Captions of the data grid ...
Hi I think u can't oprate on to multiple tables using Single record ser Object. Which is possible in .Net using DataSet Object. with rgds rams..... ... ...
i want to import txt file to ms.access database or ms.access database to txt file,i want to use ado method,please give me solution,if u have a solution for me....
Thanks for all the help I received with this problem. I posted a message earlier saying that the problem was solved, but there was still a little left to do....
Just use a SQL statement for the RecordSource of the data control. Mike ... From: Nasser F [mailto:nasser_simple@...] Sent: Sunday, March 07, 2004 6:18...
If you don't need the other columns, personally I would offload the work onto the Database server. In your select statement, just return the columns you need....
Thanks for your information. Ya we need to query those columns which we need actually, but some times what happens is we want a column which should not be...
Hi All! In inserting a new record in a recordset (data control in VB) it appends a record at the end of recordset. But i want to insert a record in a...
Hey it is very simple when u create a Datagrid columns or when u set dataset as datasource for Datagrid then set the perticular column as Visible false. I...
Hi How to get internet dial up name, and add it into listbox (ex : attach) thanks __________________________________ Do you Yahoo!? Yahoo! Search - Find what...