| Thread | Last Post | Replies |
|
| Reusing a Windows form in another project | 28 Jan 2005 15:43 GMT | 1 |
I need to use a form from one application to another. I can do the followings: 1. Copy the form.vb file to the new project folder and add it to the project as an existing form. 2. Create a new form in the project and copy the code from form.vb to this
|
| User-controled reports | 28 Jan 2005 12:59 GMT | 1 |
I need a starting point or a tool which will give to the final user the possibility to "build" by drag&drop or otherwise custom reports. The ideea is to be able to add text and data fields. The client is Windows Forms, the server SQL Server.
|
| Using " ' ' /' /' " in RegisterStartupScript | 28 Jan 2005 10:15 GMT | 1 |
The function bellow is really ok as long I only write a text in the document.write(). But I wish to place also a image on my frame side, but for it I need to have in " " another " " and maybe in thats again the " " I think it should be a way for my pic
|
| AddHandler vs. Handles Clause in VB.NET... | 28 Jan 2005 09:26 GMT | 2 |
Is there any advantage to using the Handles clause vs. using the AddHandler to map events?
|
| A question of architecture | 28 Jan 2005 06:57 GMT | 3 |
Firstly, my current experience is asp classic and vb6. The reason that i am posting in this group is that i feel that most people hear would (should?) have a pretty good feel for pre-NET programming, and would therefore be able to give me the most comprehensive advice. Well, here
|
| Question about OOP and Class Member in VB.net | 28 Jan 2005 06:29 GMT | 4 |
Hello, everyone. I was hoping if someone could help me out with a problem that I'm trying to solve? I have a project that I'm working on. As the splashscreen launches for an application I check the directory for the location of a file and I assign that directory path to a class ...
|
| Ocx using dao gives error upon exit when used in .NET app | 28 Jan 2005 05:34 GMT | 5 |
I wanted to use some of my MFC stuff in a new C# applikation, so I made an activeX/ocx of my a database viewer. Tested ocx i VB 6.0 and MFC app, worked fine. Tested ocx i a C# .NET app, and upon exit I get ".NET BroadcastEventWindow 1.0.5000.0.2" error.
|
| How to click a button without re-load page ( or re-open) | 28 Jan 2005 03:25 GMT | 4 |
Hi, All: I am using vb.net developing web application. I am new in web application. My issue is: I have a button "btnCalculateTotal" on a web page (form), click this button,
|
| PLease explain XMLDocument use ??? | 28 Jan 2005 00:45 GMT | 5 |
I have benn going through a .net possibility such as amanging XMLDocument and xml transmorf function. In that set of features I am really swimming deep under the water, I have nearly no more heirs. In fact I do not know the real benefit of using those
|
| Accessing SQL Server Stored Procedure from VB.NET | 28 Jan 2005 00:15 GMT | 1 |
I have a SQL Stored Procedure : CREATE PROCEDURE spFilterOne @city varchar(25) AS
|
| value change in datagrid | 27 Jan 2005 21:55 GMT | 8 |
How can I trigger an event, when a value (cell) in my datagrid changes? TIA, amber
|
| Better name than dot net | 27 Jan 2005 20:04 GMT | 8 |
As a coding environment and set of base classes, vs.net is the best thing since sliced bread. But the name: ".net"... it really doesn't work. People who are unfamiliar with it look at you funny when you say it. It sounds dumb like the now failed market hype: "dot com." And ...
|
| Unalbe to start debugging on the web server.... | 27 Jan 2005 18:06 GMT | 7 |
Everytime I run an aspx page via the run command from Visual Studio 2003 I get the following error. Error while trying to run project: Unable to start debugging on the web server. Could not start ASP.NET or ATL server debugging.
|
| Program Automation | 27 Jan 2005 17:21 GMT | 3 |
I need to automate an application but I'm clueless on how to this. The program was written in the mid 90's (I think 1994) and reports itself as an MFC Application. I basically need the majority, if not all, of the functionality that the program's GUI provides. Any suggestions ...
|
| dotnet deployment in the real world | 27 Jan 2005 17:12 GMT | 3 |
Some quick background: Most of my experience with CGI has been with Perl. We'd write perl scripts that shared custom modules where we'd put all of our utility functions and OO code that could be re-used across scripts. If we wanted to update a function in a module, we just updated
|