| Thread | Last Post | Replies |
|
| Credit to Bill Gate | 31 Jan 2004 18:31 GMT | 4 |
Ok, I have to give that Bill Gate credit where credit is due... I put a CD in my windos 1900 workstation. it has wm9 on it and i just instlled real player one as well. as soon as i put the cd in, wm9 fired up and started playing, meanwhile
|
| Adding a menu on the fly | 31 Jan 2004 15:35 GMT | 1 |
I know to add a menu entry on the fly using AppendMenu(...) and i know how to remove it using RemoveMenu(...) I can even create a popup menu on the fly but the question is how do i remove it?
|
| how to create a model(Dialog) web page | 31 Jan 2004 14:25 GMT | 2 |
how to create a model(Dialog) web page
|
| Using Windows Integrated Security in a Windows Forms application | 31 Jan 2004 12:24 GMT | 1 |
I have a client who wants to use Windows Integrated Security for authentication and authorization to use this application. They also want this application to run as soon as Windows comes up. So, I think I need to put this application in the Start-up group and have the ...
|
| keep my application on the top | 31 Jan 2004 11:57 GMT | 3 |
Hi, Group I am C# and VB.6 programmer but in this moments I have the followin question: How Can I keep my application on the top of all applications on my Windows
|
| Service Release download | 31 Jan 2004 07:57 GMT | 5 |
From the Visual Studio Development Environment Help/Check for Updates menu, I receive a message stating that VS.Net encountered errors while trying to download required files and that I should check my Browser configuration and try again. OK, what do I check for?
|
| Icons | 31 Jan 2004 04:31 GMT | 3 |
Does anyone know where I can get a set of the icons used for toolbars? The small ones. (8x8 or 12x12, can't remember the size.) I've looked everywhere, but found nothing. Thanks
|
| Embeding a module into and executable | 31 Jan 2004 01:42 GMT | 3 |
I have an application which is similar in function to Setup.exe. The user downloads it, uses it once in most cases and throws it away. I am trying to coax .NET into making it one file and it is fighting me all the way. If I do a full build from my source files I get what I want, ...
|
| How do I get a setup project to place a shortcut on the desktop, etc. | 30 Jan 2004 22:55 GMT | 2 |
I am trying to get the output from a setup project to place an entry on the menu plus a shortcut on the option, but setting the property's in User's Desktop and User's Programs Meny to true doesn't seem to do the trick. Am I missing something?
|
| J# compatibility with Sun Java | 30 Jan 2004 22:29 GMT | 4 |
can any one let me know which versions of JDK is supported by Visual J# regards kiran.
|
| newbie crystal reports .net | 30 Jan 2004 21:56 GMT | 1 |
I've got a c# windows app with a crystal report .rpt file, its tied to the 'report source' of the crystal report viewer on a form. When the form opens I get a prompt box to enter server/db/login. How do I tie the server db info into the code. Also, when I create the crystal report ...
|
| SQL Debugging | 30 Jan 2004 21:31 GMT | 2 |
I am trying to debug stored procedures via VS.NET. I've set up the debugging components and made the necessary configurations (security, DCOM, etc.). I was able to start successfully debugging stored procs. It worked for a few hours, then, after VS.NET crashed (trying to do a ...
|
| .Net Architecture | 30 Jan 2004 20:46 GMT | 1 |
is it faster, performance-wise to use as fewer libraries/namescape(?not sure wht they are called. ie using System.IO) as possible? i wrote a program that has about 3000 lines of code, and there's only
|
| FTP Problem | 30 Jan 2004 19:38 GMT | 1 |
FTP Data connection type can use PORT mode or PASV mode the first mode client open a port wait connected and send "PORT" command to server tell it's IP address and port. If client connect through gateway then server cann't find client use this IP address and port to transfer data.
|
| AxWebBrowser control : how to POST data? | 30 Jan 2004 19:00 GMT | 4 |
i am using AxWebBrowser control in my C# dot.net windows application. i want to display a web page in the browser that needs some data sent to it through HTML Form 'POST' method. I saw a method 'Navigate' of AxWebBrowser control that has a parameter 'ref object postData' but
|