| Thread | Last Post | Replies |
|
| Window client from the internet | 09 Sep 2004 03:32 GMT | 1 |
Hey all, How would I send my windows application thru my web page? thanks, rodchar
|
| TAPI Programming | 08 Sep 2004 20:30 GMT | 1 |
I would like to know whether ASP or ASP.net can be used for TAPI?
|
| Thread safety ?? | 08 Sep 2004 19:13 GMT | 10 |
This doubt is regarding synchronisation question in Singleton pattern code of C# I had created a class as public sealed class SecuriteManager
|
| How to do Format(anumber, "###") in C#? | 08 Sep 2004 17:50 GMT | 3 |
I want keep 3 character space for any numbers between 0 ~ 999. [ 0] [999] : all numbers keeps 3 space using Integer.ToString() How can I do this?
|
| customErrors working too well on project open | 08 Sep 2004 16:25 GMT | 1 |
Using VS2002 I have added some customError handling which e-mails me on a problem - this works fine live but when I open a project in VS - I dont have to run it - I get a deluge of emails from the error handling code.*
|
| how do i parse... | 08 Sep 2004 15:43 GMT | 1 |
how do i parse 6 digits or hex (limited to 6) and stored in listbox . i got one rows this what i got from Colours.dat... FF000000FFFFFFFFFF00FF000000FFFFFF0000FFFFFFFF00FF00FFFFFF0000FFFF0000FF0000FFFFFFFF00FFFFFF0000FFFF00
|
| TableRow's BackColor | 08 Sep 2004 15:34 GMT | 1 |
I have a TableRow WebControl. I want to set the back color of the same to "#FDF6E3". However, it doesn't allow me to assign a color code. Instead, I have to use System.Drawing.Color.ColorName. As the color I am using is not available in System.Drawing.Color ... is there any ...
|
| Web Service | 08 Sep 2004 15:09 GMT | 1 |
I have an intranet c# web app that when a user clicks on a 'print' button, I need to have a report print, so I was thinking about writing a web service that would shell out to a vb6 exe that prints the report. Does anybody know if this idea would work?
|
| [vb.net] | 08 Sep 2004 11:33 GMT | 4 |
well i'm trying to create a control that inherits from textbox or richtextbox to make the background gradient i use the following code : CODE
|
| Manually Execute Method | 08 Sep 2004 08:38 GMT | 1 |
Using VS.NET 2003... How can I manually execute a static method in a static class from the IDE. Thanks!
|
| Scaling problem - font size | 08 Sep 2004 08:20 GMT | 9 |
I have my windows-display-font-size set to "Large fonts" and I've created a new project with two forms. Both of them are 600 width and 400 height. One have autoscale=true and the other is false. When I run the project, the two forms shows the same size.
|
| modifing app.config file during installation | 08 Sep 2004 07:42 GMT | 1 |
How do I modify the app.config file for my application during install. The file is not available when using a helper class or custom action program until after the install? Tim
|
| Customer Installer | 08 Sep 2004 07:35 GMT | 1 |
I wish to create a installer for my app. The installer must prompt the user to input a Path to a file. Non of the dialog templates gives me the option to prompt for a file name and path, with a browse button.
|
| detect modem | 08 Sep 2004 07:34 GMT | 1 |
How fo you detect whether the client machine has a modem attached to it with VB.NET or C#
|
| how to read file... | 07 Sep 2004 19:31 GMT | 1 |
in vb6: dim strtemp as string, intFile as integer intFile=FreeFile strtemp==App.Path & "\Colours.dat"
|