| Thread | Last Post | Replies |
|
| Outlook & Domino | 02 Apr 2007 23:46 GMT | 1 |
For those of you who are looking for a Domino Connector for Outlook, take a look at IBM's website .... http://www-142.ibm.com/software/sw-lotus/products/product1.nsf/wdocs/accessmsout lookhome I am using it with 2003 and it works great (even better than Microsoft's)
|
| disappearing dialogue boxes | 02 Apr 2007 23:45 GMT | 1 |
When clicking on a link, the relevant dialogue box appears, but sometimes for only a fraction of a second and then disappears. I then have to click on the relevant icon in the task bar and if I am quick enough in bringing the cursor and clicking it in the box when it reappears, ...
|
| CONFIG.EXE make noise | 02 Apr 2007 23:43 GMT | 1 |
hi guys, i am having a weird problem here with my laptop. i am using windows xp home edition service pack2. the problem occur since i updated my windows xp tru internet. The windows "Default Beep" keep beeping every 3 second. it still
|
| Install problem with C++ and C# together | 02 Apr 2007 22:55 GMT | 4 |
I am using the Visual Studio 2005 installer on our project, and we just started moving from C++ to C#. So, most of the code is still C++, but there are a few projects that are C#. The C# projects are not signed (I was told that there were issues with signed code calling ...
|
| workflow for UI | 02 Apr 2007 22:06 GMT | 7 |
Is there a workflow engine that change an application's UI? For example, upon certain action (conditions) a window is open, a button is hidden etc.? Is there something like that for platforms (languages) other than .NET?
|
| Return listview item from webservices | 02 Apr 2007 20:09 GMT | 1 |
This is Govadhan, i am a begginer for web services using c#.net. I have written a small web service where in i have created a listview item in the web service method and added some data to the listview item. Now i have problem. I want this listview to be passed as a
|
| CWinFormsDialog does not work as described - bug?? | 02 Apr 2007 18:39 GMT | 1 |
VS2005 SP1: CWinFormsDialog is an MFC class that is intended to allow an VC++/MFC - based program to host a C# Windows Forms window as a dialog box. Online help says about the CWinFormsDialog::OnInitDialog() method :
|
| Does .net Framework 3.0 standalone? | 02 Apr 2007 18:36 GMT | 3 |
If .net Framework 3.0 is installed on a server, is it also necessary to install previous versions of the Framework? Thanks.
|
| vb.net and sockets bug? | 02 Apr 2007 17:26 GMT | 6 |
Why does VB.NET UDP sockets send data on random ports?. If I set a simple socket up to transmit a UDP packet on a port, look at the packet with a sniffer, the actual packets source port and dest.port are diff. The packets destination port is correct, but the packets source port ...
|
| CPU count | 02 Apr 2007 16:33 GMT | 1 |
Is there a variable in .NET that gives the number of CPUs in a machine?
 Signature Dr Jon D Harrop, Flying Frog Consultancy OCaml for Scientists
|
| Primary Output Not Updating in Setup Project | 02 Apr 2007 15:14 GMT | 1 |
I have created a setup project for a forms application that I will be deploying in the near future. I have added the primary output to the setup project and all dependencies have been correctly identified and included in the setup. Initial deployment on a workstation works fine ...
|
| Textbox vs. RichTextbox + Linebreaks? | 02 Apr 2007 13:59 GMT | 4 |
I've got a webservice that just returns a string, and in the middle of the string, I use a controlchars.newline. When I set this string to the text property of a textbox, it shows up as one line, with the newline just appearing as a square. If I do the same with a richtextbox, it ...
|
| .NET Remoting vs Web Services | 02 Apr 2007 12:24 GMT | 4 |
What are the factors that I should consider in choosing .NET Remoting vs Web Services when an application will be deveoped using .net 2.0 and above? I think I need to consider at least the following factors: Performance
|
| File is already exist : Error in Windows Server 2003 | 02 Apr 2007 09:00 GMT | 2 |
I'm having a problem with the access control in windows server 2003. I have set in our server that user can access, modify, read and write folders/files but not able to delete folders, subfolders or files. The problem is everytime users trying to save a NEW file in the server, ...
|
| Shared folders | 02 Apr 2007 08:39 GMT | 2 |
In my application i need to do the following things concerning shared folders: - check if a folder is shared - share a folder
|