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 > july 2004 > threads for tuesday july 27

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

Populate DataTable column from another DataTable Column
Posted by Job Lot at 7/27/2004 11:51:04 PM
My DataGrid is bound to a datatable named “dtClient” with following columns Date, BalanceCF, Income, Expenses, Withdrawls and BalanceCF. BalanceCF is an expression column. The column Withdrawals does not hold any values initial. I want to populate Withdrawal column using values from anothe...more >>


globalization problem
Posted by francois at 7/27/2004 6:22:51 PM
hi, I have an ASP.NET application with a piece of code that looks like this: (it is a VB.NET snippet) Thread.CurrentThread.CurrentCulture = New CultureInfo(Session.Item("Culture").ToString) Thread.CurrentThread.CurrentUICulture = New CultureInfo(Session.Item("Culture").ToString) Dim cul...more >>

binary compatibility support for .NET assembly
Posted by someone at 7/27/2004 6:16:38 PM
Suppose that I have a class in an assembly that is delivered to the user, what can I do to change the class so that it doesn't break the binary compatibility? That is, user application can run with recompiling and relinking. I know that if I define an interface, and only expose the interface ...more >>

OracleClient.OracleDataReader dataGrid
Posted by JM at 7/27/2004 6:10:05 PM
Is there a way to load a DataGrid using an OracleClient.OracleDataReader? I've seen code where a SqlDataReader is used, but I get an error when trying to use an OracleDataReader. ...more >>

Fully Trust a Visual C++.NET DLL under Win XP professional does not work
Posted by QINGFENG DUAN at 7/27/2004 4:40:49 PM
I have a Visual C++.NET DLL, which statically links to a C lib and is used in a windows user control written in C#. This windows user control will be hosted in IE. To do so, I have to Fully Trust these .NET dlls (windows user control and VC++.net dll) using .NET framework configuration wiza...more >>

Is there an equivalent in .NET?
Posted by ThunderMusic at 7/27/2004 1:04:33 PM
Hi, I have developed over the years a software designed like this: A UI in VB displays informations contained in a ATL COM DLL. This ATL COM DLL scan a folder on the HD to find standart DLLs with the good interfaces in order to load them and call the code within. The dlls do all the hard ...more >>

Force garbage collection on a process
Posted by Ganesh at 7/27/2004 11:44:18 AM
Is there a utility by microsoft (or anyone) to force garbage collection in a process without have access to the process code. regards Ganesh ...more >>

Searching Engines
Posted by Bixenshpaner Moshe at 7/27/2004 10:37:02 AM
Hi, I'm trying to develop such a program that will search for a certain value in Google and that will present the first page of its results. Can anyone please help me with it? ThanX, Moshe....more >>



.NET calls .dll which can't find .ini ?
Posted by Bob Morrow at 7/27/2004 10:04:21 AM
Frustrating problem. I have a .dll [created in VB6] that is called by all the .NET programs that we are developing. The dll reads an .ini file to determine if it should fill a data dictionary from the development or production SQL Server. If no .ini is found it defaults to production. I rec...more >>

Convert DOS Cyrillic text to Unicode
Posted by Nikolay Petrov at 7/27/2004 9:44:13 AM
How can I convert DOS cyrillic text to Unicode ...more >>

Using VB.Net or C#, utilizing the clipboard object, how to copy an MS Excel graphic from the clipboard to an image control and obtain its source refer
Posted by TC at 7/27/2004 9:39:21 AM
Hello, Here is what I'm trying to do: -- Make sure both MS Excel and MS Word are running -- Create an Excel chart -- Save the Excel file -- Copy the Excel chart onto the clipboard using Ctrl + C -- Go to Word and look under Edit > Paste Special -- Note there is a source reference and an o...more >>

Record not being deleted in dbase, even tho the display on datagrid is deleted..
Posted by springb2k NO[at]SPAM yahoo.com at 7/27/2004 9:17:22 AM
IN my code behind .vb page for a delete records script (this also does a deletion confirmation with a javascript popup, this gets called on my front .aspx page with the datagrid), I'm not sure if he row.delete() in my Delete_Row sub is correct because when deleting a record from the dbase, it do...more >>

How to obtain the Network name of the client using Remoting?
Posted by José Joye at 7/27/2004 7:46:36 AM
Hello, What is the way to get the Network name of the client using remoting a NT Service exposes? Thanks, José ...more >>

How can I verify which framework my asp.net application is using
Posted by Craig at 7/27/2004 6:35:36 AM
How can I verify which framework my asp.net application is using? Thanks ...more >>

How to get the free disk space oon the server
Posted by Anna at 7/27/2004 3:33:06 AM
Hello I am trying to get the free disk space on the server The "GetDiskSpace" function from: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vbcode/html/vbtskCodeFindingAmountOfDiskSpaceAvailableVisualBasic.as works only for the local computer How to get it from the remote...more >>

How to avoid Internet Explorer proxy settings causing Remoting problem?
Posted by harry at 7/27/2004 2:30:05 AM
Hi, I have a program that runs on multiple client pc's. Occasionally one or more of those pc's use VPN to connect to another corporate network. When using VPN they need to set proxy server in Internet Explorer connection settings (proxy:8080). However, as soon as this setting is enabled, the r...more >>

Application as NT service
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 7/27/2004 2:03:39 AM
Hi all i want to install my exe as a service. I developed my exe in vb.net So i need code in .net to convert any exe into service. In short i want to install my application as nt service. Can someone help me Thanks in advance...more >>

Newbie question....
Posted by Jim Hubbard at 7/27/2004 12:20:21 AM
Can you create a C++ app that doesn't require the .Net runtimes using C++ ..Net? ...more >>


DevelopmentNow Blog