First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
How to scroll label control along with text in RichTextBox
Hi, I have added a label control in RichTextBox, but when text increases and scroll bar appears, the label control does not scroll with the text.... Can any body suggest a solution for this... I will be really thanhfull Regards, Zafar ... 30 Dec 2009 05:29
TopMost Property (System Menu)
Hello All How do I get a Form on Top on the System Menu, please? Of course I am using GetSystemMenu & AppendMenu - no problem but this part is: Because I cannot put a checkmark on the system menu I want to toggle text. Example: 'On Top' shown if for isn't topmost 'Not On Top' if the form is topmost In... 28 Dec 2009 07:29
ComboBox Column in a Bound DataGridView
How do I configure a bound DataGridView to use ComboBoxes in some columns instead of TextBoxes? I'm using Visual Studio 2005. I have a DataGridView which is bound to a DataTable. When I bind the grid to the table, I automatically get a column of TextBoxes for each column in the table. I'd like some of those colu... 28 Dec 2009 10:46
Time format in datagridview
Hi, I'm putting data from an SQLserver database in a datagridview by making use of a stored procedure. There's a time field in there that has decimal places to the seconds. But even when I do this: grd.Columns("time").DefaultCellStyle.Format = "HH:mm:ss" The datagridview still shows something like: 01:1... 25 Dec 2009 16:54
Excel delayed due to "Please wait while Windows configures Mic
I ran into the same issue with Office 2007 and VS 2008. It happened whenever I tried to open a Word or Excel file. I was able to resolve the issue by repairing my Microsoft Office installation through Programs and Features (in the Control Panel). ... 22 Dec 2009 21:32
Windows 7 TaskBar API Questions
I'm trying to do myself a little program to manage the new jumplists features of the pinned items in my taskbar. i had been playing around with the new taskbar api for windows 7 and i was able to add/edit custom jumplist items for "my program" but i would like to access and modify the ones of the other program... 23 Dec 2009 18:33
Passing datagridview from form to class
Hi, I need some advice on how to use a datagridview properly. I'm converting a vb6 app to vb.net. In the vb6 application I was passing an empty datagrid by referene to a class I'd written, I was populating the datagrid and passing it back to the form all set up for action. I've tried doing the same in vb.net... 4 Jan 2010 07:04
vb.net
How to count the weeks in a given year? Submitted via EggHeadCafe - Software Developer Portal of Choice Build a Script-Only ASP.NET 2.0 Data Editing Page http://www.eggheadcafe.com/tutorials/aspnet/274279bd-d101-4925-9857-246a66a85014/build-a-scriptonly-aspn.aspx ... 23 Dec 2009 19:40
Find byte pattern in file (still desperate for solution)
I'm still desperately looking for a solution to this question. I need a very intelligent way to find an array of bytes within a file, but not only that preferably a regex expression of sorts. For example my database has around 50,000 regex entries such as "FFFF.*BB0403.*FF" that I want to turn into a byte array... 22 Dec 2009 17:04
Moving objects in VB.NET
I am using this code to move a button at run time. [code] If e.Button = Windows.Forms.MouseButtons.Left Then Button1.Capture = False Dim msg As Message = _ Message.Create(Button1.Handle, WM_NCLBUTTONDOWN, _ New IntPtr(HTCAPTION), IntPtr.Zero) Me.DefWndProc(msg) End If [/code] Everything works as planned... 23 Dec 2009 19:40
First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68