| Thread | Last Post | Replies |
|
| ASP.Net 2.0: It seems simple, but..... | 16 Jan 2006 17:00 GMT | 4 |
I saw a simple web page. It had a frameset with 2 frames. The left frame was a navigtion frame, with links to interesting websites and a place to place a username (guess some of the websites were kinda personalized). The right frame contained the website of the link clicked in ...
|
| printing "total pages" with PrintDocument object | 16 Jan 2006 15:06 GMT | 1 |
I would like to print report with OnPrintPage event and after that add footer "Page X of Y" to every page (because then i would know how many pages there are). How can I do that ? Regards
|
| Windows form in a web form in.NET | 16 Jan 2006 14:19 GMT | 2 |
I a have query that is how to run a windows application form in a asp.net web form? can anybody help in this.Its urgent!!!
|
| Error "Failed to start monitoring changes... " | 16 Jan 2006 14:10 GMT | 1 |
We get this error once in a while - every 10 page hits or so... Failed to start monitoring changes to 'bla bla bla'. (Note blah = unc path + file name) We have a file server (win2003) hosting the files, and 2 web servers
|
| Restart a service on another PC | 16 Jan 2006 13:10 GMT | 1 |
Is there any way to programmatically restart a service on another PC? Thanks for any help! Tedmond
|
| Text Size (Extent?) | 16 Jan 2006 10:07 GMT | 3 |
MFC has functions that calculate the width and height of a text string, GetTextExtent being one of them. Does .NET/C# have an equivalent? Or how does one do this in C#?
|
| System.Runtime.InteropServices.COMException: Exception | 16 Jan 2006 08:39 GMT | 1 |
My application uses some xml files to generate menu options and redirections. It also use dll file corresponding menu option. I have to add one more menu option i have added corresponding option line in my xml file that is Config.xml. The entries are like that:
|
| Simplest Aggregation Question | 16 Jan 2006 07:56 GMT | 1 |
can anyone show an example of aggregation in any .net code vb.net or C# i guess it shouldnt be that hard but i searched a lot without finding anything that explains the issue in code. any good links will be helpful thanks for your reply
|
| Multipart connectionstring question | 16 Jan 2006 03:49 GMT | 8 |
This is a multipart question. I’ve got an asp.net site that contains an access database. Previously, I would debug by making changes and uploading to my host. Now, I’d like to be able to debug locally and then deploy. I’d really like to use a relative path
|
| Splah form does not show | 16 Jan 2006 02:01 GMT | 1 |
Under VB.NET in VS2005 : In my Main star routine, I start by : MyForms.Splah.show() to display the Splah form while initializing the app. The Splah show is activeted , but it remains in a minimized state, so its
|
| Is .net replacement for ActiveX? | 16 Jan 2006 00:19 GMT | 1 |
From what I've read and understand. .Net is the replacement for ActiveX, instead of giving a browse plug-in full permission to the end-users' system, .net code run in a sandbox ie .net framework? Am I correct? Can we write .net browse plug-ins like we do with ActiveX?
|
| Connecting With Visual Studio .net | 15 Jan 2006 20:55 GMT | 3 |
I have MSDE Installed on a different computer (WIndows 2003) within my network. I also have MSDE Installed on my production computer for development. I have successfully created databases on both computers using OSQL. What I
|
| VB2005 Express Edition help with append | 15 Jan 2006 18:55 GMT | 2 |
I'm trying to append these two strings: RC and 14 with the following a = ((cboRegister.Text) & (cboPinnumber.Text)) I've also tried a = (cboRegister.Text) & (cboPinnumber.Text). The return I get is RC. Can someone help me with this? Thanks for any help.
|
| Estimates | 15 Jan 2006 01:32 GMT | 5 |
A programmer I work with spent 4 hours producing a 14 day estimate for a project. In the event the project took 15 days and his manager was annoyed that he had estimated incorrectly. Is there any research into the ratio between time taken to produce an
|
| Queer Problem | 15 Jan 2006 01:10 GMT | 1 |
C#, WinXP SP2, VS 2005Beta2 I need to emulate the browser functionality wihin my app. I need to visit a web page , parse it and post back the results to another page. Everything works fine, except that when the steps are performed from the browser, the
|