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

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

Any hints on how to do frames in ASP.Net 2.0?
Posted by Jim at 12/31/2005 10:08:47 PM
What would be cool as hell, would be a designer interface like Dreamweaver - with drag and drop elements like frames and such. Why isn't ASP.Net as easy to use as Dreamweaver. Certainly Microsoft has looked at them (if nothing more than as competition for FrontPage). What would be the rea...more >>

Error: "CallbackOnCollectedDelegate was detected"
Posted by ebj at 12/31/2005 12:27:01 AM
I get this error message from time to time in my new app: "CallbackOnCollectedDelegate was detected Message: A callback was made on a garbage collected delegate of type 'System.Windows.Forms!System.Windows.Forms.NativeMethods+WndProc::Invoke'. This may cause application crashes, corruption a...more >>

Problem in Reading TEXT files using OLEDB
Posted by svijay at 12/30/2005 8:59:59 PM
hi I have got a strange problem. May I know any solution for this. Here is the detailed description about the problem We have got a mainframe system and also production and developmen server. There was an application in the production server since 3 years and wa working fine. Recenl...more >>

unmanaged arrays... how to?
Posted by ThunderMusic at 12/30/2005 4:15:46 PM
Hi, I need to use unmanaged arrays but I don't know how to use them. How do I initialize it? I've seen Marshal.AllocHGlobal(int). is it the right way of doing it? How do I write in it? do I have to use Marshal.WriteByte and write what I have to write byte by byte (what I need is an array ...more >>

Md5 checksum problem
Posted by SpamAccountForMe NO[at]SPAM gmail.com at 12/30/2005 3:53:22 PM
I'm not sure where to post this.... We have a program written in Visual C++.net. When it starts, it verifies that it is loading the correct files by running a MD5 checksum on the resources directory. We have a small percentage of users who get an error that the checksums don't match the ex...more >>

Urgent! Checking RAS connection status (dialup and VPN)
Posted by den 2005 at 12/30/2005 3:28:02 PM
Hi everybody, How do you monitor the connection if it is still open or close for a dial up and internet RAS connection? I used both dialup and vpn RAS. The dialup is for modem connection and vpn ras is for remote internet connection. What methods to use and how to use them? I used RASDial a...more >>

Easy SQL Question
Posted by Ryan Smith at 12/30/2005 1:40:02 PM
I can't get past this - I am inserting a record into a db and I keep getting the same SQL SYNTAX ERROR MESSAGE. Below is the statement i am using with test data. All fields in the database are text fields with no restrictions. Syntax error in INSERT INTO statement. INSERT INTO Student(FI...more >>

Problem with Crystal Reports for Visual Studio 2005
Posted by Noble Bell at 12/30/2005 1:18:02 PM
Here is what is going on: 1) I create a Crystal embedded report (Windows Forms Application) and I follow all the help to the letter on how to do this. 2) On my development machine every thing works fine. 3) When I deploy the application to a users machine the reports will not display an...more >>



Stupid Question: licenses to Visual Studio 2005 Professional Edition
Posted by antjudy01 NO[at]SPAM yahoo.com at 12/30/2005 11:25:59 AM
Hi, I was thinking about joining the MSFT Empower program which includes "5 licenses to Visual Studio 2005 Professional Edition". My question is how do I get the media to actually install the Visual Studo product? The Empower program comes with all sorts of licenses to different products...more >>

.NET Lookup Algorithm: Which is fastest?
Posted by The One We Call 'Dave' at 12/30/2005 10:21:00 AM
I have a list of DateTime objects stored in a collection: SortedList<DateTime,Object> MyDates=new SortedList<DateTime,Object>(); The dates, which can be accessed via MyDates.Keys, are stored in ascending order. What is the fastest way to find the MAXIMUM date within 'MyDates' which is LESS...more >>

Portable .NET
Posted by John A. Bailo at 12/30/2005 9:39:42 AM
How much of a transition is it to port a desktop .net smart client to a PDA? ...more >>

out-of-process possibilities
Posted by Jeff Beem at 12/30/2005 9:13:28 AM
My company uses a 3rd party ActiveX control that has presented us with a number of memory corruption issues The control is critical to our application and the provider of the control is very slow in fixing issues. To combat the problem we started hosting their control in an ActiveX EXE so ...more >>

User Control - GotFocus - LostFocus
Posted by avinashraj NO[at]SPAM gmail.com at 12/30/2005 9:06:05 AM
Hello, I work with a third party control that provides the ability to load within it Winforms controls and providing a multi document interface such as the one in the VS.Net IDE. I find that adding a handler to the user control's got and lost focus works when the user control does not have ...more >>

Querying a DataSet/DataTable in .NET
Posted by Ty Salistean at 12/30/2005 7:50:02 AM
I think it would be nice if we could have a SQL engine available on the client side. I primarily do Windows Forms programming and it seems that I have to make alot of calls accross the wire to manipulate data for display purposes. I am a FoxPro guy but I have been in .NET for 1 year now. ...more >>

Why Microsoft Why???
Posted by Conrad at 12/30/2005 5:14:07 AM
Why has Microsoft turned it's back on ASP developers? .Net makes it extremely difficult to * Post to another page * Make a side navigation menu * Conditional formatting of a table based on a dataset * Upgrade ASP to ASP.Net Why would they do this? I am seriously considering jumping...more >>

Source code counting
Posted by Tom Rahav at 12/29/2005 11:36:47 PM
Hello, Is there any way to count source code lines within a .NET 2005/2003 solution files? Thakns! Tom. ...more >>

acmStreamOpen always fails with MMSYSERR_INVALFLAG Why?
Posted by ThunderMusic at 12/29/2005 10:33:56 PM
Hi, I'm trying to use the acm APIs in VB.NET. acmStreamOpen always returns MMSYSERR_INVALFLAG. Here's how I use it : declaration is : Declare Auto Function acmStreamOpen Lib "MsAcm32.dll" (ByRef phas As IntPtr, ByVal had As Long, ByRef pwfxSrc As MPEGLAYER3WAVEFORMAT, ByRef pm_wfxDst As ...more >>

System.Timers.Timer
Posted by cntams NO[at]SPAM gmail.com at 12/29/2005 8:59:54 PM
All, I have a Windows Service and it has one System.Timers.Timer that fires every 500 milliseconds. Now I have noticed that there's a bug in System.Timers.Timer when it's being used combined with Windows Service. That is, the Timer won't fire again once it's stopped (Timer.Stop() or Timer....more >>

.NET 2005, any thoughts ?
Posted by PawelSokolowski at 12/29/2005 8:02:33 PM
Hi all, I have switched from VC 6.0 to .NET 2003 about 6 months ago. I regret it every day since. It's uncomfortable, it breaks all habits from VC6.0 (Class Wizard, I will miss you forever). It's buggy, I am never sure what's going to happen, especially in resource editor. It produces some ...more >>

Keypress event
Posted by Kay at 12/29/2005 4:20:35 PM
Hi all, I want to create a small function to monitor the keystroke. For example, if user key in a comma, I want to replace it with a single quote(etc)... In vb6 I an simply check the KeyAscii in the keypress event and re-assign the value to it, however how do I achieve this result in .net...more >>

Dynamic Parsing of a stream of binary data
Posted by Michael Kolias at 12/29/2005 12:02:20 PM
Hello everyone and happy holidays! I have a situation where I want to parse on the fly a stream of binary data. I am developing an httpmodule for asp.net for file uploading. I do not whant to use the built-in control because it's inadequate. In theory I would use a que and feed data as it ...more >>

How can i disable Settings written to the app.config?
Posted by Nuno at 12/29/2005 11:49:02 AM
At first, I was trying to encrypt ConnectionStrings in my app.config and still be able to modify my datasets. So, i had to modify the Settings.Designer.cs file to handle the decryption aspect in the GET properties. This works great to run the application but there are two problems with it wh...more >>

Who Deleted That File?
Posted by Jeff Grundy at 12/29/2005 11:06:02 AM
Is there a way to log the domain username of a user who deletes a file from a network share? -- Jeff...more >>

What is the point of including obsolete documentation?
Posted by guy at 12/29/2005 10:13:02 AM
What is the point of including obsolete documentation? why, in studio 2005, if i search help on Start Page do i get topics on configuring the Visual studio start page (2003) and also the same for 2002 but not 2005? (it is there much further down) i didnt spot the 2003 at the end of of the firs...more >>

Is the Windows Registry localized?
Posted by Mark Findlay at 12/29/2005 9:57:24 AM
When programming reads of the Windows Registry, do the registry keys and values need to be localized for international use? For example, do I need to convert the key name L"\\Software\\Microsoft\\Windows" into Japanese, Korean, etc., for use in those markets? Thanks experts! ...more >>

DataGrid
Posted by nkingcade at 12/29/2005 8:41:41 AM
Question: I am attempting to display database information in a datagrid control. When I use the datagrid control in the Windows Forms area, the "data source" and data member properties are not native to the control. I believe they should be? However, they can be found in the "advanced" area i...more >>

VB6 and VS .NET 2005 problem
Posted by Igor at 12/29/2005 5:46:05 AM
Hi everyone! I have a problem with calling .NET assembly dll function from VB6 program. I created an assembly in Visual studio .Net 2003 with framework v1.1.4322 installed, exported type library, processed registration for assembly and got reference to it from Visual Basic 6. The created V...more >>

Conversion of VC++ ATL COM to .Net web service
Posted by Prashant at 12/29/2005 2:52:02 AM
We have an ATL COM server developed with VC++ 6.0 which acts a a server . Then we have VB6 modules Acting as clients and interfacing with the server . We want to migrate the ATL COM server to .Net platform and host it as a web service . The client modules are can then be redevelope...more >>

Document identification
Posted by suresh at 12/29/2005 2:40:04 AM
Hello to you all In my .Net application, I want to import document images (Tiff images), having same format, in a batch, For e.g. I have a document folder containing mixed images like 'Participant Registration forms', 'Team Registration Forms', 'Event Details', etc. I want to process ...more >>

How to use MS Project in a .net application
Posted by Anusha at 12/29/2005 1:20:02 AM
I want to know whether it is possible to use MS Project in a .Net Application. And what are the ways to be followed to incorporate in .Net Application. We are using Microsoft .Net Framework 1.0 and sybase 12.5. if anybody know about this give me suggestions -- Anusha...more >>

deleting IE history using VB.Net
Posted by Ted at 12/28/2005 8:36:02 PM
is there an example of how one would go about selectively deleting items in IE's history based on URL names using VB.NET? i have checked every resource i know and come up short. ...more >>

accessing web application using no-ip.com
Posted by Mohan at 12/28/2005 4:06:07 PM
Hi, I am having difficulty accessing my web application over the internet. I dont have any problem when I connect using localhost. I have created an account with no-ip.com. The web site is accessible thru port 6000. Since my machine is behind a router, I am using port forwarding to route everyt...more >>

Resizing gif down. Quality suffers.
Posted by engwar at 12/28/2005 1:01:06 PM
I'm writing some file upload code using C# for users on my website. If the image is too large I want to resize it smaller to a thumbnail size. It's working fine for jpegs but the thumbnails of the gifs look pretty bad. I assume it's something to do with the color palette. I don't know a whole...more >>

No ping on connection - reconnect
Posted by John at 12/28/2005 11:46:21 AM
When I ping my server over the internet connection and the server isn't responding due to the connection not working properly is it possible in .Net to reconnect the connection if the ping is unsuccesful? Thanks. ...more >>

gridview.sort crashes my server
Posted by John Brahy at 12/28/2005 10:26:02 AM
When I create a gridview in code and use these as my event handlers my server crashes. Can anyone point me in the right direction? protected void gridview_OnSorting(Object sender, GridViewSortEventArgs e) { gridView.Sort(e.SortExpression, e.SortDirection); } protected vo...more >>

Installing .NET 2.0 on Win2k machine
Posted by mike2036 at 12/28/2005 9:06:03 AM
When I install .NET 2.0 on a Win2k machine, I'm not seeing the configuration MMC in the control panel. I do see it when I install on WinXP and I see it when I install the beta? Anybody else having this problem? Is this a bug or is configuration done elsewhere? Thanks. -Mike ...more >>

Z-Order: How to determine and then persist?
Posted by Jules Winfield at 12/28/2005 8:43:44 AM
I've developed a WinForms application that allows users to create a number of child forms within a larger parent form. The child forms can be dragged around within the bounds of the parent. They can also be resized. When the user closes the application, I want the size and position of the c...more >>

count dynamic controls
Posted by novus at 12/28/2005 8:30:02 AM
Hi, In ASP.net 2.0 I make a control which add the same controls dynamically. In the oninit event I add the controls to the controls collection. After that the loadviewstate event fills in the information on postbacks. The control can add and delete controls that is why on the postback I don...more >>

System.Reflection.Assembly.GetExecutingAssembly()
Posted by Patrick at 12/28/2005 8:05:03 AM
Has been trying to get an ASP.NET DLL's modification date/time for the "release date/time" to be displayed on the page's footer Using: System.Reflection.Assembly asm=System.Reflection.Assembly.GetExecutingAssembly(); appVer = asm.GetName().Version.ToString(); // get the locat...more >>

Threading in .NET
Posted by sonali_reddy123 NO[at]SPAM yahoo.com at 12/28/2005 5:45:08 AM
Hi all, I have a problem regarding the threading issues in .NET. Actually I have a application in which i execute a process by invoking the thread in the background and at the same time I want to display a modal dialog which will only block my UI. It doesn't have to do anything with my thread...more >>

Help with .NET and Remote Desktop
Posted by Kevin Boyle at 12/27/2005 11:52:21 PM
Hello all, Does anyone have any tutorials on interfacing .NET and remote desktop. I am just learning C# so I don't want to have to deal with anything too complicated and was hoping there were some good tutorials on the remote desktop client and RDP in general. The kind of thing i am talk...more >>

Convert Byte to Bit Pattern
Posted by Tedmond at 12/27/2005 11:39:02 PM
Can anyone tell me how to convert a byte to bit pattern? e.g. Byte b = 1; after conversion = 00000001 Tedmond ...more >>

How to add elements (files) to solution explorer by link
Posted by Yuri O at 12/27/2005 9:36:56 PM
Hi Sorry about silly question but i cannot share 1 file folder among 2 projects within single solution so it would appear by reference (as link) without to be copied into each project (in order to avoid duplication). Thanks Yuri ...more >>

Convert seconds to 00:00:00 (HH:MM:SS) format. Please help
Posted by Michael Barrido at 12/27/2005 6:57:01 PM
I have this for example: Dim iSeconds as int32 = 3600 '3600 seconds is one hour How do i convert it to "01:00:00" ? Please help. Thanks in advance! ...more >>

Docking and overlappping onrols
Posted by css at 12/27/2005 5:45:02 PM
I had placed three controls on a UserControl and had them all perfectly docked together filling up the UserControl. I needed to add a fourth controls docked to the top. So I dropped it on the UserControl, changed the new control to Dock = top and changed the taborder of all the other contr...more >>

A question for those experienced in project managmement . . .
Posted by ChrisB at 12/27/2005 12:27:38 PM
Hello: I am in involved in the creation of a .NET application and was wondering if there are any "rules of thumb" in terms of the percentage of time typically required for each step in the development process? Are there any good websites that discuss these types of issues? We have logic...more >>

need recommendation on a .net reporting tool
Posted by Jay at 12/27/2005 10:18:00 AM
I need to develop reports for internet users accessing my aspx (2005) pages hitting sql server 2005. I originally developed them in Crystal Reports but now I have learned that asp.net hosting providers do not support Crystal due to high licensing costs. Can you please recommend an alternativ...more >>

Regarding usercontrol in .NET
Posted by sonali_reddy123 NO[at]SPAM yahoo.com at 12/27/2005 7:03:06 AM
Hi all, I have a problem regarding use of a usercontrol in .NET. My usercontrol consists of two listviews which I say as source and destination lisviews which contains the files and folders. I select files from source view and transfer it to the destination view.The problem arises while dis...more >>

Share Single Session between different .net Solutions
Posted by Rommellion at 12/27/2005 1:17:14 AM
We have 5 to 6 projects .net running on production, in which each one has its own virtual direstory, however we need to add up two more and link them all together so they can share same single session state. we are doing this for some Authentication and Role identification purposes. We dont wan...more >>

Downloading a text file from a Web Server
Posted by Rob at 12/26/2005 10:10:19 PM
I would like to download a text file on a web server, and use the contents of the file as data input. The file can theoretically be accessed from internet explorer using the address http://home.att.net/~rs_abq/GetText.txt Also, I have not as yet accessed the file using FTP protocol and feel t...more >>


DevelopmentNow Blog