| Thread | Last Post | Replies |
|
| Help pls how to call .net dll from Delphi | 29 Nov 2005 04:40 GMT | 3 |
I have written a .net dll and i want to call this from Delphi. Please tell me the procedures and examples that helps me to call the .net dll from Delphi. With Thanks
|
| How to include .net framework in the Setup Projects created VS 2005 | 29 Nov 2005 04:27 GMT | 1 |
I am trying to create a setup project and would like it to contain the .NET 2.0 framework, so user will not need to download it in his installation. does anybody know how to do that with VS 2005?
|
| MDI Tab controls | 29 Nov 2005 04:21 GMT | 1 |
Does anyone know of a good control or source code that will create MDI like tabs like you get in .NET or Office OneNote? preferably with out having to have a MDI client on the form? thanks!
|
| subdirectory of another | 29 Nov 2005 04:12 GMT | 1 |
Is there a function to find out if directory B is a sub-directory under directory A? Thanks for your answer
|
| Names/Size of files in Https server | 29 Nov 2005 04:02 GMT | 6 |
We have a requirement wherein we have to find the names of the files/size present in the https server and Download the files based on certain size /naming criteria. Please help us out in getting the names/size of the files in the server.
|
| Street address. | 29 Nov 2005 03:24 GMT | 2 |
I need to find and replace US street address from HTML files in C# into something like this: [Some string: street address] street address [Some string2], how can I do this using C# and Regular expression?
|
| Interesting file managment feature of VS2005 | 29 Nov 2005 01:44 GMT | 6 |
In the process of learning VS2005/C# (having a background in Borland Delphi 2 through 2005) I came across an interesting feature of Visual Studio's file management. At first, it appeared there wasn't a way for me to 'share' common business objects (ex. ...
|
| Tabs and ComboBoxes Repost | 29 Nov 2005 01:08 GMT | 11 |
How can I keep the ComboBox textbox empty of datasource items when my local application starts AND keep them empty even after the user clicks different Tabs on the form. I welcome any questions. The problem isn’t clearing the items from the CB
|
| Help ! regex problem? | 29 Nov 2005 01:06 GMT | 2 |
any problem of the regex? the code as below is not working ! if just one keyword,such as "Microsoft.*", it 's work well , anybody can help me ,Thanks! using System.Text.RegularExpressions; Regex r = new Regex("[Microsoft.*][KingSoft.*][Symantec.*][Oracle.*]");
|
| change toolstrip button colour when button pressed | 29 Nov 2005 00:31 GMT | 3 |
Hi, Is there any way I can force to change button background colour when toggle button is checked? Just like button change its background colour when mouseover in MS Visual Studio.NET. I hope I can get my question answered. Thank you very much.
|
| Does anyone have experience of using c# to communicate with JBoss App Server | 29 Nov 2005 00:04 GMT | 3 |
I am developing a C# front end. But my backend app server is JBoss. I want to know how I can communicate with the backend (maybe using System.Net.WebClient classes?). A search on Google does not yield much. I look forward to any one who has actually done this in practise, or
|
| User control reloads page data when webcontrol changes | 28 Nov 2005 23:18 GMT | 4 |
Howdy all Been searching and can't find a good answer to my problem. I've got a usercontrol 'banner' at the top of my page, and when the selection in the dropdown list changes I want the "host" webform/page to be
|
| Data Grid question.. SIMPLE! | 28 Nov 2005 23:15 GMT | 1 |
Ok, I need the first row/colum cell's text to be highlighted when the forms starts. I know how to get cell & row to highlight, BUT, I just need the Text to highlight. Any ideas of where to look for this property?
|
| LINQ | 28 Nov 2005 22:58 GMT | 2 |
does vc#2005 supports LINQ?(query in C# code)
|
| Toolstrip toggle button | 28 Nov 2005 22:57 GMT | 2 |
Hi, is there any way I can implement toolstrip toggle button simular to the MS Word alignment button? if one toggle button already pressed down, if user click on the "pushed down button", the other toggle button will push down and the "pushed down button"
|