Hi How can I change the size of the fonts using VB 6 of my MDI project. I don't want to change the setting of windows. How can I read all the MDI menu name in...
Hi I know it's VB .net forum, but many of you have used VB 6 and many are still using, so I thought someone know about it. How can I change the size of the...
Hi, As MDI form can not contain any container othere then picture box and the tool bar control, you can place picture box control on the form as per the...
yes, but how I will change the font of menu items, like File, Utilities, Exit etc. I want to change the font of my menu items of MDI form. ... From:...
I am looking for one done in VB.net not VB6. If anyone has this code please share. Thanks John [Non-text portions of this message have been removed]...
The code for a simplified calculator(similar to Windows calculator without the scientific functions) is available at microsoft's web site itself. You can...
Hi everybody, How do I find the Mac ID of the Network card of my computer? Any APIs or something? Thanks in advance Karthick V ... Outgoing mail is certified...
hi all, how to add menu items at runtime...for example..i had created a application and created a menu for it.i have names of all menuitems in a table but i...
It's true that you need to use API calls to access the COM port. However, It has been wrapped up as a class by microsoft(provided at the link below) and you...
Hi Yes, you can do this using load command, but for MDI you have to to create yourself Menu in an array that is index of 0 and Submenu also an index of 0 For...
Hi... well.. I don't speak english... but I would like to help you... so I sugest you look this link ..: <http://www.vbsmart.com/> http://www.vbsmart.com It's...
hi.thanks for your help.... i'll try this solution and if needed will again bother u coz i guess u have tackled such a situation before.. and so far no idea...
hi maguel.... thanks for ur help..but actually i don't need a popup-menu but a actual menu created on a MDI form..so if u have something regarding this..plzz...
Hi Miguel Ur message was VERY VERY useful to me. I've been searching for such a menu for quite some time. THANKS!!!!! Karthick V ... From: Miguel Valles...
Guys, I am going to take up one of the above as to master completely.I want to know that which one will offer me better results after I have spent some time...
Dear friends, I have one problem regarding calling of DLL. The problem is below: 1) Basically DLL project is used to display the details of an parameter pass...
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3602336415 (short URL ofr you small screen folks http://snurl.com/1377 ) All brand new, all with included...
hi miguel, how r u? i m fine. i mailed u yesterday also coz the solution u provided was for the pop up menu. but i need a static menu in my application. so...
Hi Kuntal, The menu that miguel sent IS a dynamic menu. You can go through the source code of the sample application provided at the site. Karthick V ... From:...
Hi, I am trying to enter data that is controlled through more than two data controls. However, it is giving the error "action cancelled by associated object". ...
Never use data controls for any serious program. The form wizard will generate ADO code for a sample form. Take that and modify to fit your purposes. You can...
Hi Anybody knows how to shutdown the computer using VB .NET. Is there a way or should I reuse the APIs that I used in VB6? I came across some code in C#....
hi im new to vb.net trying to enter data in a datagrid with access created oledbdataconnection and dataset set datagrid member and source to dataset using jet...