| Thread | Last Post | Replies |
|
| Translating .NET app to different languages (IE: Spanish) | 05 Nov 2004 21:46 GMT | 2 |
Is there any way to translate an application to different languages like Spanish, German, Japanese? This info would be greatly helpful! Thanks,
|
| update same object in multiple collections | 05 Nov 2004 20:24 GMT | 2 |
BlankHi, How do I create a tightly coupled Object 1 such that when I update it in one collection, it is simultaneously and automatically updated in other collections? The collections are defined at the module level for the entire project to access as well as collections defined ...
|
| Dynamic Controls in ASP.NET | 05 Nov 2004 19:47 GMT | 5 |
How can I capture user entered values from dynamically created controls in ASP.NET ? Thanks,
|
| Items in List box are not visible | 05 Nov 2004 17:10 GMT | 2 |
In windows form I just created a ListBox. Added some items with String Collection Editor. When I run it - these entries are not visible. When I Expand Drop down I see empty space only. If I click
|
| Distributed Transaction in different web services | 05 Nov 2004 16:40 GMT | 1 |
We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B and C from A. Is it possible? if yes then how? I have read the doc regarding this:
|
| refering to controls using variables | 05 Nov 2004 16:20 GMT | 1 |
Good Morning, I have a text box called txtbox1. Is there a way I can refer to it sorta like. dim intI as integer = 1
|
| --- launch excel | 05 Nov 2004 13:54 GMT | 7 |
How can I launch excel in my asp.net application? Thanks, Jim.
|
| Recreating Ping in .Net Problems | 05 Nov 2004 13:24 GMT | 3 |
I have downloaded every example on how to create a ping utility in .Net in both VB and C#, but have been disappointed with the results. I have YET to find an example that returns consistent results that are even close the the actual ping command line utility. For example:
|
| sending Mail in a Service | 05 Nov 2004 12:40 GMT | 3 |
I need to send some emails in my Windows Service (VB.NET 2005). I made for that a simple class, which works fine when I use it in a Windows Forms application. Although: When I put it in my Windows Service I got problems:
|
| Writing XPath query to search cdata | 05 Nov 2004 12:09 GMT | 1 |
Hi I have an XML file which is something like this <XML> <FORMS>
|
| Unable to run aspnet applications | 05 Nov 2004 11:49 GMT | 6 |
Every time I try to run my aspnet application, I get this error: "Error while trying to run project: Unable to start debugging on the web server. There is no managed code running in the process. In order to attach to a process with the .Net debugger, managed code must be running ...
|
| Programmatically add history item in the WebBrowser control | 05 Nov 2004 11:43 GMT | 1 |
Is it possible to programmatically add a history link in the web browser control without getting the WebBrowser control to visit a URL?
 Signature Victor Hadianto
|
| LIKE operation on SYSTEM.DECIMAL | 05 Nov 2004 10:12 GMT | 2 |
I am having an issue with a dataview.RowFilter expression. I am trying to filter a dataview with the following: DV_TXN.RowFilter = "MCC LIKE '" & MCCselection & "'" But get the following error:
|
| maths | 05 Nov 2004 10:11 GMT | 12 |
i'm looking to do some maths, such as parsing equations into polymorphic trees, matrices, etc. I've done it in C, a mess, but now i want to port it to something less low level (read: less messy). C++ is good, but will i get much improvement, ie regarding the polymorphic trees ...
|
| IDE just goes away during compile | 05 Nov 2004 09:55 GMT | 1 |
That's pretty much it. I press build (or build all), the code starts to compile, and then....*poit*! Away goes IDE without fanfare, no errors, no warnings, no nothing. And it does this so much that it's starting to eat into my productivity.
|