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 > october 2005 > threads for wednesday october 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

Allowing special characters in a MySql Database
Posted by Ewok at 10/5/2005 10:25:08 PM
let me just say. it's not by choice but im dealing with a .net web app (top down approach with VB and a MySQL database) sigh..... Anyhow, I've just about got all the kinks worked out but I am having trouble preserving data as it gets entered into the database. Primarily, quotes and special ...more >>

getting the vs debugging to work
Posted by Larry at 10/5/2005 10:16:53 PM
I'm having problems being able to set and use break points in visual studio. Here's my configuration: The web server is a remote server access over the internet. The OS on the server is a "fresh" copy of windows 2003 enterprise. I'm using VS 2003 on a client running windows XP pro. (I'm n...more >>

Images from OLE fields in Access database
Posted by Alan at 10/5/2005 8:23:19 PM
Hi, I'm converting a database application from Access 97 to C#/SQL Server. Old database contains some images in OLE fields. I've figured out that there's OLE header preceeding actual image data and dealt with some of the images which were in standard BMP format but most of the images are in...more >>

How to Count the Number of Rows in Text and ODBC Files (Btrieve)
Posted by RitaG at 10/5/2005 3:56:03 PM
Hi. I need the count of the number of rows within a text file. I checked the File object but could not find a method there to do what I need. Is there an efficient way to count the numbers of rows? Currently all I can think of is opening the file for reading and counting every row. This c...more >>

VS 2003 - IDE - Find Current Project not working?
Posted by Rob R. Ainscough at 10/5/2005 2:12:59 PM
I'm using VS 2003 VB.NET IDE and the Find (Ctrl+F) function is not working when I select "Search Current Project" -- it will only search the current open file not all the files in the project. This is VERY frustrating -- is this a know problem or just something messed up with my install? t...more >>

change datagrid column width with code
Posted by Tim Wallace at 10/5/2005 1:41:31 PM
I have a .NET 1.1, C# desktop application. In this app, there is a window wherein I use the DataGrid control to display info for the user to edit. I then grab that data (which initially comes from an accumulator table) and call a stored procedure that places this data in a different table. ...more >>

DataGrid AddRow during ItemDataBound
Posted by TB at 10/5/2005 10:14:02 AM
Relatively new to .NET so please bear with me... I'm making an ASP.NET web application and am using VB to code. I'll try to set the stage here... The class and property names are generic to make the question simpler. First off, I've got three classes: Class MyItem Public Name As String...more >>

CDO mail
Posted by Mark at 10/5/2005 9:03:09 AM
i am able to successfully use CDO to sent mail to anyone (in network and out of network) using an application on a windows 2000 machine with outlook. when i copy the app to a windows 2003 machine, the application only sends mail to in network folks. when i use an out of network recipient addre...more >>



Customised SQL query report
Posted by dan_williams NO[at]SPAM newcross-nursing.com at 10/5/2005 8:59:53 AM
I am attempting to create a ASP.NET report whereby users can specify which columns they wish to be able to view depending on the options they select from a CheckBoxList. I have 4 tables, ClientGroups, Clients, Bookings & Depts. ClientGroups Clients Bookings -----------...more >>

Are events threaded by default?
Posted by JSheble at 10/5/2005 8:34:54 AM
Say I have two seperate timers in my app (it's strictly an example, I don't really...) and each of the timer events calls the same method of the form's class. Will these interfere with each other at all? Will they run as if they're threaded? Example: private void timer1_Tick(object...more >>


DevelopmentNow Blog