| 
				 	
		 Refer object as a common class. Hello. If I have the code : sender As System.Object and sender is Button class. How can I refer sender as a button ? Thanks :) ... 4 Mar 2010 19:12 	
		 Dynamically adding menu items and their OnClick events 		How do I add items to a menu while simultanesously adding an OnClick event for each. I have an 2Xn array of text items (labels) and matching URLs.e.g. "Google", www.google.com "Yahoo", www.yahoo.com I want the first column to be the menu label and the second column is where the browser goes when the menu is... 7 Mar 2010 08:31 	
		 Problem calling unmanaged DLL from VB.NET 		I've been bashing my head up against a brick wall for 4 days, and I've reached the limit of my frustration and knowledge. I'd appreciate some ideas on what I'm doing wrong. I have a simple Visual Basic Express 2008 program. It calls a DLL (supplied by others). Calls to the DLL in small (trivial) programs work ... 16 Mar 2010 07:58 	
		 Windows Service 		Hi all, I have SQL Server Agent and under it I've some jobs that runs with a definde schedule (they can run at the same time). SQL Server Agente doesn't belongs to SQL Server Express edition, so I'm lookig for a way to build a such schema with a .net windows service. Let's say I need 10 jobs: 1) it is bette... 16 Mar 2010 07:58 	
		 ctype question. 		Hello, I have a button control (button1) on form. In my project I create a class mybutton that inherits by button class. Now, I want to change button1 class in mybutton. How can I do it? Thanks I tried this, but it doesnt work Dim a As New MyButton a = CType(button1, MyButton) Me.Controls.Add(a) Me.Cont... 5 Mar 2010 03:58 	
		 Writing to text file 		Hi all! Using VB 2008. I need to write to a text file. Create and write if it does not exist or append if it does. I have this code: If System.IO.File.Exists("G:\work\temp\TestTxtFiles\Box\testfile.txt") Then 'Open file for append. Using oFile As System.IO.StreamWriter = System.IO.File.Appe... 2 Mar 2010 13:34 	
		 Progress bar and system thread 		Hy, I have in my application a function which reads from database and export data to txt files. Now i wantz to make progress bar who will, depends of number of record populate progress bar or status of my operation. Please, does anyone know how to do that? Regards ... 2 Mar 2010 16:58 	
		 http status code woth webbrowser component 		Hi guy.. i am a newbie in vb.net I am trying to get http status code (200,404 ecc) from webbrowser component.. but i dont know how! Please help me! please be easy Thank you. Nando ... 1 Mar 2010 09:11 	
		 How to integrate excel worksheet in browser ? 		On Feb 25, 8:54 pm, "Michel Posseth [MCP]" <m...(a)posseth.com> wrote: Just navigate to the sheet , however note that this will only work correct if the client computer has office installed HTH Michel "Kelvin" <kelvin...(a)gmail.com> schreef in berichtnews:01c7e8e0-6e35-42fd-9e00-f89723a581a6(a)c37g20... 1 Mar 2010 08:05 	
		 was this ever resolved 		was this issue ever resolved, I having been searching the web for almost 2 weeks for a solution thanks Track wrote: Vista setup Make App Available all Users - not work? 30-Nov-07 I created a setup program in VS2005 ide. It installs my app on 98-Vista. I have tried this with the Click once check box ch... 1 Mar 2010 06:59  |