| Thread | Last Post | Replies |
|
| Exctracting an icon from an EXE | 25 May 2007 11:43 GMT | 6 |
I have an EXE (.NET assembly) file with an icon which has 8 formats (128x128, 96x961, ..., 24x24 and 16x16). I would like the extract the 128x128 sized icon only to display it on a PictureBox control. I made some searchs and discovered that the Icon.ExtractAssociatedIcon() ...
|
| Switch from "Form1.cs" to "Form1.ca [Design]" and back by HotKey in VisualStudio ? | 25 May 2007 11:39 GMT | 1 |
What si the easiest way to switch from the source of a Form to its corrsponding Design and vice versa back ? Currently I always click on the file in the Solutions explorer. Is there way way with HotKeys ?
|
| Sending a TO-DO List item from C# | 25 May 2007 11:30 GMT | 6 |
I would like to be able to send, from an ASP.NET page, an email which when recieved takes the form of a TO-DO list item. Can this functionality be emulated from sending an email from C#? I've read that Ootlook 2007 doesn't support the vTODO standard, is there an alternative?
|
| Getting the current time and format it to an own format ? | 25 May 2007 10:53 GMT | 2 |
I would like to get the current time(stamp) (including the milliseconds) and assign it into a string variable with a format like: xxxx mytime = getcurrentsystemtime(); string mytime = reformatto("yyy.mm.dd HH:MM:SS:MSMS", mytime);
|
| How to change the namespace in all project files simultaneously ? | 25 May 2007 10:48 GMT | 2 |
I would like to change the name of the namespace in all of my project source files (after the rename of the project itself). I found no way/menu to let VisualStudio do this for me. Do I really have to change all the various
|
| Making System.Console.WriteLine() text outputs visible in a GUI program ? | 25 May 2007 10:45 GMT | 2 |
In general the program is GUI based. However sometimes I would like to wirte some text lines to Console as if it is a Console program. When I write a System.ConsoleWriteLine() statement this is accepted without error (during build and
|
| Imoprtant - naming conventions | 25 May 2007 10:40 GMT | 6 |
sorry for my weak english I want to put here this tematique: What do you do to ensure that your names in code are good. I think that
|
| Which "using" statement for OracleConnection ? | 25 May 2007 10:38 GMT | 3 |
I thought "using System.DataAccess.Client" would contain all necessary stuff for OracleConnection, OracleCommand and OracleDataReader objects but this is not the case. They are still unresolved after adding.
|
| Show function | 25 May 2007 10:32 GMT | 6 |
I would like to add some actions to show function of a form with Visual Stuio 2005. Is it possible? Is it possible to create a new Show function which inherit of old it?
|
| Where is the information stored about the exact position of e.g. a button on a form ? | 25 May 2007 10:20 GMT | 1 |
Assume I position a button on a Form on position (x,y)=20,75pixel Where (in which file) is this information stored ? Marl
|
| An object reference is required for the nonstatic field, method or | 25 May 2007 10:07 GMT | 1 |
I am getting the above error with this Class Library code: namespace ClassLibrary1 { public class Class1
|
| How to update XML file? | 25 May 2007 09:41 GMT | 4 |
I have a XML file as following: <configuration> <MachineList> <Machine Name="mycomputer"/>
|
| Session sharing in asp .net | 25 May 2007 09:12 GMT | 1 |
Hye, This is my scenario: 1. Admin login to web application and access module M. 2. Admin logout from the application. User B sees the URL of module
|
| extacting values fom a webpage | 25 May 2007 09:07 GMT | 1 |
I have a requirement and i need some resolution to work on. i have to read a webpage and extract few values from the page. I am using the httpwebrequest meathod to query the webpage that based on the values generate a result on the webpage and then i need to pick
|
| Sniffer | 25 May 2007 09:01 GMT | 2 |
Hi ppl. I'm trying to write a sniffer. I can trace all incoming datagrams but no outgoing. I don't know how to. Can anyone help on this? Here is a sample code in C#.
|