| Thread | Last Post | Replies |
|
| Developing Windows Taskbar Toolbar | 16 Nov 2004 14:33 GMT | 1 |
I want to develop (in .Net) a toolbar for the windows taskbar similar to the Address Bar or the Media Player Control bar. I've been scouring Google for some pointers, examples or anything to help me start, but I've not found anything. Does anybody have any pointers or know of any ...
|
| Best Practice Question | 16 Nov 2004 14:26 GMT | 4 |
I have a question on whether or not this is good practice. I have a fairly complex web user control (a datalist embedded in a datalist with lots of controls) that I will call Usercontrol1 and a lot of code in the codebehind of the user control for setting/getting properties
|
| HTTP Get/Post from a command line C# app | 16 Nov 2004 13:56 GMT | 2 |
I want to post http get and post request to a web server . I know how in an asp.net web app but , the application here is a command line app. How can this be done?
|
| Visual Studio.NET - cannot debug - catastrophic failure | 16 Nov 2004 11:19 GMT | 1 |
I have one Windows 2000 Professional computer in my domain that will not allow a certain user to debug in Visual Studio.NET 2003. I have opened up Local Security Policy and "Impersonate a client after authentication". The MACHINENAME\aspnet user effective priveldges are greyed ...
|
| Visual Studio Error | 16 Nov 2004 11:09 GMT | 1 |
I'm new to .Net, coming from J2EE. I have just installed Visual Studio and am trying to start a new web application, but am having trouble. For example, when I complete the following steps:
|
| C# webcam | 16 Nov 2004 11:01 GMT | 4 |
Is it possible to do a program that show the "film" that is currently on our webcam ? I do not have a Webcam for the moment, so, if you have advices to chose a Webcam compliant (with what I want to do), I would be thanksfull.
|
| Validation of Checkbox and Dropdownlist | 16 Nov 2004 09:47 GMT | 2 |
I am trying to use the following script to see determine whether a dropdownlist has a value in it or to see whether a checkbox has been checked. I don't want the user to be able to do both. In other words I don't want a user to check a checkbox and choose an item from a ...
|
| How do I get values of variables posted by a form | 16 Nov 2004 06:28 GMT | 1 |
How do I get a list of the values of variables posted by a form. The PHP equivalent to that probably is http_post_vars.Please help!!
|
| Store in a file a web page written in chinese | 16 Nov 2004 04:51 GMT | 3 |
I want to read an html page written in chinese and store it in a file having extension .aspx , I'm not sure where is the problem, I use the following lines of code: String sAddress = "http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_zh&trurl=http:/ /www.etantonio ...
|
| problem "Initilizing offline cache" | 16 Nov 2004 04:12 GMT | 3 |
When I open my VS2003 solution it looks up "Initializing offline cache", if I end it and reopen its OK. Any suggestions? Tim
|
| VS.Net 2003 Server Explorer | 16 Nov 2004 01:29 GMT | 2 |
Has anyone had a problem with creating new SQLServer2K databases/database objects using the .NET Server Explorer. I've 'googled' and found a number of people with a similar problem, but with no replies. I've looked at my permissions and they appear to be fine - I'm logged into
|
| Application error on Server 2003 standard | 16 Nov 2004 01:07 GMT | 2 |
I build an application in C# that does both serial and TCP/IP communications. The application also uses some dlls build in VB.NET which are loaded using late binding. I use the 'Trasport' package from ComponentScience.net for my serial communications. The app runs in Server 2003 ...
|
| Creating setup project using VS.NET2003 - registry settings | 15 Nov 2004 23:22 GMT | 1 |
I'm trying to create a Setup project that can add some registry settings during the installation. I'm using the Registry editor to specify these registry entries. The registry (string)values that I'm trying to add need to be set to
|
| Registry value | 15 Nov 2004 23:19 GMT | 3 |
Could any one please tell me if there's any way to set the value of a particular registry key equal to that of another registry key that's already present in the registry. Thank you.
|
| Picturebox control and paint events | 15 Nov 2004 19:13 GMT | 2 |
I'm trying to write a simple drawing tool that saves images out as jpgs. I've been using the paint event on the Panel control to draw the objects, however I couldn't get the same drawing functionality when I switched to use a Picturebox control.
|