About 6,650 results
Open links in new tab
  1. Using functions defined in another source code in Windows Forms …

    Feb 10, 2011 · I have created a Windows Form project, and in that project I have a simple button. All I want to do is when I click that button, I want to run a function that is defined in another …

  2. 'AddressOf' expression cannot be converted to 'Integer' because ...

    Aug 6, 2009 · 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor.

  3. Drag and Drop from OpenFileDialog to ListView

    Sep 17, 2009 · I found this and it works, but with copy and paste. You can drag/drop to Windows Explorer, but you have to copy from explorer and paste to your app. Here is the code. The …

  4. Windows service: write to log file - social.msdn.microsoft.com

    Aug 30, 2010 · Trying to develop a windows service which will write to a log file at prefix interval, but surprisingly the code "writelog" routine which previously work in a normal windows system …

  5. Is It Possible? Auto-resizing within a Custom Task Pane

    Jan 16, 2012 · 'Required by the Windows Form DesignerPrivate components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the …

  6. Easy-way-to-convert-code-from-vb6-to-vb-net-in-vs2010

    Dec 30, 2013 · a shift of the values of short, integer and long and some less used functions are not available anymore in VB but exist in Net, the removing from the windows form designer to …

  7. DataGrid and DataGridView issue? - social.msdn.microsoft.com

    Nov 14, 2008 · All of this is BEFORE go into the designer code and add the appropriate references to this instantiation. And then if I change something else in the properties window, …

  8. how to open a rtf file embeded in my application from the …

    Sep 14, 2011 · Imports System.Reflection Imports System.IO PublicClass Help SubNew (ByVal ResourceName AsString) ' This call is required by the Windows Form Designer.

  9. C# Create a button with rounded corners

    Oct 21, 2013 · For my examples just add a new class to your project, copy and paste the code to the class, rebuild your project and you will see an automagically created button on the top of …

  10. Windows Service Application - Timer Issue

    Jan 16, 2007 · The IDE let me drag and drop a Timer component and a background thread component onto the Windows Service designer. The background thread works great, but the …