| Thread | Last Post | Replies |
|
| Is there a way to clear system tray during VB.NET app crash? | 28 Feb 2005 20:19 GMT | 1 |
System tray icon informs users that the apps is running in the background. However, there are instances that the app might crash and after that the app icon in the system tray is still displayed. It goes away when the mouse is pointed over the icon.
|
| creating printable reports | 28 Feb 2005 17:34 GMT | 3 |
I want to produce some reports designed for printing. (like you can in Access). I can't find the equivalent, what's the accepted way of achieving something similar. many thanks
|
| .net 2003 install package - how to direct dlls to correct dir ? | 28 Feb 2005 17:26 GMT | 1 |
In vb.net 2003 im attempting to create an MSI using a 22 MSMs from VB6. The install path i have creted looks like this: Program Files app
|
| Subsrciption Recommendations | 28 Feb 2005 17:15 GMT | 5 |
I have been coding with Vb.net and ASP.net for awhile and I'd like to stay current with the development of this technology. I'm looking for a magazine subcription and I was wondering what others might recommend. Thanx,
|
| .NET & UML | 28 Feb 2005 17:12 GMT | 3 |
Can anyone point me, and probably others, to some type of tutorial of UML that would include a real world application. I have been reading and trying to put it all together but there is sooo much to understand. For me being able to review the documents and the objects related would ...
|
| validating multiple controls | 28 Feb 2005 17:05 GMT | 1 |
Since I started with .net I have this feeling, that there is no easy way of validating mulitple controls on forms, menus etc. Suppose our application has an MDI , a toolbar , a menu, and some child forms. If I want to update all controls (toolbar buttons, menu items etc), I ...
|
| BPEL, WSDL and applications | 28 Feb 2005 16:49 GMT | 1 |
Hello first of all! Sorry for my not really perfect english, but i am not a native speaker. The question i have is really general and depends on webservices.
|
| Windows Services & .NET Controls | 28 Feb 2005 15:54 GMT | 11 |
I'm currently stuck with a big problem. I must develop a Windows service and an application to configure it and display what is happening. The problem is not really on the service side, but on the application side. I explain:
|
| VB.Net Form Display disappearing | 28 Feb 2005 14:59 GMT | 3 |
I am new to VB.Net and I'm creating an application that uses Windows Forms in a MDI parent. Typical Client/Server Application. I first create the layout of the form then write the code. If I close the design form and then open it again or the system does a refresh. The entire ...
|
| Should be simple - How to wait for something to happen? | 28 Feb 2005 14:24 GMT | 3 |
Ok, so this seems like it should be simple, and it is probably because I am so tired that I do not see the answer. How do I make a function wait for something to be set in a multi-threaded environment? For example, I have a class with a boolean value which is true or false. In ...
|
| is .net framework essential? | 28 Feb 2005 13:55 GMT | 3 |
Hi! I'm a bit confused here, i keep hearing that you need to have .net framework installed on a machine, if you want to run an app, that was developed with VS7.
|
| what does this code means? | 28 Feb 2005 13:44 GMT | 4 |
int startOffset = (totalEmployees > 0) ? (empGrid.CurrentPageIndex*empGrid.PageSize+1) : 0; I can't find any reference to the ? syntax any web reference would be appreciate..
|
| C code will not compile using .NET | 28 Feb 2005 13:33 GMT | 2 |
I have legacy C code that I'm able to compile using VS6 using the following command: "cl -GX -O2 -DMSWIN32 -DNDEBUG -D_WINDOWS -c mycode.c" When I run this same command using the VS .NET 2003 command prompt I receive
|
| Combo Box Functionality | 28 Feb 2005 12:47 GMT | 1 |
I'm hoping someone can help me with an issue. What's happening is I'm binding two datasets to a combo box from a dataset. The code is as follows: Try prodSet = New DataSet
|
| datagrid | 28 Feb 2005 12:29 GMT | 1 |
I cant bind my datagrid into my web form, and it also doesnt give any error...please help me.. private void Page_Load(object sender, System.EventArgs e) {
|