| Thread | Last Post | Replies |
|
| VS2005 and VS2008 | 23 May 2008 02:32 GMT | 3 |
Hello guys!!! I have a little question, i've heard that some people has installed on their machine vs2005 and vs2008, but if you can work vs2005 projects in vs2008 which is the reason to have both vs installed on same machine? or my old
|
| Apply a control template to a thumb with c# | 23 May 2008 02:15 GMT | 3 |
I have a wpf app and need to apply a control template to a thumb at runtime, but I can't do it the same way I would apply a style. this is what I want to do: Thumb thm = new Thumb();
|
| opening a pdf file using javascript | 23 May 2008 01:59 GMT | 2 |
I want to open a pdf file from a web page using javascript. Thanks.
|
| Huge resource file | 22 May 2008 22:46 GMT | 1 |
I work with VS 2005. In a certain minute the resource file of my project became huge - around 3 mbytes(the ususal size is a few kbytes). Can someone help please?
|
| makefile? | 22 May 2008 21:36 GMT | 3 |
Hi, For C/C++ project, when I needed the translation stored in the resource file, I used to build the solution and created a makefile using .OBJ so that the customers can change the resource strings or dialog/font etc. For C#, all I can find is csc.exe. Since it doesn't create ...
|
| Download complete event | 22 May 2008 21:15 GMT | 1 |
I have a site (www.motiont.com) where people can come and download a zip file. Is it possible for me to know when the file was fully downloaded (and not cancelled in the middle)? It is .net 2.0 site
|
| xml serialize | 22 May 2008 20:20 GMT | 2 |
just a little probleme... how can i do, for delete "q1:" when i serialize my object ? [Serializable] [XmlRoot(ElementName="rr",Namespace = "http://www.mysite.com/ws/")]
|
| Updating a field from a combo box lookup | 22 May 2008 18:22 GMT | 4 |
I need to provide a pick list for a data entry field. I do everything but take the selected value and get it into the dataset for eventual update to the the database. I can show the field of the dataset and I have a separate combo box field but can't seem to connect the two. ...
|
| c# object caching and reference counting | 22 May 2008 17:52 GMT | 5 |
I need to cache various resource objects such as images for example, wich might be referenced from multiple objects (wich could be considered documents for ease of discusion) and the idea is simply to make sure they arnt duplicated
|
| DrawToBitmap C# problem | 22 May 2008 17:49 GMT | 1 |
Hi, im having a problem with drawtobitmap in C# when i call the method its not printing the contents of a control. in my case richtext format, my code is below; Bitmap bi = new Bitmap(this.rtfbody.Width + 200, this.rtfbody.Width + 200); bi.SetResolution(3000, 3000); // rf = rtfbody ...
|
| Dlgedit.exe, is it no more...? | 22 May 2008 17:04 GMT | 3 |
Hello Newsgroup, Made my own assembley that enables highly customisable Windows Common Dialogs, specifically FileOpen, FileSave, ChooseColor and ChooseFont. I'd done these before using VB 6.0. In order to place these dialogs on custom
|
| evaluate a string to an object question | 22 May 2008 16:05 GMT | 8 |
I have a custom business object of type Person. i created a page with check boxes that will post to a second page that is strongly typed with the first page and i have a function that retreives all the checked boxes from the first page. The ID value of each checkbox is the
|
| how to retrive value of textbox assined in page UNLOAD event in javascript.... | 22 May 2008 13:41 GMT | 1 |
i have created a web application in vb.net. i have assigned a value to the textbox during page UNLOAD event as below.. ........ Protected Sub Page_Unload(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Unload
|
| Web farm question | 22 May 2008 13:37 GMT | 1 |
I am working on a shopping cart application, it works fine on a stand alone sever, but not on a web farm environment. The items I added to shopping cart could disappear suddenly, I think the following codes might have somthing to do with the problem.
|
| Regional Settings | 22 May 2008 11:57 GMT | 1 |
How can I query & change the country settings programatically? Thanks.
|