Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > august 2004 > threads for monday august 2

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

How to change logo in Access forms
Posted by mamatha at 8/2/2004 11:57:38 PM
Hi I have Access forms and i want to add our company's logo to that form.How can i add,if any one knows let me know. ...more >>


All features of new .NET 2.0 together
Posted by Gawel at 8/2/2004 10:43:11 PM
Hajo, Where can I find all new features of ..NET framework 2.0, Sql Yukon and VS.NET Whidbey _collected_together_ ? Examples how to use those features are desired too :) . Thanks is advance Gawel...more >>

Installing PETSHOP 3.0
Posted by Magesh at 8/2/2004 10:41:02 PM
Is it not possible to install PetShop 3.0 without having either SqlServer or Oracle in the local machine or a remote machine?? Cant i bypass the database installation part while installing PetShop??...more >>

Visual basic 6 and visual basic .net
Posted by Joe Homshaw at 8/2/2004 7:19:06 PM
I'm looking for like minded Visual basic 6 and visual basic .net programmers in Brisbane to chat and or meet up or email. I have a serviced office in Brisbane and I also work in Sydney. Regards Joe...more >>

Will Microsoft provide a .NET MMC designer like that for VB6?
Posted by zz at 8/2/2004 6:57:04 PM
Will Microsoft provide a designer like "the MMC Snap-in Designer for VB6" for VB.NET or any other .NET environment in the future? If possible,how long will it appear?...more >>

VB.net or C#.net
Posted by Terry at 8/2/2004 6:46:26 PM
Hi, I need some feedback. We are converting to .Net and we are trying to decide on whether to use VB.net or C#.net. As far as our current systems, they will probably be rewritten in ASP.Net. I have looked into both and I don't see anything that would scream out to use one or the other. So at th...more >>

Yukon & .Net v2
Posted by Jon at 8/2/2004 6:21:01 PM
Hola all, I've been pretty excited reading about the object features that are going into the next version of SQL Server. In short, you will be able to natively add objects as User defined types and use them as you would within any other .Net assembly. So what I'm looking for is some sort of be...more >>

Separating form elements
Posted by springb2k NO[at]SPAM yahoo.com at 8/2/2004 4:47:15 PM
I have a series of controls (a few buttons that clears content, inserts data into dbase, logs out a user session) that need to work independently of each other, but I cannot put all these controls into more than one form tag, as asp.net pages are not allowed to have more than one < form runat: s...more >>



Reflection question: how to get event handler signature?
Posted by Cindy Liu at 8/2/2004 4:43:08 PM
Hi Everyone, I can use .Net Reflection to know there is an event defined in a class. But I don't know how to get the signature of that event handler? Any idea? Thanks in advance!!! Cindy...more >>

Good book for newbie at .net?
Posted by budec at 8/2/2004 4:05:42 PM
Howdy. Anyone recommand a good book in learning how to program in .net that goes from 'utter newbie' to building simple applications? I have some programing expeirence, but none with C/C++ nor with GUI/Grpahical applications for windows. (actucally I have a litte with C/C++ so I could fir...more >>

syntax for fixed array in C#?
Posted by PHil Coveney at 8/2/2004 4:01:15 PM
Hello, I am making calls into a legacy DLL. One function in this DLL expects as a parameter a struct with several fields, each of which is a 40-char array. The effect of this function is to copy characters into these char array fields. I am calling this function with (roughly) the foll...more >>

Close window after file transmit (ASP)
Posted by Bill Belliveau at 8/2/2004 2:59:05 PM
Hi all, This is partially a .NET question and partially scripting (whichever works :) I recently wrote a vCard parser that sends vCards directly to the brower as a stream. After the file is transmitted I need to close the window, but I can't get anything to works because I’m ‘hijacking’...more >>

Find Parent Control of Control.
Posted by dinoo at 8/2/2004 2:13:01 PM
Some one help me out. I have a windows form.I added Panel to a windows form. I put a textbox in a Panel. When ever I try to get Parent of textbox. its always returns me the handle of Form not the panel. Is there any way to get the Parent Control of a control on the Form? Am I missing anyt...more >>

Switch Statement
Posted by ChrisB at 8/2/2004 1:56:39 PM
I have two pieces of code show below. The first contains a switch statement. The second contains a text shown on the console application screen. The simple menu shows up fine, I enter a number and the number shows fine. But I do not get the console message printed, only the standard pres...more >>

manually writing a windows service
Posted by Glenn Venzke at 8/2/2004 1:49:11 PM
I'd like to write a windows service. Unfortunately, my company would only spring for the standard edition of VB.NET which doesn't support the creation of windows services. Is it possible to write one manually? If not, are there any other (cheaper) tools available? Any free ones? ...more >>

datarepeater question
Posted by Stephen at 8/2/2004 1:12:49 PM
Hi, I have a quick question. I am displaying all the orders that are active. I am making use of a datarepeater with checkboxes to display data and a submit button to insert into the database. suppose i want to make the orders inactive using the checkboxes and click on the submit button shou...more >>

writing a windows service manually
Posted by Glenn Venzke at 8/2/2004 12:57:03 PM
I'd like to write a windows service. Unfortunately, my company would only spring for the standard edition of VB.NET which doesn't support the creation of windows services. Is it possible to write one manually? If not, are there any other (cheaper) tools available? Any free ones? ...more >>

OO Design and n-tier systems
Posted by kneejerkreaction at 8/2/2004 11:09:03 AM
I have a couple of general questions: (1) Are many companies really developing OO systems, and if so, who does the OO analysis, i.e. the design of classes, is this typically done by the developers or by some king of OO analysis specialists. Is a company wide data model needed or can systems be deve...more >>

Customizing ListBox Items
Posted by mark at 8/2/2004 6:58:55 AM
Is there a way to customize certian list items within a ListBox? I want to change the backcolor and forecolor of items which meet predefined criteria....more >>

IP Address Change Notify
Posted by Jon at 8/2/2004 5:09:04 AM
Hi Can anyone point me in the right direction for programmatically getting notifications of the change of an IP address by the user? I have an app that monitors an IP address. If the user changes the address, I need to be informed. Thanks Jon...more >>

User Control debugging
Posted by jramaley NO[at]SPAM iname.com at 8/2/2004 4:02:57 AM
I have a User Control which I compile as a DLL and use in my applications. Is it possible to debug the user control? I tried to put breakpoints which seem to be ignored when debugging my application. thanks...more >>

Aggregate functions with GROUP BY Clauses on DataTable?
Posted by Job Lot at 8/2/2004 12:41:02 AM
Is it possible to use Aggregate functions with GROUP BY Clauses on DataTable. I have a DataTable with following values: Date Amount Int Balance 1/1/2004 5000.00 50.00 5050.00 1/1/2004 4000.00 40.00 4040.00 1/2/2004 1000.00 10.00 1010.00 1/2/2204 2000.00 20.00 202...more >>


DevelopmentNow Blog