| Thread | Last Post | Replies |
|
| Challenging Questions | 28 Feb 2006 23:45 GMT | 3 |
1. How (can) I open and close all my regions on in a page at one time. 2. Can I add tooltip information to my class so when one goes creates an instance I have more information then just the constructor. I will grade well if answered...I promise.
|
| Testing with DLLIMPORT in C# | 28 Feb 2006 22:04 GMT | 2 |
Hi thanks for reading this. I'll keep it simple. In a project I've a MFC DLL: --------------------------------------------------------------------------------------------- extern "C"
|
| wm_copydata | 28 Feb 2006 21:53 GMT | 3 |
How do i receive a wm_copydata message from a third party application? I can't seem to get the data or the message at all in my vb.net application, what do i need to do. thanks
|
| Guidance required | 28 Feb 2006 21:31 GMT | 1 |
I am a programmer working with .Net environment .I downloaded DevForce Express after seeing it highlighted at http://msdn.microsoft.com/netframework. I also went to the website and saw how to write an application in 15-20 minutes. Now I want to know the following questions Will ...
|
| ASP.NET Postback - No "Page Cannot be refreshed" message | 28 Feb 2006 19:48 GMT | 3 |
Here's an issue I haven't seen before now, and I am wondering if anyone else has experienced this... I have an web application (asp.net,vb) that has worked fine for quite a while. Now, For some reason, the message that states "The page cannot be
|
| can I make a text box do this? | 28 Feb 2006 18:40 GMT | 2 |
I'm looking for a way to display text information on a windows forms app in a way that as new information is added the newest info is always visible. The best way to explain is this: A regular textbox control would work perfectly fine for me if only as I
|
| Newbie question on data binding | 28 Feb 2006 18:26 GMT | 2 |
I'd appreciate it if someone can tell me the probably very simple answer to this question. I have some typed datasets and table adapters added using VS.2005 in C#. If I want to programatically insert a row in a database table, I know I can do the following, but think it is
|
| Problem with XmlDocument | 28 Feb 2006 18:08 GMT | 2 |
Before that nothing I want to ask for excuses for my english level. The problem that I have is the following one: I have a file xml with "encoding=ISO-8859-1" and accents. When in VB.NET, in a Form I write:
|
| VS2005 install | 28 Feb 2006 17:53 GMT | 1 |
I Have a workstation with AMD64 CPU’s and 6 Giga Byte RAM ,OS Windows XP 64. I have 1 problems with it: 2.I want to install VS2005 to do it ,but VS2005 can not installed ,"MSXML 6. 0" install failed.
|
| Choose IP | 28 Feb 2006 17:01 GMT | 5 |
I have a little problem here. I have a server which has multiple IP addresses. I'm writing a program which connects to a webservice but at run-time I need to decide which IP to use. Does anyone has an idea about how you can programmatically
|
| Application.DoEvents eating messages? | 28 Feb 2006 15:31 GMT | 2 |
Background: I am helping someone debug a problem with their form that I have traced to a strange interaction between a click event handler and Application.DoEvents(). I'm trying to talk him into using mutithreading.
|
| How can communicate 2 systems using Winsock | 28 Feb 2006 10:57 GMT | 1 |
hi i am doing project in VC++ .net. i need to communication 2 system using winsock or any other methods aviable.
|
| Question | 28 Feb 2006 09:52 GMT | 1 |
what is the use of registry key in the setup deployment project? For what purpose it is?
|
| Able To Have Generic User Controls in .net 2.0? / Winforms and Generics | 28 Feb 2006 08:47 GMT | 1 |
Hey All, I'm wondering if I'm able to have create generic user controls in .net 2.0 much like one can create generic classes. I would like to do this so that I can handle a set a types derived from
|
| How to redraw screen in VB.Net? | 28 Feb 2006 08:37 GMT | 3 |
I am developing a program which draws stuff on the screen (outside of the form). For this I use the GetDC function of user32.dll to get a handle to the desktop, and then use GDI+ to draw. So far so good.
|