| Thread | Last Post | Replies |
|
| Convert System::String to BYTE | 12 Apr 2005 17:37 GMT | 1 |
is there any way to convert a managed System::String var to a BYTE pointer (BYTE*)? Thanks a lot Peter
|
| How to get rid of the + in a grid | 12 Apr 2005 16:36 GMT | 1 |
I have a WinForm grid that is binded to a Collection class. This collection class contain another Collection class. That cause the grid to display a "+" at the left of each row because it think that this is a parent-child relashionship.
|
| Webapplication testing | 12 Apr 2005 16:27 GMT | 2 |
I have developed web application. How can i test the web application(which tool). Is it winrunner 7.01 can be used to test dotNET applications? If so, how can i use it. I am new to testing tools.
|
| C# and const? | 12 Apr 2005 15:28 GMT | 6 |
Is it possible to secure a reference parameter from modification using c#? E.I. something like const would do in c++. I've tried to do it by limiting the object to an interface with only get functions, but that doesnt stop a malicious user from using reflection to
|
| .NET portal, Active Directory on a sub domain, Windows Authenticat | 12 Apr 2005 14:35 GMT | 1 |
I run a .NET based portal product. I am using windows authentication. This mode of authentication and the string specifying the connection to AD is specified in the application's web.config file. This portal has always worked fine, though recently, our infrastructure team ...
|
| File or assembly name xpfoundation | 12 Apr 2005 13:52 GMT | 1 |
I'm getting this error File or assembly name xpfoundation or one of its dependencies, was not found I have no clue, any help???
|
| Installing a file into the GAC | 12 Apr 2005 13:43 GMT | 8 |
Is there anyway to automate the install of a file into the GAC on Win2000? The gacutil.exe file is not available and I can't seem to find any other way of doing it. Thanks,
|
| Print Orientation | 12 Apr 2005 13:16 GMT | 1 |
How can i change the print orientation from code? Maybe somewhere in registry...? thank you
|
| how to prevent closure of .net apps if user logs off | 12 Apr 2005 12:09 GMT | 1 |
I have created a .net app. all works fine. but, i want to prevent closure (kill) of this app when the user of the machine does a 'log off' of windows/xp.
|
| Sun admits: Java is crap | 12 Apr 2005 11:47 GMT | 47 |
Sun project seeks to solve Java memory, execution issues http://story.news.yahoo.com/news?tmpl=story&u=/infoworld/20050325/tc_infoworld/5 8059&e=1&ncid= San Francisco (InfoWorld) - Sun Microsystems Laboratories (Sun Labs) is working on a research effort to address issues with the ...
|
| Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop | 12 Apr 2005 11:16 GMT | 1 |
i have vb.net application , with Managed C++ dll that wrap unmanaged dll. i also have bug that crash the application. the crash happen because i dont use the unmanaged dll (which is dialogic -telephony dll)
|
| system.IO: alternatives to fileSystemWatcher approach | 12 Apr 2005 10:35 GMT | 1 |
hiya, I am using a fileSystemWatcher to monitor a directory.When files are inserted into the dir, I process them, via a call to my "processAlllDirFiles" method.
|
| How do you get the current Domain name without '.com' | 12 Apr 2005 09:42 GMT | 4 |
My domain is all Windows 2003 with AD and I can get the domain name of 'domain.com' using 'system.management' but I need the domain name without the .com and I do not want to rip strings to achieve it. Can anyone tell me how to get the current domain name without the .com at
|
| ASP.NET with VB | 12 Apr 2005 07:50 GMT | 1 |
Hello - I have a project that needs to have lookup windows - like a lookup to find a customer number, and then return the selected value back to the original window and update a series of textboxes with the appropriate data. OR if somebody has any better ideas on how to ...
|
| FileSystemObject in .net | 12 Apr 2005 05:04 GMT | 7 |
Ok i need to copy a directory example: copyfolder(\\com1\tr,d:\df\res,true) if i copy this directory mi app dont copy but if i copy that: copyfolder(\\com1\tr\tr1,d:\df\res,true)
|