| Thread | Last Post | Replies |
|
| windows xp proffesional | 28 Jan 2007 02:50 GMT | 1 |
im having trouble booting my windows xp professional it gets to the loading screen and then just goes blank, it seems to only start up in safe mode and after trying to re-install xp 3times and checking for driver errors (repaired sm bus controller ) loaded Nvidia drivers im lost ...
|
| Forms Resizing | 27 Jan 2007 17:15 GMT | 3 |
In .Net v2 when a form is resized is it possible to automatically resize controls such as panels and datagridviews?
|
| Creating a web form to insert records into an SQL Server 2000 database | 27 Jan 2007 01:18 GMT | 1 |
Hi all, I am completely new to ASP.Net and have a question regarding ASP.Net 2.0. I want to create a custom web page that's only function is to insert new records into a database. I want to have serveral textboxes for user input and then a button. On button click I want the
|
| Textbox copy and paste problem | 26 Jan 2007 23:36 GMT | 6 |
I have create a very simple windows form application. I am using textbox control, but I am unable to copy and paste text into the textbox by using keyboard hot key. Anyone come across this problem before?
|
| Using files in a ClickOnce Deployment | 26 Jan 2007 19:55 GMT | 1 |
In a Windows application in VS 2005 VB.Net I have a XML file that needs to be used in the application on the client pc. How do I reference this file in code as it is not copied to the same location as the application file?
|
| Form Transparent areas, regions and Windows 2000 | 26 Jan 2007 18:05 GMT | 2 |
I'm implementing irregular shaped Windows Forms using the Region property in .Net 2.0 (I'm not using TransparentKey to account for color depths > 16bpp) I build the region mask adding 1 pixel high rectangles until all the area I want to be transparent is covered (this tecnique is ...
|
| How do convince a DataGridView it's been edited? | 26 Jan 2007 16:41 GMT | 6 |
The situation: * I have a ButtonColumn in a DataGridView. * When the user preses one of the buttons, a dialog appears. * Based on what the user selects in the dialog, data is entered
|
| Windows Forms Binding to HTMLElement Events | 26 Jan 2007 14:49 GMT | 1 |
We have a production WinForms Application that uses a WebBrowser to display readonly data. In the html document we have SPAN elements that facilitate menu selections. We also have a TABLE object that is bound to an XML Data Island, each row of the table has an option to "View ...
|
| Passing Value back from a form | 26 Jan 2007 11:11 GMT | 3 |
In a windows form application created in VS 2005 VB.Net I have one form which calls another form and supplies a value. In this additional form I need to return a value back. Below is the code to call the other form.
|
| DateTimePicker Fast Data entry problem | 26 Jan 2007 10:01 GMT | 3 |
When i enter a date in datetimepicker (vb 2005) i have to press to key "/" or the key right to get from day to month and then to year. That can be a major drawback for fast data entry. I want to type just the day and the month and the year.no other characters
|
| Newbie - Getting form data to "refresh" | 26 Jan 2007 02:21 GMT | 5 |
I am new to WinForms developing - used Access for many years. I have an application using DataSets from Stored Procedures in SQL Server. When users enter new data and click the Save button I can save the record fine by using another SP. But, I want the ID field to update with the ...
|
| AJAX technology within WebBrowser control? | 26 Jan 2007 01:49 GMT | 1 |
Does anyone know if AJAX technology can be employed within a WebBrowser control running in a rich client application ? If so, what's the best way to attach AJAX libraries and tap into their functions? And does this add any issues to deployment of the application ?
|
| Record Filtering | 25 Jan 2007 21:47 GMT | 1 |
MS Visual Studio 2005 Pro, C# development: I have a child form with datagrid view showing customers/locations which is bound to text boxes, also have a second datagrid view showing workorders related to locations. Users want to double-click a row in the second datagrid
|
| Datagridview bound to a dataview | 25 Jan 2007 21:44 GMT | 1 |
Pardon my ignorance here for I really can't find a direct answer to my question concerning the DataGridView. I have a Winform with a DataGridView on it. Its datasource is a DataView. Life works great with the grid. I am able to sort, move
|
| Elegant lookup? | 25 Jan 2007 14:57 GMT | 3 |
I have a commaseparated string of integers (from My.Settings). I want to check if a specified number exists in the array. My idea was to first convert to a string array and then do some kind of search.
|