Answer Questions
Twosheds How to use Win32API.NetMessageBufferSend in C#
System.Text.ASCIIEncoding ae = new System.Text.ASCIIEncoding(); byte[] msg = ae.GetBytes("hello"); NetMessageBufferSend(null,"192.168.2.227",null,msg,msg.Length) ; ...Show All
D e e p s draggable picture
Hi.. i am new to vb.net programming. I need a help in making a draggable picture. like moving a picture box or drag a picturebox. how can i make a draggable picturebox in vb.net. any help is welcome thanx in design view of your&n ...Show All
Shilpa Shashitej How to draw to non-client portion of a form using VB.NET
Did anybody knows how to draw into non-portion area of a form using VB.NET I searching through the internet, and found some samples, but it using VC#.NET, and somehow there's some command/syntax that cannot be performed on the VB.NET. So, is there  ...Show All
J. D. Laflen The Treeview Drag&Drop AND using custom TreeNode !
Here is the code that I use to carry out a drag & drop on my TreeView, it goes very well ! but when I use my own custom TreeNode (named : 'UsrTreeNode' and have some properties added) instead of the original 'System.Windows.Forms.Tre ...Show All
tjanuario How do I set the width of a column in my DataGrid to automatically fit to its column text
How do I set the width of a column in my DataGrid to automatically fit to its column text http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=529&CategoryID=3 The above link might be useful. ...Show All
nsLns How to assign a shortcut key to a ToolStrip Button?
Does anyone know how do I set shortcut keys to buttons on a ToolStrip I need that when the user press "Ctrl+S" on the keyboard the "Save" button gets pressed. I expected to be able to asign a shortcut key to the button, but there is no shortcut key property! Does anyone know why is this Well, that is an start. But I'm really wondering why can't I just set a shortcut key to a ToolStrip Button. There must be a reason. I'm looking ...Show All
Cristian Babu Hide certain standard control's properties from designer
Hi, I created a custom control which inherited from Forms.Button. There's no problems to create & expose custom properties but... I cant find anyway to hide the standard Button's properties... Note that I'm using J# Thanks databinding in general makes .net the platform of choice. Thanks again! Hope to hear your good news! :-)) hi, thanks for your repply again. I ...Show All
OzMan Error when commiting the Row to the Original Datasource.
Hi there, I have this problem with a DataGrid, when you click on a BoolColumn in quick succession a messagebox pop’s up with the following description and a Yes and No button: Caption: Error when commiting the Row to the Original Datasource. The Li ...Show All
Dina Lasheen How to deal with Windows Forms Application?
Hi! I have created an application with forms(Windows Forms Application). I want to generate a window which contain some elements such as buttons, containers and toolbars. I used the toolbox to do such work, but it seemed so ugly.I mean the result of execution is not what I imagined. Maybe I did not choose the proper toolbars. Could somebody possibly provide me any information or examples about how to create a Window Forms Application proper ...Show All
Alan Brewer How can I store image path in database and image in a folder
Hi, In my windows form,user should be able to attach his/her image.I want to save the image in a folder and path of the image in my ms access database,so that I can load the image by reading path from database how can I achive this Regards ...Show All
ponu How To : Specify a page size in Front page
Thanks a lot! I am new here, so I wouldn't know! right click on the page and go to page properties.... you can set the height and width to either a percentage of the current screen resolution or to a set number of pixels... ...Show All
The Digital Pioneer Installing a windows service with installUtil.exe
I have a windows service. I need to install it before I use it. I have done this before on a different project and it worked fine. Now for my current project, when try to install the windows service with InstallUtil.exe, I get the following error message. Note that FilesSaveAndCopy.exe is the name of the executable for the windows service. System.BadImageFormatException: The format of the file 'FilesSaveAndCopy.exe' is invalid.. ...Show All
Gladys27216 Thread communication
I am trying to solve a minor curiousity and despite reading several threading sources i simply do not -understand- how to do it. I have a class A. Class A is created when the MainForm is created. Fine. Class A also contains a public event OnData delegate to pass data from class A to the mainform. This also works fine. I get thread synchronization problems when introducing a thread to do my data reading. I introduced into class A a void ReadMyDat ...Show All
GPolk Custom Skins
I’m trying to figure out how to create my own skins. I know this is a time consuming process so I decided to start simple with a plant. So far I’ve managed to create a plant, the icons, and the resource file, but I can’t figure& ...Show All
tinny4u File locked problem
I use the following Sub to write various bits of information out to a file. Public Sub WriteToLogFile(ByVal TextToAdd As String) Dim FileName As String FileName = gLogFilePath & "APP_LogFile.txt" Dim sw As System.IO.StreamWriter = New System.IO.StreamWrite ...Show All
