all groups > dotnet general > july 2004 > threads for sunday july 4
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Avoid running multiple program instance ????
Posted by serge calderara at 7/4/2004 11:56:02 PM
Dear all,
I have a vb.net application which start with a sub main procedure.
inside this sub main procedure I create a and instance from an assembly x like as follow:
sub main()
.....
Application.Run(New frmLogin)
end sub
frmLogin is a class inside assembly X
What ... more >>
Minimized Parent Form when its child form is minimized
Posted by Tai at 7/4/2004 8:20:01 PM
Hi all
I have 2 forms, frmMain and frmChild.
In frmMain, I declare a variable f as frmChid then Call f.ShowDialog()
I want when the child form is minimized, the Main form is also minimized automatically.
I tried some way to call frmMain.WindowState = FormWindowState.Minimized.
The result is ... more >>
Minimize ParentForm when its child form is minimized
Posted by Tai at 7/4/2004 8:10:01 PM
Hi all
I have 2 forms, frmMain and frmChild.
In frmMain, I declare a variable f as frmChid then Call f.ShowDialog()
I want when the child form is minimized, the Main form is also minimized automatically.
I tried some way to call frmMain.WindowState = FormWindowState.Minimized.
The result is ... more >>
New Project as renamed and chaged old one
Posted by Evgeny Zoldin at 7/4/2004 12:36:40 PM
Hi, ALL
I've developed some prjoect ( VB.NET ) , let Project1, and created for that
Setup project, let Setup1. Installed it on a clear mashine - PC1. Then I
decided to develop that futher as another product, let Project2. I've copied
and renamed all project files, project itself, product name,... more >>
Urgent debugging problem. Any help greatfully appreciated
Posted by Simon at 7/4/2004 12:00:05 PM
Hi everyone
I'm having a very frustrating problem with debugging my code at the moment.
The problem concerns breakpoint working in some methods, but not others.
In an aspx codebehind I have the method page load:
private void Page_Load(object sender, System.EventArgs e){
int curre... more >>
Creating Dynamic Menu Items
Posted by Stuart Ferguson at 7/4/2004 9:55:08 AM
Hi All,
I am currently writing an application in C# that uses dynamic menus that are
created from a Database table. The problem I have is that i need a property
in the MenuItem to store the DB Key value when I create the Item (similair
to the Tag property, which is not there). Is there a way... more >>
Anyone can recomend some (ASP.NET) powerfull datagrid and treeview controls? From first hand experience?...
Posted by Domagoj Kovaè at 7/4/2004 9:34:21 AM
....I suppose I will get ton of "you sould buy my XXX component" replies on
this, but i'll give it a try anyhow....
1) Our ASP.NET team needs some "powerfull" datagrid, that is (if possible)
built in fully managed code and highly customisable.
We need things like: cell resizing, items grouping ... more >>
Description of each .NET Framwork Classes
Posted by Don Wash at 7/4/2004 2:06:59 AM
Hi All!
I'm new to .NET and I've made a few searches on the net and finally found
that the key to understand Microsoft .NET development process is to
understand Microsoft .NET Framework classes and each of their purposes. It
doesn't matter what language I use (either VB.NET, C#, or any other
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|