| Thread | Last Post | Replies |
|
| Backcolor of Main menu | 05 Oct 2005 12:30 GMT | 1 |
Using VS VB.NET Is is possible to control the color menus? Including the main menu bar? THanks in advance
|
| CheckListBox | 05 Oct 2005 12:08 GMT | 3 |
2 questions : 1. am using the checked list box to display my list but I with to have 2 columns, ID and Name. I want the ID to be hidden and used in the SelectedIndexChanged
|
| File Import Wizard | 05 Oct 2005 11:44 GMT | 2 |
Hi All. I'm looking for any help or sample code that can show me how to make a file import wizard in ASP.NET (VB preferred) like the one that MS Access uses. I'm working on a web site where the user has the ability to upload a file (.txt or .csv). The data in the file may be ...
|
| Nested DataGrid using Relations sorting child | 05 Oct 2005 11:34 GMT | 2 |
I have a Nested Datagrid that is using a data relations to tie the parent child datagrids together. All is working well with the display but I am having some issues trying to sort the child datagrid. HTML
|
| Combobox issue | 05 Oct 2005 09:18 GMT | 5 |
Hi people, Dim rows as string = "item1;item2;item3....." Combo.DropDownStyle = ComboBoxStyle.DropDownList Combo.DataSource = rows.Split(";"c)
|
| General .Net Question - 3rd Party Components | 05 Oct 2005 09:12 GMT | 1 |
I am looking for a mail UI component for .Net. I know how to send emails using the System.Web namespace but I am interested in a component with a UI built in? Does anyone know of a component or have any suggestions?
|
| Please HELP! | 05 Oct 2005 09:09 GMT | 1 |
I need to write a vb.net program that would convert the RTF file into PS file to be sent to the printer. Any help is highly appreciated. Scott. ___
|
| column alignment in datagrid | 05 Oct 2005 08:31 GMT | 1 |
Why, when I right-align a column in a datgrid, do the headers cut off on the right? I can't figure out how to fix this... Can I put some type of buffer?
|
| Pressing Enter to behave like Tab | 05 Oct 2005 07:50 GMT | 2 |
A client wants to press enter to go from one textbox to the other instead tab. I have read what others have written in google groups but mostly is asp.net.
|
| Help with Ent Lib error | 05 Oct 2005 07:31 GMT | 1 |
I am trying to use the data access dll in one of my projects and was originally getting the error: 'Microsoft.Practices.EnterpriseLibrary.Data' does not have a strong name.
|
| LIKE and IN expressions in parameter queries | 04 Oct 2005 22:28 GMT | 23 |
Does anyone have any idea how to do this? I want to pass a select command a parameter and just use that as a LIKE/IN comparison with my SQL data. Thanks
|
| Extracting Assembly Info | 04 Oct 2005 21:48 GMT | 4 |
I want to use the Assembly information to display version/build information and I have some questions. I'm able to get the FileMajorPart, FileMinorPart, & FileBuildPart. I am not able to get to the stuff like AssemblyProduct, AssemblyCompany, etc...
|
| What to do when numeric resource ID is required in .NET? | 04 Oct 2005 21:25 GMT | 1 |
Several attributes and interface methods I'm using refer to resources (such as strings or icons) by a numeric ID. This was the only way to refer to resources in unmanaged code (C++, for example), but I'm writing in C# now, and it seems that resources are named with string ...
|
| What's the deal here | 04 Oct 2005 20:42 GMT | 4 |
I am trying to compile my project with 'Microsoft.Practices.EnterpriseLibrary.Data' and I am getting the error message 'Microsoft.Practices.EnterpriseLibrary.Data' does not have a strong name. Where can I find info on solving this? Is there a specific reason why
|
| .NET Passport SDK | 04 Oct 2005 19:03 GMT | 2 |
I am trying to download the .NET Passport SDK. So far I had no luck with the Microsoft web site. I am told the download is not available (?!?!). I would very much appreciate if somebody could give me a link that works so I can finally download the SDK and install it on my machine ...
|