| Thread | Last Post | Replies |
|
| Unable to return active directory email field | 01 Sep 2004 13:36 GMT | 1 |
I am 100% stumped by this and am very needy of a fix. Please help me figure out why this code does not work- I can access active directory information but can not return email address. Here's the code---
|
| How I can show a mesage box | 01 Sep 2004 13:05 GMT | 1 |
Hi, I need help. follow my question. I'm trying to show in a mesagge box a record that I select on a combo box, but it show the first time the first record in the data table and then I select anotherone.it just gave me a message of
|
| Access ALL controls on a form? | 01 Sep 2004 13:01 GMT | 2 |
Is there a way to loop through EVERY control on a form (whether they are directly on the form, or contained within children of the form)? I would like to access the size and location of every control - at the moment im just using a loop as:
|
| Retrieving font information | 01 Sep 2004 12:08 GMT | 2 |
I am trying to retrieve (from unmanaged code) the font information from windows within a .NET application using SendMessage( hEnd, WM_GETFONT, 0, 0 ).. However the return value is NULL every time....:-( Does anyone know whether this is actually possibly, or is it just a bug
|
| What is the right way to organize projects in .NET,? thanks! | 01 Sep 2004 10:06 GMT | 5 |
I am using microsoft development enviroment 2003. I created a solution, and have some projects, I put the root dir as my IIS home, and each project has their own directory, so it is like c:\solution
|
| Crypthography helo | 01 Sep 2004 08:28 GMT | 2 |
hello people here is example how to hash something I want to set key for that but i don't know how?? Code works but how can i put secret key code and after that decrypt
|
| Break point | 01 Sep 2004 08:21 GMT | 8 |
Hi I am trying to debug a bit of code (while learning .net) and I put in some break points. I was surprised to find that the code didn't halt. On further inspection I noticed that the Break Line inserted a "?" in the
|
| Compile errors in VS.Net 2003 | 01 Sep 2004 06:03 GMT | 1 |
We are using VS.Net 2003 and coding in VB.net. The solution has 38 projects; most of the projects in the solution reference other projects (without any circular references) and all the references were added to using the
|
| How to create config file for dll | 01 Sep 2004 05:59 GMT | 1 |
I use my assembly from asp and I need to config the dll from config file. What is the better way to do this? I don't want to hardcode file path in my dll (because AppDomain.CurrentDomain.BaseDirectory="C:\windows\system32") and I don't know
|
| Change mouse cursor in VB.NET | 01 Sep 2004 05:07 GMT | 2 |
Can someone please give me an example of how to change the mousepointer to an hourglass or whatever other constant in VB.NET? I need to do it from a start-up module (VB6 days would have been System.Mousepointer = vbHourGlass), and also from a form (VB6 would have been Me ...
|
| VS.NET Hangs on F5(Debug) | 01 Sep 2004 02:35 GMT | 2 |
My debugging capabilities within Visual Studio 2003 have stopped working. None of my applications created over the past year will run in debug (F5) mode. I created a simple "Hello World" application and it will not run in debug mode either.
|