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 > june 2006 > threads for wednesday june 7

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

VS 2003 breakpoint and memory error
Posted by natwar NO[at]SPAM gmail.com at 6/7/2006 6:24:45 PM
I have a very strange problem. When I set a breakpoint, I get a MEMORY error when the line is reached. The program run without any problem when I disable breakpoints. VS2003, vb .net I could not understand why I am getting this kind of error. Till very recently this was runinng ok. Could It...more >>

HOW: Finding checkbox control with a datalist control
Posted by JP at 6/7/2006 5:47:02 PM
I have images within a datalist control. Below is a checkbox control that contains the SQL ID of the image blob. When the page is post back I want to iterate though checkbox collection to get the IDs Normally you can say Request["myCheckbox"] and get all the values for those items that ...more >>

Converting File Formats (Unix to Windows)
Posted by VC at 6/7/2006 5:35:42 PM
Hi, Greetings. Not sure if this is the right forum..... In case I should visit some other forum please let me know. Does Dot.NET provide a quick method/way to convert a UNIX text file to DOS format? Cheers!!! V ...more >>

In datagrid, how do you format a date?
Posted by tomcarr1 NO[at]SPAM gmail.com at 6/7/2006 1:43:04 PM
How do I set up date formating for a column in a DataGrid Web Control? I have one column in an ASP.Net data grid that contains a date. It is showing date and time, which I don't want. I only want the date. I set up the grid using the walkthrough that uses the dataadapter, and dataconnection...more >>

Local Report with Object DataSource: BindingList in Table?
Posted by Pieter at 6/7/2006 1:31:57 PM
Hi, I'm using VB.NET 2005 with a Local Report, and I used an Object as DataSource. The problem is: this Objects contains a Generic List (MyArticles, Inherist from BindingList), which contains other objects (Articles). I want a list of these Articles to appear in a table in my report, but I...more >>

Delete Items in a DataGrid Web Server Control
Posted by tomcarr1 NO[at]SPAM gmail.com at 6/7/2006 12:01:25 PM
In this walkthrough on "Allowing Users to Delete Items in a DataGrid Web Server Control" at: ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vbcon/html/vbtskallowinguserstodeleteitemsindatagridwebcontrol.htm it leaves out some very important code. Here is what it gives you: ' Visual Basic ...more >>

Need assistance with DSO
Posted by AMDRIT at 6/7/2006 11:56:10 AM
Hi gang, this is pretty critical to me. Any help you can provide is appreciated. I have a WebBrowser control placed on a form. I am not getting the same results as I am in IE. Here is the deal, I dynamically load the HTML into the WebBrowser control, then I invoke a script that passes ...more >>

large string manipulation
Posted by douglas wittner at 6/7/2006 11:09:46 AM
morning all, can someone help me find the most efficient way of manipulating a large file. i need to replace special characters in a large file and multiple string.replace functions are causing memory errors. doug ...more >>



DataTable.ImportRow question
Posted by kempshall at 6/7/2006 11:02:41 AM
Hi, I have a question about the .NET DataTable.ImportRow method. If I import a DataRow into an empty DataTable, will the empty DataTable pick up the schema of the DataRow I'm trying to put into it? For example, I have code that looks like this: DataTable tableWithData; DataTable emptyTable...more >>

The thread '<No Name>' (0xedc) has exited with code 0 (0x0)
Posted by Charlie Brown at 6/7/2006 10:48:39 AM
The thread '<No Name>' (0xedc) has exited with code 0 (0x0) While debugging appplications, I often see this message popup in the VS output window. Although I havent specifically written any multithreading into my app, I would guess this means there is some somewhere. Can anyone offer some ...more >>

Legacy ActiveX control that uses XP Style
Posted by Dave Moran at 6/7/2006 10:16:46 AM
I'm calling an ActiveX control which uses Common controls v6.0 to display XP styles. I understand that you have to call InitCommonControls and add the following manifest to your exe. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" m...more >>

Help me find a path in .Net
Posted by BigJoey at 6/7/2006 10:00:01 AM
Hi All, Not sure if I am in the right place. In any case, I have been a Delphi guy in years past. Now I might right an app in .Net. Question is which is a free or close to free database that I can connect to from the app? Where do I get it? Thanks, BJ...more >>

Marshalling double[3] in C#
Posted by RF at 6/7/2006 9:51:03 AM
Hi, I'd have a DLL that exposes the function below. CS_cs3ll (struct cs_Csprm_ *csprm, double ll [3], double xy [3]); I would like to use DllImport in C# to call this function. The issue I have concerns the last argument because it is considered an out by the function. How can I i...more >>

.Net 2.0 replacement for scripting
Posted by rharter at 6/7/2006 9:19:01 AM
We are using Visual Scripting for Applications in one of our applications. I checked the 2005 documentation and all the interfaces we are using are obsolete. What do replace the functionality with? Can someone point me to some articles and examples on what needs to be done for VS 2005? --...more >>

Format Function Not Working with Currency
Posted by crferguson NO[at]SPAM gmail.com at 6/7/2006 8:55:07 AM
Hello all! I'm having the oddest issue trying to format a numeric string as currency without decimals. For instance... strSalary = "120000.56" strSalary = Format(strSalary, "$#,##0") 'this one returns "$#,##0" literally, no number strSalary = Format(strSalary, "C0") 'this one returns "...more >>

How to Automatically Update UI When Data Changes
Posted by Charles Law at 6/7/2006 12:00:00 AM
Here's one that should probably have the sub-heading "I'm sure I asked this once before, but ...". Two users are both looking at the same data, from a database. One user changes the data and commits it. How does the other user get the updated view without polling for changes? Is there some ...more >>

SNMP
Posted by alok sengar at 6/7/2006 12:00:00 AM
hi sir/mam, I am facing problem when i am developing a application to implement SNMP protocol using C#.net can u tell me how can i implement SNMP protocol in .net please reply me soon thanks alok sengar ...more >>


DevelopmentNow Blog