Answer Questions
mperson007 how to make an image follow cursor without flicker?
Can anyone help me out I want to make a image that's part of my resources (it's a gif) follow my cursor while it's inside a certain picturebox. I've tried some code that involved a timer, but it had a lot of flicker. Does anyone have a solution Also, the image 48x48 pixels and I want the cursor to be centered on it. Can you provide some codes -chris Turning on double buffering w ...Show All
jhin how to write my own Winforms control and use it in IE
I want to write a Winforms control and use it inside IE. I'm searching for a tutorial/documentation The Newsgroup is about " Discuss the ClickOnce deployment technology as well as using Windows Forms controls from inside Internet Explorer" so i hope you can help me. Regards Stefan hi Again! You can achive your functionality in one the following way! In a Visual Studio.NET open the project properties go to the Build action tab ...Show All
nielsb How to replace carraige returns in DataGridView
I am trying to replace carriage returns/line feeds with spaces in a DataGridView column. I am importing this data from a parse engine that I am using in the application. In the DataGridView, they Cr/Lf comes across as a square (hard code). My question is what code do I need to replace this with and where do I place this code in my application So far, I have done the following with no results: 1) try to replace ...Show All
vAlex Updater block error with "The client does not have sufficient access rights to the requested server object."
I am using Microsoft application updater block with .net 2.0 and IIS 5.0. for security restrictions i am not using the click once.So i go for Application updater blocks for this auto updation functionality. so here is my problem - When i am running the 1.0.0.0 version in client and i deployed 1.0.0.1 version in deployment server and When i am starting the AppStart.exe it is asking for updation confirmation dialog with Yes or No buttons. ...Show All
WDR64654 MDI Controls in front of any child
Please help with this: I have a MDI form, with several buttons on it; when i try to show any child form, the form appears behind the buttons, wich is wrong because the buttons should stay behind the child forms. Annonying problem. Thanks. ...Show All
Peter McEvoy ScrollBars in DataGridView
I’m using Visual Studio 2.005 Professional Edition, Windows Forms, Visual Basic. I have a WindowsForm with a DataGridView Docked. Vertical ScrollBar ok. But Horizontal ScrollBar don’t appear. So, when i navigate column by column, i can’t see all the columns. ScrollBar is set to Both in design mode. Any help, please. Regards, Jorge Luis Hi Jorge, I have not worked on VB but am currently on C# and had face ...Show All
Steve Clibbery Regional settings and date conversion
This can't be right but apparently is: I'm writing an application that needs to convert a string to a date. Sounds simple, right My system's Regional settings are set to English Canada. The short date format is dd/mm/yyyy. VB.Net is returning dates in the format mm/dd/yyyy (US English). This code fails every time: Personal.EffectiveDate = GridRow2.Cells("New Value").Value.ToString.Trim Error: Cast from string "8/23/2005" ...Show All
TB_01 DataGridView DataBinding Issue
In VS.NET 2005, I am trying to work out binding issues with The DataGridView. I have a DataGridView that is bound to a DataTable. I have also created a DataGridViewComboBoxColumn that will be used for a drop-down list for the user to select values from for a given column. Lastly, I have a collection that has inherited from CollectionBase. It contains a collection of key and value objects, where the key is an integer and the value is a string. ...Show All
Melvinsb TextBox DataBinding with a DataRow
I have a problem with retrieving changes from a TextBox. In VB6, if I bound the DataSource property to a RecordSet, then the TextBox would show the contents of the bound field of the current record in the RecordSet and any changes made to& ...Show All
Charles Trindade Labels changing size/font size on different computers
A testing version of my application has been installed on several computers at the client's office. On some computers, some of the labels appear to have changed size and the text is wrapping to a second line making them hard to read. There is also a combobox at the right end of the toolbar. On two machines it is half off the screen. The form is maximized, all the control boxes are visible--it's like the toolbar just keeps going past the edge of ...Show All
JediTiger Listview with dropdown...
I'm trying to create a listview with a dropdown menu within a subitem(cell) exsacually like the properties window within vb.net. Can anyone help Cheers Simon The properties window is a PropertyGrid. It's part of the .NET framework, but not displaye ...Show All
Chris Peeters Simple Add New Record
I have a simple win form which has a few text fields bound to my dataset i designed in the dataset designer. I am able to view, edit, and delete records no problem using the bindingsource.EndEdit() and the tableAdapter.Update() or Delete(). However i am at a loss when it comes to adding a new record to the database. I have spend days looking at articles on the internet but very few cover the inserting of data from a databound form. Here ...Show All
Daguza Exception of type ExceptionCollection thrown when a form is attempted open from VS2005's IDE
The Exception : Exception of type ' System.ComponentModel.Design.ExceptionCollection ' was thrown when the form is attempted to open from VS2005 IDE. The form contains an implementation to allow a Host Designer at run-time. Someone knows a solution to this issue . The form can't be opens until the VS2005 is closed and the solution is re-opened and rebuild process is executed again . Thank you in advance. ...Show All
Anilesh Lakhtakia Internetconnect problems
Ok, I'm working with wininet and i'm having some problems. Whenever I call hConnection = InternetConnect(hOpen, baseURL, INTERNET_DEFAULT_FTP_PORT, baseUID, basePWD, INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, &H0) I always get 0. Is there anyway to make my connection using sys ...Show All
ArekPL AuthService.asmx
I am trying to incorporate AuthService.asmx into my application. When I try to create a web reference to this service, I receive the following: Server Error in '/RetailSystem2004WS' Application. Could not create type 'RetailSystem2004WS.AuthService'. Source Error: Line 1: ...Show All
