| Thread | Last Post | Replies |
|
| Nasty bub VIS or corruption in my winforms 1.1 app | 12 Oct 2004 08:21 GMT | 3 |
I was working in my app today and my app was running fine. Then one time when I tried to run it I started getting this error when the app tried to load. Here's the error: StackTrace " at
|
| IR Libraries | 12 Oct 2004 06:46 GMT | 3 |
Are there any plans to add the IR Libraries to standard .NET and not just have them in the Compact Framework. It would be nice to be able to developer for an IR port on a laptop or a tablet.
|
| Dataset parameter | 12 Oct 2004 04:45 GMT | 1 |
I'm having problems passing a dataset parameter through to a stored procedure. The error I'm getting is: Procedure 'wf_inventory_product_select' expects parameter '@div', which was not supplied.
|
| HEEELP!! Ctrl-C in VB.NET Datagrid Doesn't Work!!! | 12 Oct 2004 04:44 GMT | 1 |
Ok, I don't know if anyone has ever had this problem before - but I have a VB.NET window's form with a datagrid - and for some reason, when I try to copy the contents of a cell in the datagrid via Ctrl-C - IT DOESN'T
|
| Data Navigation in WinForm | 12 Oct 2004 04:18 GMT | 1 |
I have a few textboxes on a form. I have a DataSet that's the datasource for these textboxes. I want to have a set of data navigation buttons (like in MS Access for first, prev, next, last), is there such a control comes with .Net framework?
|
| Shortcut keys jump between forms | 11 Oct 2004 23:29 GMT | 2 |
I'm just starting to program with VB.NET 2003 on XP Pro SP1, and I've run into what I think is some strange behavior. In the program I have a Main form, which is MDIContainer. It then opens an MDIChild form, wich is a list of names. The list form then opens an edit form to ...
|
| String to char* | 11 Oct 2004 20:52 GMT | 2 |
How do I convert from a .NET String to a char *? I am reading in a file using the OpenFileDialog() with a System::IO::StreanReader(). The reader easily puts the file data into a String, input = sr->ReadToEnd(). I really need to get this input(String)
|
| Save an Animated .gif? | 11 Oct 2004 16:59 GMT | 2 |
I'm creating an image scraping program. The program loads all images it finds on a web page and allows the user to save them to disk. The problem I'm having is getting the program to save animatged gifs. The
|
| true db grid and date / time | 11 Oct 2004 16:24 GMT | 1 |
I have a column in which I enter a time. The NumberFormat is short time. So I can enter 8:00 am. Lovely. This grid is bound to a dataset. The underlying data in the dataset is a SQL Server datetime. When I am entering data I enter JUST the time. In the AfterUpdate event of the grid, ...
|
| AxWebBrowser deploying on client machine fails... | 11 Oct 2004 12:46 GMT | 2 |
I'm having trouble to deploy AxWebBrowser on any client machine (most of them XP SP1) On my local machine it's just working perfectly, but when I copy the exe and dll's to another machine it even doesn't start the application.
|
| Temporary Internet Files folder and Download Assembly cache folder | 11 Oct 2004 11:58 GMT | 1 |
I am using a stub .exe to launch my .net application...we are using .net 1.1..we have observed that the dlls are getting downloaded at two places... Temporary Internet Files folder and Download Assembly cache
|
| custom installer exception | 11 Oct 2004 09:19 GMT | 1 |
I've created a setup project for an application, including a custom action database installer, how ever the code was taken from a microsoft article on MSDN Each time i try to install the application on windows 9x or Millenuim, i got
|
| How to display progress bar in windows form during execution of DTS package? | 11 Oct 2004 09:05 GMT | 4 |
H I want to display progress bar during execution of windows form. When I execute DTS package the form will idle till the DTS package finishes Please help me in this regard. its an urgen Thank
|
| Where is the main entry point of a c# dll. | 11 Oct 2004 08:29 GMT | 2 |
I am using a C# dll (WinForms component) from unmanaged C++. Th einteroperability is provided by a CCW(Com Callable Wrapper). To enable visual style(XP-like controls) in a C# application you normally type following code in the Main() function of the class.
|
| problem updating CurrencyManager.Position when binding to a custom object's ArrayList property | 11 Oct 2004 07:52 GMT | 1 |
I have a WinForm app that contains a custom Treeview and a two Panel container controls. Selecting the tree root node displays Panel 1, selecting any child nodes of the root displays panel 2. Both panels contain text boxes.
|