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 > may 2005 > threads for monday may 9

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

Activate a window to forground using API
Posted by D Witherspoon at 5/9/2005 4:51:25 PM
I developed this module, examples on the internet seem to be much longer.. Can someone explain to me why my solution doesn't work? Module modAPI Declare Function SetForegroundWindow Lib "user32" (ByVal hwnd As Long) As Long Public Sub ActivateAppWindow() SetForegroundWindow(f...more >>


VS .NET on W2K3
Posted by JVW at 5/9/2005 4:45:16 PM
Hi, This is a bit off topic but server related. My box, the CTO and chief software architect (a very good one) insists on doing development using Visual Studio .NET 2003 on a Win 2003 server. He does it on his laptop ( a pretty good one ) and on his workstation. The performance of VS.NET is...more >>

Access Database and Vb.net
Posted by Rob H at 5/9/2005 2:02:15 PM
Hi, How do i get and handle data from SQL select statements, in vb.net? Thank you and regards....more >>

Cursor attributes and location in Console class
Posted by mef526 at 5/9/2005 12:11:08 PM
How can I set the Cursor (that is, the caret) attributes and location in the Console class?...more >>

2 mutually exclusive listboxes - in vb.net with dataviews HELP
Posted by softengine at 5/9/2005 11:21:07 AM
Can and how do you alter a data view to include a look up field from another data table? The data table of the dataview only has the key, the value I need is in another data table. Can and how to you reference the value of a column in a data table/view from the row filter string of a diffe...more >>

Satellite assemblies could not be built - Cslangsvc.dll required
Posted by Afaq at 5/9/2005 9:27:41 AM
Hi, After adding large number of empty resource files (which will be updated later), we are not able to compile the project. the following is the output of the build process. It fails while compiling the Max.UI.Win project with the following error Satellite assemblies could not be built ...more >>

I need help with this service problem
Posted by Chris at 5/9/2005 8:58:10 AM
Hi, I have created a service that runs fine when set to check every fre secs, however, I set it to run every 2 hours but when I start the service it runs only once. This is how I am setting the 2 hours Dim TimerItem As New System.Threading.Timer(TimerDelegate, 1, _ ...more >>

Passing values between pages?
Posted by Ben R. at 5/9/2005 7:12:08 AM
I've got an asp.net application with a page that collects user info via forms and I'd like to have those values then passed to a 2nd page for a continuation which makes use of the entered values from the previous page. One way that I could think of would be to have the submit button's event ...more >>



Sharing a Folder
Posted by DMc2004 at 5/9/2005 4:51:01 AM
Two problems i have got, Firstly, how to share a folder on a local machine (via VB.Net) Secondly, how to share a folder on a remote machine. Any ideas how to do this. D...more >>

Getting Username/Domain
Posted by DMc2004 at 5/9/2005 4:49:58 AM
I have serveral items I would to find out how to do: 1) How to get the username of the person currently logged onto a workstation; 2) How to get the username of who is logged onto a different workstation; 3) The domain the machine is in; 4) The names of the machines currently active with...more >>

How many things must I bear in mind for .NET?
Posted by Enric at 5/9/2005 4:47:22 AM
Dear gurus, I am just a .Net newbie. I would like to install .Net in my workstation.In terms of space no problem at all or I don't think so: I have got 11 gb free. Well, my fear is easy to explain to all of you: constantly I have to check out and debug more than ten production applicatio...more >>

replace sourcesafe by a custom tool
Posted by interuser at 5/9/2005 4:34:11 AM
I want to program a custom version control system and replace sourcesafe so that my program responds to the source code control commands of .net. How do i do that? ...more >>

[JOB OFFERING] Looking for an experienced C# / VB.NET developer
Posted by Carl Mercier at 5/9/2005 12:00:00 AM
We are currently looking for an experienced C# / VB.NET developer in the Province of Quebec, in Canada. We are located about 40 minutes south of the Champlain Bridge (Montreal). Skills must include strong ADO.NET and Windows Forms abilities. The candidate must also have good knowledge of ...more >>

Icon corruption when loading from a resource
Posted by Carl Scarlett at 5/9/2005 12:00:00 AM
When I display icons in controls from an imagelist, the icons are "corrupted" if they are added from a resource (or a file) but are fine if I add them using the designer at design time. I need to add the icons dynamically at runtime. How can you add the icons at runtime without corrupting the...more >>

Visual Studio - find end of a block
Posted by aaj at 5/9/2005 12:00:00 AM
Hi all In the c# editor is there a way of selecting the '{' that marks the start of a block and finding out where it associated '}' is. thanks in advance Andy ...more >>

Socket and multi-threading
Posted by Mahesh Devjibhai Dhola [MVP] at 5/9/2005 12:00:00 AM
Hi, Socket class documentation says that it is not thread safe. We understand that if do simultaneous sends on ONE socket then it will be a problem (or simultaneous receive). Can we create TWO threads on OUR OWN such that one will do SEND and one will do RECEIVE using the SAME socket reference...more >>

Forms, multi-threading, Chats
Posted by Mahesh Devjibhai Dhola [MVP] at 5/9/2005 12:00:00 AM
We are building Chat like application using Forms and as a result our programming is becoming complicated to display messages received on different threads in the chat window (due to STA requirements of Forms). Is there a way to build Chat like application WITHOUT using FORM, so that one can use...more >>

SetFocus functionality
Posted by Geir Holme at 5/9/2005 12:00:00 AM
Hi all. I am looking for something as simple as the good old "SetFocus" command. When I opens a form from a menu treeview controll I want to move the "blue marker" (focus) over to one particular field/button on the form just opened as if I clicked on it. And then back to the treeview control ...more >>

ASP.Net Web Service help please
Posted by Top Poster at 5/9/2005 12:00:00 AM
I was wondering if someone could help me out with some of the "big picture" issues associated with ASP.Net Web services from Windows XP. Any advice will be greatly appreciated! Why, when I create a new ASP.Net web application project, does Visual Studio.Net prompt me for the URL of the web s...more >>

Please help me to create DLL in Visual Basic .net 2003
Posted by Ajith Nair at 5/9/2005 12:00:00 AM
Hi, I am new in Visual Basic .net. I did not find any option to create DLL = or ActiveX module. Please help me to create. Thanks in Advance, Ajith...more >>

HTTP:500 Internal Server Error
Posted by vighneswar at 5/9/2005 12:00:00 AM
Hi All I am working on a project in which i have to upload files to an remote server via HTTPS. For that i have written the following lines of code,but when i execute it I am getting an HTTP:500 Internal Server Error.Please let me know where went wrong in it. 1.The client has given the cr...more >>

Saving the state of UI
Posted by Mahesh Devjibhai Dhola [MVP] at 5/9/2005 12:00:00 AM
Hi, User can adjust the size of columns of a table or the position of splitter in UI. We want these adjustments to be remembered when we restart the application. Currently, we are saving these adjustments by the user in an XML and saving that XML. We read the XML upon restart and make calls to...more >>


DevelopmentNow Blog