| Thread | Last Post | Replies |
|
| Shrink an Image | 20 Nov 2004 23:32 GMT | 1 |
I am looking for some function that allow image changes specifically shrink an image to use from my vb program. It can either be some paint api or load the image to the program from a file and use .NET or APIs to apply the changes to the image.
|
| Get own application's path | 20 Nov 2004 18:07 GMT | 1 |
how can I retrieve the path of my own application in runtime (VB.net)? Thanks a lot Peter
|
| Propose: Locale-independent decimal seperator | 20 Nov 2004 13:21 GMT | 2 |
Does this already exist? Something like "\?" that would appear like a "," or "." dependent on the current locale settings. Examples:
|
| netfxupdate.exe | 20 Nov 2004 13:15 GMT | 1 |
Found this in HKLM\Software\Microsoft\Windows\CurrentVersion\Run\"NetFxUp date_v1.1.4322" "C:\WINNT\Microsoft.NET\Framework\v1.1.4322 \netfxupdate.exe" 1 v1.1.4322 GAC + NI NID"
|
| using Reflection with Multithreading | 20 Nov 2004 08:18 GMT | 6 |
hi, i have a program that used reflection to execute methods. now i want to execute the reflected method on a new thread but cant figure out how or if it can be done. take the below code, for instance.
|
| Help! User-agent - how to identify yourself? | 20 Nov 2004 05:01 GMT | 1 |
I've written a type of web spider; now I'd like it to identify itself to servers it crawls over. I'm using VB.NET 2003, XP Home, and a (desktop) Windows Forms app. I'm using the WebClient class to send requess and open read streams.
|
| Transfering Files from server to server | 20 Nov 2004 04:53 GMT | 4 |
We maintain a seperate server for files which are uploaded by the user(Clients). We run our site in Production server,we need to Keep our uploaded files in our file server.
|
| Going to a position in Web page after page refresh | 20 Nov 2004 04:21 GMT | 4 |
I have a long Web page which need vertical scrolling. If I work on the GUI at bottom of Web page, e.g. clicking a button or selecting an item in List box, the page refreshes. After page refreshing, the page is automatically located at the top. This is inconvenient as I need to ...
|
| can VS.net 2005 with vs.net 2003 worked together in one | 20 Nov 2004 03:19 GMT | 7 |
Any one know that can VS.net 2005 with vs.net 2003 worked together in one manchine? if it can working together, how can I set up it? Thanks
|
| Duplicate GAC assemblies. Why? Safe to delete redundant copies? | 19 Nov 2004 23:05 GMT | 4 |
The global assembly cache on my development computer has duplicate native images of several System assemblies. For instance, the System assembly itself is present as two different native images, as well as a non-native version. The native images have different date/time stamps -- ...
|
| Format string question | 19 Nov 2004 22:35 GMT | 1 |
The following was copied from a web site for learning formatting. Dim myInt As Integer = 100 Dim FormatPrice As String = String.Format("Price = |{0,10:c }|", myInt) Console.WriteLine(FormatPrice)
|
| Visual Studio codenamed "Orcas" | 19 Nov 2004 21:39 GMT | 1 |
Due to Microsoft's roadmap for years 2004-2005 , Visual Studio codenamed "Orcas" should be released in 2005 . But , as we know , Visual Studio codenamed "Whidbey" (which was originally planned to be released in 2004) will be released in 2005 . In addition , it was written in the ...
|
| Intercepting call | 19 Nov 2004 21:07 GMT | 2 |
I want intercept the call to a object method or object property . Its plausible ? Are there any event fired when i invoke a object method or property ?
|
| .NET Framework User adoption | 19 Nov 2004 18:36 GMT | 1 |
Is anyone aware of any stats on the number of users that have the .NET framework installed? Additionally, is the framework installed by default with the most current version of XP, IE, or service packs? Thanks -
|
| How can move uploaded files to other server from application serve | 19 Nov 2004 17:39 GMT | 1 |
Now,we stored uploaded files into our webserver(where the place our site is running) by normal upload function ASP.NET ,but we brought a new server for keeping files. How Can we moving the uploaded files to other server (consider as
|