|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
Mr. X. -
12 Jun 2010 9:46 PM - 8 messages
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 :) ...
K -
12 Jun 2010 8:10 PM - 6 messages
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 ...
Henrique -
11 Jun 2010 5:09 PM - 3 messages
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 ...
Mr. X. -
11 Jun 2010 9:49 AM - 3 messages
Hello. I have a control : public class myClass private class myInnerClass ... end class end class How myInnerClass can access myClass ? Need sample, please. Thanks :) ...
K -
11 Jun 2010 8:14 AM - 8 messages
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 ...
mp -
11 Jun 2010 1:16 AM - 6 messages
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) ...
mp -
11 Jun 2010 1:06 AM - 4 messages
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 ...
Mr. X. -
10 Jun 2010 10:06 PM - 6 messages
Hello, I want to create an event by force. How can I do that ? (for example : ToolStrip.ItemClicked event) Thanks :) ...
Mr. X. -
10 Jun 2010 9:18 PM - 4 messages
Hello. I want to design a screen. There are some compoents on screen, which I can drop on. I.e : Button. So, it should act as button at the design time. How can I drop real button on the screen (a panel), and don't have a chance ...
Alan Sloan -
10 Jun 2010 8:03 PM - 2 messages
I have a Class Library that I am writing that is COM visible to maintain a VB6 app. In this Class Library I have the following classes. Public Class SomeBaseObject Public Function DoSomething() as Boolean ..... ...
Mr. X. -
10 Jun 2010 7:36 PM - 6 messages
Hello. I need to check whether the current object Is a specific class, For example : function a(b as object) ' I need to check here, whether b is Button class. ' How can I do that ? end function Thanks :) ...
AussieRules -
10 Jun 2010 1:28 PM - 6 messages
Hi, I have been trying to build a DLL in vb2008, that can be called from a VB6 application.. So far I have got the DLL to be registered on the VB6 machine ok, but it can't see any of my interfaces/functions. ...
Eric -
10 Jun 2010 11:46 AM - 2 messages
Hi, After I retrieved data from my companies AD, done in less then 1 sec, I want to read that data into a dataset. I do that with: Dim cn() As Object For Each src As SearchResult In sr ...
Lucio Menci -
10 Jun 2010 9:08 AM - 3 messages
Hi all, I have .Net 2005 Pro. I want to create a VB application where I can manage Excel. From Excel I want to launch that application, this application have to start, recognize witch instance of Excel was the launcher and write something ...
Jeff Caton -
10 Jun 2010 7:06 AM - 5 messages
Hello! How can I disable loading images in the webbrowser control? ...
Eric -
9 Jun 2010 11:09 AM - 3 messages
Hi, I have a windows applicaiton with a datagridview on a form. In my code I can call the ClearSelection method of the datagridview to remove the selection. How can I create an event that is fired whenever this method is done so I ...
K -
8 Jun 2010 1:35 PM - 3 messages
Dim img As New Bitmap(PictureBox1.Image, 32, 32) img.Save(RichTextBox2.Text & "\" & RichTextBox3.Text & ".ico", System.Drawing.Imaging.ImageFormat.Bmp) MsgBox("Image has been converted", MsgBoxStyle.Information, "Done!") Hi all, I am using Visual Basic 2008. The above code saves ...
Dave Wurtz -
7 Jun 2010 10:05 PM - 4 messages
In my VB.NET application, I'm trying to call a function from a 32-bit, non-.NET dll file and I'm having problems. I believe I have the correct signature for the dll with: <System.Runtime.InteropServices.DllImportAttribute("asdHTMLCompare.dll")> ...
Patrick F -
6 Jun 2010 12:54 AM - 2 messages
I have been using VB9 express and have not been pleased with the behavior of the tooltips for toolstrip items. the tooltip sometimes gets 'stuck' onto the screen over other controls, painted over the top of them until a repaint ...
|
|||||||||||||||||||||||