| Thread | Last Post | Replies |
|
| Passing Var's to Procedure | 14 Feb 2005 08:51 GMT | 1 |
I am using VB.net, ADO.net and trying to insert images to a SQL table, the procedure below it works but how and what I need to change such that I can pass (i.e.) catergories, picture, categoryName as variables? thanks for any help
|
| Listbox, DataBinding & ValueMember Error | 14 Feb 2005 08:47 GMT | 2 |
Working on a windows form, I am trying to bind a listbox to a dataset and want to set the displaymember & Valuemember properties of the listbox so that I can retrieve the selectedvalue from a selecteditem in the listbox. My code is very simple:
|
| point of sale system | 14 Feb 2005 08:07 GMT | 1 |
I m thinking to build application point of sale system. I have never done before so I'm very much new and couldnt understand where should i start from. Whts the best language to use to build this software Can anyone guide me?
|
| Textbox array | 14 Feb 2005 07:45 GMT | 3 |
How do I create an array of Textbox at runtime?
|
| ShowDialog question | 14 Feb 2005 07:44 GMT | 3 |
I would like to detect when a form is invoked as the result of a ShowDialog call. Anyone have any ideas or suggestions on how to do that? TIA,
|
| what is type library? | 14 Feb 2005 05:17 GMT | 3 |
I have a problem with my VS project, it keeps saying COM Interop registration failed. Could not find a type library for assembly 'Class1'. If I choose to continue, everything still work fine. If I type regasm class1.dll /tlb, it will create a .tlb file and solve the
|
| String.Split function's limitation? | 14 Feb 2005 04:25 GMT | 4 |
I'm trying to break this html statement at the "<!---->" <br><a href='www.link1.com'>Link1</a><!----><br><a href='www.link2.com'>Link2</a><!----><br><a href='www.link3.com'>Link3</a><!---->
|
| Installing VS.Net on Win 2003 | 14 Feb 2005 03:25 GMT | 3 |
I'm trying to install VS.Net onto a server running Win 2003 and Sharepoint Portal. The machine has had the latest updates applied from the Windows Update Site. Each time I run the installation, it gets almost to the end and then fails.
|
| how to rollback an uninstallation from uninstall custom action | 14 Feb 2005 03:19 GMT | 5 |
Is it possible to rollback an uninstallation from uninstall custom action based on some user input. or any suggestions on how to do this. If the user has an earlier version of the product and they are installing a new version, ask them if they want to keep the earlier version or ...
|
| server.transfer | 14 Feb 2005 00:28 GMT | 2 |
VB.NET.... Serving page 1 which has a text box and a button. When the button is push the button_click event is called. In this event I want to serve Page 2 if the text box contains <value1> and page 3 if the text box contains <value2>.
|
| .NET & DataGridView | 13 Feb 2005 22:58 GMT | 2 |
I am having a few issues with DataGridViews. Here is what I have. In a windows form I have added a DataGridView. My data is stored in an array of instances of a class with several properties. Then I simply set the data source property of the DataGridView to that array. The data is ...
|
| Is Convert.ToSByte buggy or am I buggy? | 13 Feb 2005 22:46 GMT | 4 |
Using v1.1. of the framework: I was writing a wrapper around the java.util.zip.ZipOutputStream class so that my app could access it using standard FileStream semantics and I ran into a conversion problem. The signature for the write method is void
|
| How to resize an Picture ? | 13 Feb 2005 21:20 GMT | 1 |
Anyone know a free lib to resize (stretch) an image (at least jpg, gif) ? or how to implement this in a program. I need to create some thumbnails. many thanks
|
| IIS File Path Problem | 13 Feb 2005 18:22 GMT | 3 |
I am new to ASP as well as IIS. I am trying to learn how to create a web application using asp.NET. I have followed the instructions for configuring the IIS settings but when I click on the .sln file to open the project in VS I get the following error:
|
| Getting the System Image List | 13 Feb 2005 11:45 GMT | 1 |
I have two questions for all you experts out there...! 1. Is there a way of getting the system image list using the .NET framework? 2. I can get the system image list using SHGetFileInfo (using interop) but then I have had serious problems trying to convert the HIMAGELIST to the
|