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 > december 2005 > threads for monday december 5

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

unzip a file in C#
Posted by Jan at 12/5/2005 10:08:02 PM
Hi, Is there a way to unzip a file from C# since I need to download a zip file from the server, unzip it and verify its contents, all through the same program. Thanks in advance, Jan...more >>


ability to unzip a file
Posted by Jan at 12/5/2005 10:04:02 PM
Hi, Is there a way to unzip a file in a directory from C#. I need a program to do that since that program copies the file from a server to a local machine, and then has to verify the contents of the unzipped file. Thanks in advance, Jan ...more >>

RichTextBox
Posted by Bruce F at 12/5/2005 6:06:10 PM
From a newbie... I want to load text into a RichTextBox one line at a time so that I can change the font color of each line depending on conditions. 1. How to load line by line? 2. How to change font color as each line loads?...more >>

Downloading multiple files from a Datagrid with #ziplib with VB.NET
Posted by Michael L at 12/5/2005 6:02:22 PM
I have a problem and all the parts to fix it. I have a datagrid on my page that gets all of its information from a MS SQL Server 2000 Database. I do not have the option to go to VS.NET 2005 or ASP.NET 2.0 yet as my host is not that at that stage yet. I have PDF files that I want to download ...more >>

invisible breakpoint - HELP!
Posted by Richy at 12/5/2005 5:35:14 PM
Hi, A while back I put in a conditional break-point in my code, but the break-point is no longer there (I'm pretty sure I removed it myself) but my code keeps falling over when that breakpoint condition arises. I am running in debug configuration. I have rebuilt my executable and it still...more >>

hiding a db connection string
Posted by anonymike NO[at]SPAM gmail.com at 12/5/2005 5:02:40 PM
Hi, I'm having a problem that I've been working with for the last week, I'm not having any luck, I'm hoping someone can help me. Anything would be appreciated. I have a setup where we currently use a single sign on to our oracle db for our client/server VB6 apps. We currently have a DLL t...more >>

types convertion from C++ API to VB.Net
Posted by ThunderMusic at 12/5/2005 2:22:45 PM
Hi, Sorry but this message is a bit long, but I really need your help here. I'm trying to use some API functions that use some trivial types like long pointers to a structure. I just can figure out which type to use in the API declaration in my code take as an example this declaration : ...more >>

Word doc in C# Winform IE control doesn't close.
Posted by lloyduh234 at 12/5/2005 1:54:01 PM
I need to display and allow the user to print a Word document from within a C# WinForm application. I'm using the ActiveX Browser control. The Word document displays correctly, but remains "locked" after the form and application is closed. If I try to delete the document, the message "File in ...more >>



LDAP Search
Posted by Serge at 12/5/2005 1:14:02 PM
Good Day Folks, I'm trying to do LDAP searches, on a Novell eDirectory. I made the change someone suggested, but now I'm getting a differenct error. I have an LDAP class defined as follows ' Contents of LDAPAuthentication.vb <script language="VB" runat="server"> Public Class LdapAu...more >>

Clickonce: show publish version
Posted by Steven Spits at 12/5/2005 12:47:55 PM
Hi, Is it possible to show the publish version in a app that is deployed using ClickOnce? Assembly.GetExecutingAssembly().GetName().Version shows the assembly version... Steven - - - ...more >>

VB Express 2005 and Windows Services
Posted by gv at 12/5/2005 12:28:30 PM
Hi all, Can you create Windows Services in Visual Basic 2005 Express? Where is the template on create new? thanks Gerry ...more >>

Retrieve Domain Logon
Posted by tjonsek NO[at]SPAM phenom-biz.com at 12/5/2005 12:02:41 PM
I am trying to pull the user logon info in an application to use as a security stamp when someone completes a function. So far, I am able to retrieve the computer name. This is, however, not what I'm looking for. For example, if Sally logs on to the domain as 'sallyJ', then I'd like to be able...more >>

Problems with socket ReuseAddress option
Posted by Bob at 12/5/2005 11:55:22 AM
I am trying to reuse a socket address but I am having problems. What I am doing is creating a socket, connecting, then getting the LocalEnd point. I then Disconnect and try to connect again using the same address but I get an error 10048 [WSAEADDRINUSE]. Can someone tell me what I am doing ...more >>

mojoportal
Posted by John A. Bailo at 12/5/2005 11:09:03 AM
This looks like a sweet .net portal: http://www.mojoportal.com/ "Welcome to mojoPortal, an Object Oriented web site framework written in C# that runs under ASP.NET on Windows or under mono on GNU/Linux or Mac OS X." ...more >>

Using SetFocus on a Web Page (VB.NET)
Posted by CoTConnie at 12/5/2005 9:55:02 AM
I'm trying to setfocus on a textbox after an error conditions, but the compile insists that 'textbox.setfocus' isn't a valid command. I'm using all the web page default setting, but am creating it in a FrontPage environment. Does anyone know what I can do to make this command work?...more >>

Conditional start of a service?
Posted by Gregory Gadow at 12/5/2005 9:49:26 AM
I am writing a service using VB.NET 2.0. One of the first steps is to retrieve some settings from the registry; I need the activation of the service to halt if these settings are not found. Looking at the generated code, it looks like I should do this initialization in the Sub Main of the serv...more >>

LDAP search
Posted by Serge at 12/5/2005 8:52:02 AM
Good Day Folks, I'm trying to do LDAP searches, on a Novell eDirectory I have an LDAP class defined as follows ' Contents of LDAPAuthentication.vb <script language="VB" runat="server"> Public Class LdapAuthentication Private _path As String Private _ldapDirlisting as strin...more >>

DirectoryServices namespace
Posted by Hari at 12/5/2005 8:28:02 AM
I am converting a logon page using LDAP authentication to the newest framework, but I dont see the DirectoryServices namspace under system. Any idea where it is? Thanks Harry...more >>

VS2005 Walthrough for Crystal Reports Errors
Posted by Radman at 12/5/2005 5:51:04 AM
I have installed VS 2005 and dowloaded VS2005 Walkthroughs for Crystal Reports. I was not able to complete the walkthrough. The VB Code appears to be incomplete in fact when I tried to build the solution using the example code provided it failed in the same areas as I did. I would like to c...more >>

Solution file : loading only selected projects
Posted by sameer at 12/5/2005 5:03:02 AM
Hi , Visual Studio 2003, VB.NEt my VB.Net solution has 10 project files, 1exe and 10 dlls in it and when i load up the solutions it takes for ever to load up and is pretty slow. Is there any way (like in VB6) that i could have multile solution files having combination of different proje...more >>

Installation problem on 64-bit Windows
Posted by laute at 12/5/2005 4:58:02 AM
Could anyone explain me how to install: Visual Studio .NET Enterprise Architect version 2002, March 2002 on Windows XP Professional X64 Edition??? ...more >>


DevelopmentNow Blog