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 > june 2005 > threads for thursday june 30

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

Compress Image
Posted by Edward at 6/30/2005 11:11:03 PM
Thanks to Bob Powel (http://www.bobpowell.net/onebit.htm) I'm able to compress an image. However, this method takes a long time to compress an image. Does anyone know a quicker way? (The images I have to compress are already in black and white). Code used: Bitmap bmpOrig = (System.Drawi...more >>


Sample Database projects
Posted by prabhu at 6/30/2005 10:14:01 PM
Hi all, I am new to .net 2003 and learning fast. we are planning to do our coming projects using .net 2003 and sqlserver 2000. but i feel the coding is different when compared to vb. I am not getting any idea like how to start with datbase programming. Pls help me to find some sample d...more >>

ebooks for vb.net 2003
Posted by prabhu at 6/30/2005 10:06:05 PM
Hi all, For all these i am a vb programmer and now our company is planning to go with vb.net and sqlserver 2000. Pls suggest me some good ebooks for beginners and as an advanced programming for vb.net and sqlserver 2000 Thanks in advance.... ...more >>

LNK 1104 error with glut32.lib
Posted by Mike at 6/30/2005 4:45:02 PM
I'm trying to recover MSVC.net to a new laptop to run an open source flight simulation program and have suceeded in building the required plib and simgear projects. I am nearing completion and have recieved the LNK 1104 error, "cannot find glut32.lib" file. when the file is actually located i...more >>

Keep an ADO Connection open
Posted by jabailo NO[at]SPAM texeme.com at 6/30/2005 12:33:07 PM
I created a web method to insert data on a DB2 database. It runs well, except every time I call it, it opens and closes the ADO connection. I think it would run faster, since I send it hundreds of records, if I could just keep a connection open at the point the web service starts up an...more >>

Automatically 'Switch to code view' ?
Posted by jabailo NO[at]SPAM texeme.com at 6/30/2005 10:28:20 AM
For web services, is there a way to have VS.NET '03 automatically 'switch to code view' when clicking on a asmx file in the solution....more >>

VS.NET 2003 and IIS
Posted by DougW2004 at 6/30/2005 10:21:06 AM
We have two (2) workstations and one (1) server. All are running Windows 2000 Professional (not "Server"). Have NOT loaded Visual SourceSafe Server yet, but intend to. Loaded VS.NET and IIS on the server. (Note: I realize that I didn't have to install VS.NET *on* the server, but I wanted the...more >>

VS.NET 2003 and IIS
Posted by Doug at 6/30/2005 10:02:02 AM
We have two (2) workstations and one (1) server. All are running Windows 2000 Professional (not "Server"). Have NOT loaded Visual SourceSafe Server yet, but intend to. Loaded VS.NET and IIS on the server. (Note: I realize that I didn't have to install VS.NET *on* the server, but I wanted the...more >>



Can an event state be serialized
Posted by jabailo NO[at]SPAM texeme.com at 6/30/2005 8:56:01 AM
Suppose I have a windows service, with a FileWatcher class. A file appears, and an event is raised -- but then the server is rebooted or crashes. When the server is rebooted, I want that event state to be where it was. So, can an event be serialized? And can it then be 're-raised' on...more >>

Can a web service be 'cached' ?
Posted by jabailo NO[at]SPAM texeme.com at 6/30/2005 8:19:54 AM
I build a system where a Windows service iterates through a file and sends each line in the file as a record to a database, by calling a web service asynchronously. It runs on a w2k server. What I notice is: When the web service gets called, there seems to be a slowness and potential...more >>

How to format individual cells or rows of a VB.NET DataGrid?
Posted by Richard at 6/30/2005 7:58:13 AM
I know that you can format a grid and its columns using DataGridTableStyle and DataGridTextBoxColumn in VB.NET. But can you change the format of the individual rows, or even cells, to something other than the default? For instance, I have a datagrid displaying a list of products in stock. I ...more >>

CustomValidator problems.
Posted by jcpmeticulus at 6/30/2005 7:19:06 AM
Hi I've spent the last day or so debugging a problem with a CustomValidator and am now totally stumped! Basically I use a number of CustomValidator's on my page, but have cut this down now to only 2. When the page is first loaded the CustomValidator are made and the generated HTML contains ...more >>

Easy VB.Net Question
Posted by Stingray5678 at 6/30/2005 4:48:06 AM
How can you retrieve the exe name of the program? ...more >>

How to identify money datatype in ASP.Net
Posted by Sri at 6/30/2005 4:13:03 AM
In VB, to know the field type of a column stored in a recordset the command I use is If rsQuery.Fields(k).Type = adCurrency Then How will I achieve the same in ASP.net. I could not find a currency data type in asp.net and the type is idenfied as decimal. I have two fields defined in...more >>

How to find the process id of excel application in ASP.Net
Posted by Sri at 6/30/2005 3:56:01 AM
I am writing an asp.net applicaition using VB coding. In a function, I am opening an excel file with the following code, Dim objExcel As Object Dim objWorkBook As Object objExcel = CreateObject("Excel.Application") objWorkBook = objExcel.Workbooks.Open(targetfilename) * targetfilename is...more >>

general strong name question
Posted by marcel NO[at]SPAM mbcode.de at 6/30/2005 12:33:52 AM
Hi, I have written a component in c#. But when I recompile this component, all other apps which includes my component can not start correctly: An exception "System.IO.FileLoadExceptio" occurred. Only when I compiled the app (with the new version of my component) it works. Can it be because my c...more >>

Debug and break point problem - There is no source code available for the current location
Posted by aaj at 6/30/2005 12:00:00 AM
Hi all I have written a small app on my machine that I have passed on to a colleague for testing. The problem is, as soon as he steps through in debug mode and reaches try { conn.Open(); <- HERE The error message 'There is no source code available for the current location ' pops up...more >>

Help, cannot debug in visual studio.NET
Posted by CWeb NO[at]SPAM office at 6/30/2005 12:00:00 AM
Hi Guys, I got into trouble again in debugging the web service developed before. Got the error message "Unable to start debugging on the web server.", I have met this problem before and solved by information's on Microsoft support homepage. I suspect that this problem occur again is due to ...more >>

Text Services Framework
Posted by Wencheng Magiya at 6/30/2005 12:00:00 AM
Hi, Anybody know if there is a Text Services Framework sample in VB.NET or C#? Thanks, Wencheng ...more >>

Code Security Thoughts
Posted by Antony at 6/30/2005 12:00:00 AM
I am currently writing an application (VB.NET) and I was thinking about all the hype that seems to be given to security and if I should pay it any attention or not. My first thought was, nah, no need to worry about security because my app will not include WEB services, thus won't be hosted,...more >>

Resize DataGrid Control's columns - VB.NET
Posted by Tom Rahav at 6/30/2005 12:00:00 AM
Hi! My question is if it's possible to adjust DataGrid control's columns' width by code (runtime). I have a DataGrid control that displays table from dataset that contains two fields. The first one is just an ID, which is 4 digits long, while the other field is a long text field. I don't w...more >>

Urgent
Posted by Yoshitha at 6/30/2005 12:00:00 AM
HI Am trying to retrieve the cpuid of the system from web application and am geting the followng exception can anybody tell me how to solve this problem its very urgent for me i got error in the follwoing line of code Dim moc As ManagementObjectCollection = mc.GetInstances() Exceptio...more >>


DevelopmentNow Blog