Sorry guys I'm too broke to buy a book ;) Ok, On my child form how do i update information on another form: For example: I have a status bar on a main form. When someone enters a textbox I want to update statusbarpanel1...? any help? Anjari
i think that the vs.net ide sux big time. i am on a toshiba p3 1.0ghz 256 mb and the time it takes for a windows form to load in the ide is more than two minutes !!! and everytime i make changes and save, another minute. everytime i stop debugging another two minutes. and once in while the progr...
I tried this to extract id3tags:Dim strFile As String Dim strTag As String Dim strSongname As String Dim strArtist As String Dim strAlbum As String Dim strYear As String Dim strComment As String Dim strGenre As String For Each strFile In F...
i have seen the code to get icons in the regular menus, but does anyone know who u can get them in the context menu?? more spcificly a context menu from a tray icon...
I recently got Visual Basic.net and so far I'm liking it.But how do I get icons beside the menu items on the forms. I read somewhere that it has something to do with the ownerdraw property but I have no idea how to do this....
For some reason the icons I have included in my listview control seem bitty, as if they are in the incorrect resolution.Has anyone experienced this before?...
Hi everybody ,I am confortable with VB , SQL and also in web , now i want to learn .net so plz. anybody knows more information about .net any site and tutorials...let me . know...sandin...
o.k. now i got anouther problem i want to navigate a axwebbrowser to a web page that is displayed in a listboxbut the listbox does not have anything that i can find so that i can give the axwebbrowser a .natigate(destination) from the listbox there has to be something i can do.could someone help...
I'm adding my own strings to From1.resx. VB periodically deletes them for me. Anyone got any ideas why? (BTW I don't want this to happen!)The second time I tried doing this I specified them all as System.String types (didn't help...)...
I post this topic before:Is it possible Assuming this is my MDB file and their records.=================================================Employee============================EmployeeNo EmployeeName ============================HDM23860 Mead LouHDM23861 Gou Li============================EmployeeData...
I am using the ccomponent one with vb.net to create grids populated with infomation form a databse.I have created a drag event that I can use to move data from one grid to another and it works great (almost).The problem is when I start to drag data from the first grid to the second and decide I...