First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Change the anchor property of a control.
Hello. How can I capture the event, when changing the anchor property of the control ? I.e : myPanel.anchor = AnchorStyles.Left & AnchorStyles.Bottom .... How can I know, when the Anchor property is changed (which event?) ? Thanks :) ... 14 Jun 2010 10:40
Uninstall
Hi all, I am using Visual basic 2008 which is not in package and insalled as single software on my pc. i have create an application which is not built yet. i just want to know how can i create uninstall function in visual basic 2008 that after building my project when any user install this application on their ... 13 Jun 2010 09:23
Fueling your car with natural gas from home
Dear Everyone, as you know the price of the Oil is more and more increasing, while the oil supply is decreasing. Moreover Oil is causing wars, terror, oil spills, a lot of greenhouse gases. Do you know that there is plenty of natural gas ? The supply will last for many decades, probably for hundred years. A lot o... 12 Jun 2010 05:02
Create click event (keyboard key down) on Panel.
How can I create a click event (keyboard) on Panel ? Thanks :) ... 12 Jun 2010 01:48
Problem with query dates
Hi My records date range in the database is Betwene 20/05/20010 and 22/05/20010 . When my dateObject has a date of 24/05/2010 00:00:00, is shown me all the records less than this date, OK. But if I change the month, this date to 24/04/2010 00:00:00 shows the same records. That is even if I change the mo... 29 Jun 2010 17:25
Inner class problem.
Hello. I have a control : public class myClass private class myInnerClass ... end class end class How myInnerClass can access myClass ? Need sample, please. Thanks :) ... 11 Jun 2010 09:14
VB copy files from one folder to other
Hi all, I am using Visual Basic 2008. I am working on code with which I can copy specified extention files from one folder to other. I need two codes, one which can copy files of specified extention only from top main folder and two which can copy files of specified extention from top main folder as well as from ... 17 Jun 2010 05:42
elearning info not working
according to online elearning (ms) to write to a debug log use the following: 'd. FileInfo fi = new FileInfo(@"c:\application.log"); ' StreamWriter sw = fi.AppendText(); I can't seem to convert that to vb successfully Dim fi As FileInfo = New FileInfo(m_DebugFileName) 'this didn't work Dim sw As St... 11 Jun 2010 09:14
in dotnet ide can you return to previous position
if you for instance select go to definition on some item in code, is there a way to return to the place you just were? like in vb6 view|last position thanks mark ... 10 Jun 2010 23:28
logging to text file and opening at end of program
Hi, I'm using a utility class to provide debugging notes during program run to see where things are happening. ....in class Util.vb..... Public Sub Logentry(ByVal strMsg As String) If m_Debug Then File.AppendAllText(m_DebugFileName, strMsg + Environment.NewLine) End If End Sub Sub OpenDebugLog() ... 10 Jun 2010 21:17
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16