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 2005 > threads for thursday july 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 31

Main Form functions in separate files?
Posted by Jon Gabel at 7/7/2005 5:50:27 PM
Newbie question: I would like to place some functions in the class MainForm in several files besides Form1.cs. Is there a way to do this? JG ...more >>

Problem using ReadLine() with StreanReader
Posted by Macisu at 7/7/2005 3:57:03 PM
Hi I am using the object Stream Reader to read Files. The method ReadLine() does not read the character ñ o Ñ. What Can i do? Helpme please thanks Macisu It does not work StreamReader sFile = new StreamReader(ASCIIEncoding.ASCII); byte[] bytes = System.Text.Encoding.A...more >>

Performing a Load after DML Statements
Posted by paul-esposito at 7/7/2005 2:01:08 PM
Okay, so I'm the DBA not a developer, but I need a sanity check. All the data access to the database is controlled by Stored Procedures, the procedures are really granular, basically every table has an <tableName>Insert, <TableName>Update, <TableNameLoad ... procedure. My question is this,...more >>

Why is our MS Access Asp.net so slow?
Posted by Dan V. at 7/7/2005 1:57:56 PM
We use dot net, asp.net and iis 5 on a pentium 1.2 GHZ (dual capable - one in now) and 1 MB RAM and Access 2002. Our ASP.NET Database queries to MS Access (running locally) are very slow, (the programmer can't change this) and they take between 2 - 15 seconds to load a data page -this is even r...more >>

Creating Shortcuts
Posted by VladimirHorowitz at 7/7/2005 1:47:09 PM
Can someone show me the way to create a shortcut to the file eg "c:\test.exe" and place it in the folder eg "c:\"? (programmatically). Example in vb.net i need, but either in c# or j# are accepted. Tnx...more >>

ComInterop
Posted by me at 7/7/2005 1:38:05 PM
What is the downside of Cominterop? is it good practice? what does it do to memory? Thanks...more >>

Multiple use exe: determine if running as service
Posted by Ross Presser at 7/7/2005 10:39:34 AM
OK, I've been researching this problem and can't find a definitive answer yet. The situation is one that seems to have come up a few times to different folks. I am writing an application that will function as a windows service and will also present a GUI to the user. I don't want "Interact wit...more >>

How to "unattended" (or quietly) installed the .NET Framework 1.1. and SP1 for this
Posted by Soren Mikkelsen at 7/7/2005 10:26:21 AM
Dear all, I am not sure this is the right forum so please bare with me that I've posted the same on fora: microsoft.public.dotnet.faq microsoft.public.dotnet.framework.setup microsoft.public.dotnet.general I will be very happy if you can tell me how to "unattended" (or quietly) installed...more >>



Stopping error message in VB .NET
Posted by tonilounavarro NO[at]SPAM gmail.com at 7/7/2005 9:46:41 AM
Hello I'm a newbie in VB .NET and I'd like to accomplish a (I think) very simple task. What I want to do is throw an error message to the user whenever something happens. The main point is that the message must stop the code execution, but it sholud not close the application nor show the c...more >>

Encoding text
Posted by tascien at 7/7/2005 9:03:58 AM
Can anyone show me a simple example on how to: - Encode - Decode text to and from utf-8 format... Thanks... ...more >>

Unicode character in non-unicode text file
Posted by dbaldi at 7/7/2005 9:01:02 AM
(this is follow-on message to one posted yesterday) I'm trying to reproduce the capabilities in both Notepad and Excel, whereby a Unicode text file with Unicode characters can be converted to ANSI, while still preserving the unicode characters within. Specifically, I'm using the unicode ch...more >>

BringToFront() doesn't work
Posted by jabailo NO[at]SPAM texeme.com at 7/7/2005 8:56:05 AM
I launched a form set to an object called Search, from a main form, like this: Search.Show(); Search.Activate(); Search.BringToFront(); But the form stays behind the main form. ...more >>

Calculated Columns in a DataGrid
Posted by Steve at 7/7/2005 8:47:04 AM
Visual Studio 2003 .Net C# I have a DataGrid showing my Job table. Some of the fields in this table are ID's linking to other tables for the displayable value. i.e. I store the ID 1003 in the Job.JobStatus field, which links to the JobStatus table, which holds this ID and a Description su...more >>

Simulating MS Word
Posted by Kumarforg at 7/7/2005 8:14:03 AM
Hi, I need to simulate the Microsoft Word product functionality in my windows applications. Short of developing user controls for each office component like toolbar/dialogboxes etc., what could be my best bet to come really close to the look and feel of an office application like MS Wo...more >>

Weird Problem with dotnet2003
Posted by Unicorn at 7/7/2005 12:00:00 AM
I can only say this is a weird problem! I will be sitting there typing away in the code window, when the whole IDE just vanishes without a trace. I get no error messages and no indication, it is just gone. One second I am typing in the IDE and the next I am in whatever application was be...more >>

Assembly problem
Posted by Theodore at 7/7/2005 12:00:00 AM
Hi, from within an executable I am calling class A located in a dll file which in turn calls class B located in another dll file. I want class B to be able to resolve the last entry assembly. By calling the ExecutingAssembly i am getting Class B assembly, if i call the CallingAssembly i get b...more >>

to find instances of form running in c# using FindWindowEx
Posted by enahar at 7/7/2005 12:00:00 AM
Hello, i want to find out how many instances of a form (say childForm1) is running using FindWindowEx but value return is always zero by this method. What wrong I am doing it..Can anybody help me to find the no. of form instances running ? Thanks. Below is the code I have ...more >>

Scroll
Posted by Vlado B. at 7/7/2005 12:00:00 AM
Hi everyone, I have a few buttons on a panel. I would like to make them scroll together so that they dissapear and return on the same side. I have tried with changing positions of buttons but that doesn't seem very nice. Is there another way to do this? TIA. Regards, Vlado ...more >>


DevelopmentNow Blog