| Thread | Last Post | Replies |
|
| vb.net to c# conversion help please | 16 Mar 2006 08:21 GMT | 1 |
Hi everyone, i have a vb.net program ive converted most of the code but i know events dont translate well, the original vb.net code uses withevents and .handles and i can't get the events in c# to work 100% they seem to hook up ok but when the eventhandler is called from the
|
| contacting MS | 16 Mar 2006 08:13 GMT | 3 |
Is it not possible to contact Microsoft without paying insane amounts of cash? I'm having an issue with VB.NET 2003 shutting down when I try to build. I've posted here, I've posted elsewhere, and have received no answers. I went to MSDN/.net web site, and it's hundreds of dollars ...
|
| ClickOnce Deployment and data compresion | 16 Mar 2006 07:42 GMT | 1 |
I have a .net 2.0 project that I want to use click once deployment, however, some of the files that need to get updated from time to time are very big and fat and I need to zip them or compress them in order to deploy them to the client. In my .net 1.1 version I custom built the ...
|
| ClickOnce Deployement: Cann't resolve path for resource files. | 16 Mar 2006 07:02 GMT | 1 |
I have a sample vb .net 2.0 winforms app and am using Oneclick deployment to a remote server. All of the files (DLLs, EXEs, manifests, configs, etc.) seem to get deployed to the target folder on the client OK and seem to work OK, Except for some additional files I created for ...
|
| Visual Studio .NET 2003 Bug, New Windows Application | 16 Mar 2006 03:14 GMT | 6 |
Whenever I create a new windows application from Visual Studio .NET 2003 in either C# or VB.NET upon running the compiled code (debugging or not) I receive a System.NullReferenceException immediately after the application.run command. I'm not changing any of the code created by
|
| Change CurrentUICulture, controls doesn't refresh | 16 Mar 2006 02:42 GMT | 4 |
My application allows users to switch languages at run time. I use the following code to change the UI Culture but all controls are remaining unchanged. Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
|
| Is there any way to pass a type as a parameter? | 16 Mar 2006 02:07 GMT | 5 |
I'd like to create a method that will instantiate an object of whatever type is specified as the argument. Is this possible? This C# code does not work but it shows what I'm trying accomplish. Thanks. private void NewObject(Type x)
|
| Erratic debugging behavior / WriteLine won't work. | 15 Mar 2006 20:40 GMT | 2 |
I have Visual Studio 2003, working on a VB.net project. When I try to step through the code, the behavior is erratic, stepping in places where no code exists, jumping over code sections without any goto lines or anything, and also, when I try to use WriteLine, Console.Writeline or ...
|
| File splitter program | 15 Mar 2006 19:23 GMT | 1 |
I have used a program called chainsaw to split the file into manageable chunks, but with issues as the file contains crlf (carriage return line feeds on every line) and have found chainsaw totally useless as it splits the file in the middle of a crlf (not on the actual crlf - or ...
|
| Multi-Column combobox | 15 Mar 2006 18:50 GMT | 1 |
VB.NET 2003 On my Winform, I have a combobox filled with data from a SQL table. How can I have this combobox with 3 or 4 columns ? Is there a control that could have the same type of layoout and behavior as
|
| TreeView Help | 15 Mar 2006 18:40 GMT | 1 |
Simple question, how do you set up a treeview so that when 1 on the nodes is selected it sends text associated with that node to a text box? Thanks for any help
|
| Generate Web Controls Dynamically? | 15 Mar 2006 16:56 GMT | 4 |
How can I generate web controls such as textboxes and drop-menus on the fly? My web application allows users to fill out PDF forms online. There are many PDF forms, and my application reads the fields in the user's chosen PDF file, displays a webform with relevant fields (textbox ...
|
| Deployment Scenario | 15 Mar 2006 13:28 GMT | 2 |
I have Three Servers 1-->WebServer 2-->Application Server 3-->DatabaseServer
|
| Distant iinstallation | 15 Mar 2006 10:48 GMT | 1 |
Hi to All, I need to install .NET 2003 on the distant PC. Using RDP I copied CD1+2+Prerequisites on the hard disk, say in
|
| How to avoid dialogue box while saveas an Excel file in VB.Net | 15 Mar 2006 08:52 GMT | 2 |
In VB.Net, I create an Excel as followed: Dim excelapp As New Excel.Application Dim oWB As Excel.Workbook
|