First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73
Resizing dataGridView rows and columns
I have a DataGridView that has potentially several hundred rows (possibly a thousand or two). I'd like for each row to have the proper height to accomadate the text in the row. I tried setting the AutoSizeRowMode to AllCells. This worked great on small datasets, but the program hung for a long time on larger datas... 24 Nov 2006 12:30
Registration problems
Hello, I'm using the Windows Image Acquisition library in a project, but I'm running into problems using it. I've done the following: - Registered the wiaaut.dll library; - Gone to the toolbox and right clicked 'Choose Items...', selected the Device from the 'Choose Toolbox Items'/'COM Components', select... 12 Nov 2006 17:58
The 'urn:schemas-microsoft-com:xml-msdatasource:DataSetUISetting' element is not declared.
I have been working for a while on a new project and suddenly get this warning, without knowing what I have done to trigger it. The form is simple, with a data adapter. The 'urn:schemas-microsoft-com:xml-msdatasource:DataSetUISetting' element is not declared. It points to the 7th line in my dataset xsc fi... 9 Nov 2006 17:25
Problem Adding and Using Resource Files
Hey All, I am building a solution which will have many strings that will need to be localized (i.e. strings for toolbars, strings for different WinForms, strings for messages and error messages, etc.). I am having trouble accessing string file resources. What I want to do is to break out strings into separ... 9 Nov 2006 13:44
DataGridView Edit row marker
Hello All In my windows application I am using DataGridView as my grid control. I populated let's say 10 rows of data and modified 3 random rows. I need to put some sort of Edit Marker in the row header. This can be an image. Please any one share a code for this implementation. If i were to save this record... 7 Nov 2006 14:20
Outlook PST Files
Hello NG, I would like to read and write Outlook PST-Files with my VB.NET application natively. Is there anyone who can help me with this issue? Since PST-Files are "also" Databases, aren't they? Maybe there ist a way to do this with an Active Sync API if existing? Hints with sample are highly appreciated. ... 7 Nov 2006 11:10
How to open a .CSV file ?
I have a .CSV file (comma delimited) that I want to open using OLEDB, but I get the error "External table is not in the expected format." If I save the .CSV file to an .XLS file, I can open the connection with no problem. What is the correct way to open a .CSV file ? If I can not open the CSV file, how can I pro... 12 Oct 2006 00:16
Coversion problem
I have the following code that was converted from C# Machine.Shift.Left(data(63), 24) Or Machine.Shift.Left(data(62), 16) Or Machine.Shift.Left(data(61), 8) Or data(60) Of course this doesn't work so how would this line be converted to VB John ... 20 Sep 2006 18:30
The line endings in the following file are not consistent. Do you want to normalize the line endings?
IN Visual Studio 2005 with VB.NET when I open a solution I often get this warning: The line endings in the following file are not consistent. Do you want to normalize the line endings? The warning occurs on an inherited form. My solution is under Source control with Visual Sourcesafe. No matter if I answer Yes ... 12 Sep 2006 03:10
Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE))
I hope someone can hep with this! I have a winform (VB.NET 2005), containing a tab control, which in turn contains a few standard controls and one custom control, the form used to work fine, then today for no apparent reason when I try to load the designer for the form I am given a message box saying that the ta... 11 Sep 2006 09:00
First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73