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 > january 2004 > threads for tuesday january 13

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

Difference between Debug & Release
Posted by codymanix at 1/13/2004 10:53:36 PM
What are the Differences between Debug & Release? Is the byte code the same and there is only difference in JIT compilation? And is there a great impact to Performance? In c++, there where checks in generated code that verified in debug mode that objects are valid, checks to verify the integri...more >>


Inheritance and Array's
Posted by Derek at 1/13/2004 9:58:21 PM
Hello...Maybe I am not understanding how object arrays are created - but this problem has bothered me for some time now - Take a quick look at the code and then my 'problem' below: #CODE# Public Class CustomerInfo Dim _billto() As BillTo Public Overloads ReadOnly Property Billing()...more >>

How can I kill a process by using C#.NET Application?
Posted by Thomas Chan at 1/13/2004 8:59:42 PM
I have an application that need to launch acrobat reader. But before I open acrobat reader, I want to check there is any existing acrobat reader opening and kill them first. What can I do? Can anyone kindly sugguest some idea? Thanks *** Sent via Developersdex http://www.developersdex.com *...more >>

MDI Child Question
Posted by Steve Peterson at 1/13/2004 8:04:52 PM
Hello Just a quick question.. I have a MDI app that allows the user to open several child forms.. Nothing special. However, what I would like to know is how to prevent a user for opening the same form twice. I don't want to use the myfrm.ShowDialog method, but rather be able to check & see if ...more >>

Please Help : .NET 1.1 Runtime can't install on a IBM MicroDrive HD ??? (Removable HD)
Posted by cliffliao NO[at]SPAM programmer.net at 1/13/2004 7:40:20 PM
Hi all, I am trying to install the .NET framework 1.1 runtime package on Windows 2000 SP4. While the installation starts well, I get the following message box during the installation process : Please insert the disk : Microsoft .NET Framework (English) : OK Cancel Pressing the OK but...more >>

Cristal reports problem
Posted by Demian at 1/13/2004 7:34:45 PM
I've made a report with Cristal wich I use in a webform and it worked great but when I made the copy to the production server it didn't work. Does anybody know wich could be the problem? ...more >>

Folder Permissions
Posted by Marcelo López at 1/13/2004 5:37:09 PM
How can i asign permissions for an existing group to a particular folder only (so that no one else besides the group members could read, write or delete the files contained in the selected folder) programatically with c# or by command line using a .bat ?? regards Marcelo López Infocorp Ur...more >>

.Net minimum Hardware requirements.
Posted by fred at 1/13/2004 5:15:49 PM
I came across this link on the MS site as a refrence for the hardware requirements for .NET Enterprise Architect. Are MS Smoking Something, I have been developing in .Net for a while and I honestly cant see how such under-specked hardware can be used. Anyone know where I can get a REAL WORLD ref...more >>



Visual Studio Trial - need input!
Posted by Gary Morris at 1/13/2004 4:51:28 PM
Hello all, I was considering ordering the 60 day trial of VS.NET, then I saw the specs for install which stated a Pentium II class machine @ 450 Mhz. I meet all of the other requirements with ease, but mine is a PII-400, so I am now wondering if this is just a recommendation, or if the insta...more >>

C# Syntax
Posted by Douglas Gage at 1/13/2004 4:34:27 PM
How can I do this in one line foreach((string answer in myansList) && (string qKey in qKeyList)) { //do something } Thanks ...more >>

isnumeric equivilent in .net
Posted by Doug at 1/13/2004 3:44:50 PM
Is there a simple way to accomplish the following without importing vb6 into a .net project? If IsNumeric(txtTextBox1.Text) Then.......more >>

ToolTips Disappeared
Posted by Jacky Luk at 1/13/2004 3:04:32 PM
The tooltips when appeared on rollover a variable name or an expression have gone away. Does anyone know where to get them back? Thanks Jack ...more >>

Accessing com lines in .NET
Posted by Ross at 1/13/2004 2:36:14 PM
Is there a simple way to access the serial RS232 ports com1: and com2: without using mscomm32.ocx (i.e. is there a file stream within .NET) I've being going through the documentation and can't get any hits on anything reasonable (like com1, rs232, com ports). .NET has intrinsic support f...more >>

how can i use c# dll with namespace in c++
Posted by SDec at 1/13/2004 2:22:27 PM
Hi i have this error with this code: An unhandled exception of type 'System.IO.FileNotFoundException' please help.... //--------------------------- #include "stdafx.h" #using <mscorlib.dll> #using <system.dll> using namespace System; #using <TestDLL.dll> using namespace Ing; int _tmain(...more >>

Left Hand Menu Used in MSDN
Posted by Erik Jensen at 1/13/2004 2:03:00 PM
Is the webcontrol used to drive msdn and other microsoft content available as a downloadable webcontrol for ActiveX or .NET? Or has anyone seen user versions on codeproject or the like? Erik...more >>

Web serveces?
Posted by news.online.no at 1/13/2004 1:57:00 PM
Hello Is it a part of the Web servece standard that the web servece always wil return a spesification file? (the Service1.wsdl) We have a company that are ofering a web service to us, but I can't connect to it with Visual Studio.net becace it does not return the wsdl file at its URL Is it...more >>

.Net service database problem
Posted by Andreas Hoetker at 1/13/2004 1:34:41 PM
Hi I'm currently developing a simple VB.NET Windows Service that shall receive files (including data) as an input and write these data into a Access database. For this, I use the OleDbCommand and - Database objects, provided by the framework, and the follwing functions: OleDbCommand.Exe...more >>

mdi and splash screen
Posted by freddy at 1/13/2004 1:16:57 PM
I want to have a splash screen come up before the app. loads, I am using mdi...more >>

Active Directory and ADO.NET
Posted by Matt at 1/13/2004 1:06:13 PM
Does anyone have an example of querying Active Directory using ADO.NET from C#? I am trying to populate a DataTable with first name, last name and email address but whenever I try to do this using DirectoryServices I get an error "Object reference not set to an instance of an object". Co...more >>

DataTable.AcceptChanges
Posted by Allan Bredahl at 1/13/2004 12:59:29 PM
Hi All I have a problem with getting a DataTable to submit changes back to the database when calling AcceptChanges. What I do is simplyfied this : 1) I set up a SqlDataAdapter with SelectCommand, InsertCommand, UpdateCommand and DeleteCommand pointing to each a stored procedure. Di...more >>

Custom Exceptions with Web Services
Posted by Chris Dunaway at 1/13/2004 12:26:33 PM
I'm creating a Web service and a Windows Forms application to consume it. My question is about throwing a custom exception inside the WebService. Can that be done, and can the custom web service be handled in the Windows Forms app? For example, suppose in my WebService, I have the following ex...more >>

Export data from grid to Excel
Posted by Deva at 1/13/2004 12:22:18 PM
Hello All, Is it possible to export data directly from MSH Flexgrid to MS Excel? There is some problem in exporting data from HFlex grid populated with Hierarchical recordset.This recordset is created by using Shape..Append commands.The Hierarchical recordset has parent -child and grandchild hi...more >>

How to encrypt to xxxx-xxxx-xxxx-xxxx
Posted by Henke at 1/13/2004 12:18:19 PM
Hi! Are there any built in classes (or methods) in the framework that can encrypt to some simple string like the one you enter when registring an Microsoft application (xxxx-xxx-xxxx-xxxx)? I have tried using i.e. DESCryptoServiceProvider (and other) and ConvertToBase64String but these string...more >>

adding values to a Datagrid
Posted by Tonya at 1/13/2004 11:48:23 AM
Hi All, I wanted to ask how i can add values from textboxes etc into a specific coloumn and row of a datagrid. I.e does the datagrid have coordinates that i can refernce when i want to add values. e.g if i want to add a value to the second row and second column do i write coordinates su...more >>

DLL
Posted by AM at 1/13/2004 11:22:44 AM
Hi.I have a problem. I wrote a DLL File for myProgram that is very important for me but I Lost the source code of my DLL how can I reach the source code of my DLL from the DLL File. Please help me. ...more >>

How to use Jscript with VB
Posted by Stephen at 1/13/2004 10:49:52 AM
I am working on a web form that requires me to open a new window. I can do it with just embedding the jscript in the html but is there a way to do by embedding the jscript in the code-behind with the vb code....more >>

How to get contents out of datagrid
Posted by Douglas Gage at 1/13/2004 10:22:07 AM
I want to know hot to get contents out of datagrid ...more >>

how do i manage my form instances
Posted by Tonya at 1/13/2004 10:22:03 AM
Hi, Does anyone have any example of how i can manage forms in my application?? I want to be able to reference my form instances that are currently open from other forms. why cant i open and close forms as easily as in VB6?? i.e if i have formHomepage open and i click on a link to o...more >>

printing blanks??
Posted by rahkim NO[at]SPAM hotmail.com at 1/13/2004 10:07:47 AM
This probably sounds very strange, but Ive racked my brain for some solution. I have an asp.net page that renders some basic html tables. When I print the page, a 2"x2" block in the upper left corner appears to be white, as if something was blocking the underlying table from printing. It lo...more >>

Recommend Modeling Software
Posted by Todd S at 1/13/2004 9:29:51 AM
Can anyone recommend modeling software? The company is using VS.NET for Enterprise Developers, and Visio for Enterprise Architects is only compatible with VS.NET for Enterprise Architects. I mainly want the software to create class diagrams. Thanks, Todd...more >>

private variable vs. actual property in a class module?
Posted by SteveS at 1/13/2004 9:17:03 AM
What's the difference in using the private variable as opposed to the actual property in a class module? Which is better or more efficient? ( LoginObject.Save (_loginName) or LoginObject.Save (me.LoginName) FOR EXAMPLE: Class MyClass Private _loginName As String Public Property Log...more >>

winform timers
Posted by Michael Huslig at 1/13/2004 8:52:35 AM
I have a C++.net user control which has two winform timers in it. When the 'poll' timer ticks, it stops itself, sends out a poll, and starts a 'retry' timer. When the response to the poll (or an independant response) is received, the poll timer and retry timer are stopped and the poll timer is ...more >>

versioning
Posted by dado.bendavid NO[at]SPAM kla-tencor.com at 1/13/2004 8:16:51 AM
i need to add custom data to the version tab of the dll (in the property pages). in vs 6 i linked to an rc file that contained the needed info (name value pairs) and the build automatically inserted the info. in c# i tried to add custom attributes (for the assembly) but that didn't work. ...more >>

ASP.NET events firing twice
Posted by Kory Pukash at 1/13/2004 8:06:01 AM
I have an asp.net(2003) form that uses web server controls event architecture. The form has edit, cancel, save, delete buttons on it. When the delete button is clicked the following events fire. PageLoad btnDelete_Click PageLoad btnDelete_Click One of the other buttons executes it's c...more >>

Concurrency problem using Unmanged code (COM+ dll)
Posted by s_patil NO[at]SPAM hotmail.com at 1/13/2004 7:28:44 AM
Hi, I am calling COM + dll from VB.net class. When two clients invoke same method of com+ dll concurrently both client requests fail. COM + dll is insatlled in Library package. I got same problem when when I changed packaege from Library to server. Any idea how to resolve this? A...more >>

Datagrid buttons
Posted by Lina at 1/13/2004 6:07:28 AM
Hi, Can anyone tell me if it is possible to add link buttons to a datagrid that has its source set to a datatable that i have created? i.e i want the user to be able to select a room from various comboboxes and textboxes on my form. when they are satisfied they press OK. the row is then ...more >>

VS.Net 2002
Posted by Kevin at 1/13/2004 5:37:30 AM
I have a chance to get a good deal on VS.NET 2002 Professional and hopefully somebody can answer a couple of questions i have on it. 1) It says according to MS it supports Visual C++ .NET. Am i correct in assuming this is C#? 2) Is this IDE a viable platform to create C# and asp.net ap...more >>

Copy - Paste - Cut commands using VS.NET
Posted by ASUStudent at 1/13/2004 5:19:39 AM
Hello, I am new to programming and I am taking a class on programming this semester. I am writing a program but I cannot seem to find out how to copy/paste/cut code to add so that the text from any of my textboxes can be cut/copied/pasted to the clipboard. Any help would be extremely u...more >>

Fill() problem in VS .NET 2003 in Windows application C# with SQL Server
Posted by Auto at 1/13/2004 4:32:32 AM
I starting to use Visual Studio .NET 2003 creating C# Windows application with SQL Server and I get problem with method Fill() for which when running ends with System Error even with the most simple cases which I copied from a tutorial. everything else works right for ex Preview Data exc...more >>

Inherited form
Posted by petards at 1/13/2004 4:27:22 AM
I am inheriting from a form that has a tab control on it. The tab control has two pages. I can't seem to access the second page in the designer for the inherited form in order to drop controls on it. Any ideas? Thanks....more >>

VS.net and VSS
Posted by RMG at 1/13/2004 4:19:13 AM
I use VS.net 2003 and VSS 6a. Whilst working on the network the integration between VS.net and VSS works perfectly. But when I open a project whilst disconnected from the network I get some problems. When I open a solution VS.net tells me it can't find the VSS database and gives me an o...more >>

Deploying an application that uses System.Web.Mail.SmtpMail
Posted by RMG at 1/13/2004 3:28:49 AM
System.Web.Mail.SmtpMail appears to rely upon CDO. Such code therefore works fine on my development box which has Outlook 200 installed. But when the application is deployed to the production server (running W2K Server) the code fails. Do I have to install Outlook or an Exchange client on ...more >>


DevelopmentNow Blog