all groups > c# > january 2006 > threads for friday january 6
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
VS2005 Designer problem
Posted by Dino Buljubasic at 1/6/2006 9:09:21 PM
I am having a problem when trying to view a form in desing view.
If a form has any error or warning, the design view will not open the
form.
Anybody knows how to fix this error?
Thank you
_dino_... more >>
Testing Types During Development
Posted by Primera at 1/6/2006 9:03:54 PM
I'm looking for the best way to test individual methods and such during development.
I use VS2005, but am still new to .NET. I'd like to test things as I develop
without executing the entire app etc.
Thanks
... more >>
PLS HELP: PBX phone system integration?
Posted by MuZZy at 1/6/2006 7:43:46 PM
Hi,
We are developing a CRM (Customer Relations Management) module for our
app and my boss wants to provide integration with PBX (phone systems
used by lots of companies) so that if a user gets a call, application
pulls up caller's information from CRM database based on caller's phone
num... more >>
Is there any classes can handle and process e-mail?
Posted by ABC at 1/6/2006 7:07:55 PM
Is there any classes can handle and process e-mail?
... more >>
Undoing JUST the a row delete
Posted by Mike Fox at 1/6/2006 4:47:46 PM
I am trying to implement undo in an application. The problem is the user wants a granular undo like word or studio.
Here's the issue:
1. Bring up a record, and edit a field.
2. move to a new field and edit
3. delete the record
4. Now hit undo.
If I "undo" the delete using datarow.undo() or... more >>
Finding a running instance of my app
Posted by Rune Jacobsen at 1/6/2006 4:39:15 PM
Hey all,
Maybe someone knows this problem; I have a C# WinForms app that every
now and then has a new version that I deploy to my users using an
installation script written with the NSIS installer. To improve on this,
I want the installer to shut down any running instances of my
applicati... more >>
Designer error "could not find type..."
Posted by Daniel Billingsley at 1/6/2006 3:42:42 PM
I've got a project I've been working on for a few weeks. I've been using
the BindingSource control - I've got four of them on this particular form.
This morning I went to view the report in the designer and got:
Could not find type 'LandarcBL.Budget'. Please make sure that the
assem... more >>
RichTextBox with tooltip
Posted by sb Luis at 1/6/2006 2:44:07 PM
Hi,
I want :
1- A RichTextBox with tooltip ability.
2- A RichTextBox that reads & writes HTML
thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Communicating between a main thread and a worker thread?
Posted by Joe Jax at 1/6/2006 2:40:21 PM
I have an object that spawns a worker thread to process one of its methods.
That method processes methods on a collection of other objects. During this
processing, a user may request to cancel the entire operation. I could
request abort on the worker thread, but that is a) potentially messy, a... more >>
HTML2RTF
Posted by sb Luis at 1/6/2006 2:37:56 PM
Hi,
I want a DLL or a Class to convert HTML to RTF.
Thanks.
... more >>
Read Formated Text From MS Word
Posted by sb Luis at 1/6/2006 2:36:22 PM
I Use the following code to read from MS Word, but I couldent read Formated
Text (RTF).
How Can I read formated text from MS Word Doc without using clipboard.
thanks.
Word.ApplicationClass WordApp = new Word.ApplicationClass();
.....
// Let's get the content from the document
... more >>
How to determine the clicked column index in a Listview
Posted by Steph. at 1/6/2006 2:16:30 PM
I have a List view displaying data in Detail mode with several =
columns.=20
How I can get the column index the user clicked on ? (when user click on =
an item inside the ListView, not on a column hearder..)
=20
Thanks for any help !
=20
Steph.... more >>
Parent Child Relationships
Posted by RobKinney1 at 1/6/2006 2:16:02 PM
Hello, Thank you for reading this post.
Please forgive my ignorance. This may be a simple question but am having
trouble finding a straight answer.
I need pass data from my Child Window back to my parent window. What is the
best way to do this?
In C++ I would do this:
MainDlg * dl... more >>
parsing words in a string
Posted by asrs63 at 1/6/2006 1:51:42 PM
Hi,
Is there a class that can handle splitting of a string on a comma such
that the commas in quotes are ignored?
I know we can use Text::ParseWords directive in perl to do this, but I
am new to C#.Net and couldn't find anything similar.
For example
string str = "one field, two field, ... more >>
IComparer Question
Posted by INeedADip at 1/6/2006 1:43:15 PM
I am trying to use a generic (reflection) IComparer class to sort a
generic list but I get the error:
Unable to cast object of type 'GenericComparer' to type
'System.Collections.Generic.Icomparer `1[AccountDB.Queue]'
My code looks like the following:
List<AccountDB.Queue> oList = getAllQueu... more >>
Generic.IComparer question
Posted by INeedADip at 1/6/2006 1:12:15 PM
I am trying to use the following generic (reflection) class as the
ICamparer parameter for a generic list..but I get the error:
"Unable to cast object of type 'GenericComparer' to type
'System.Collections.Generic.IComparer `1[AccountDB.Queue]'
My code looks like the following:
List<AccountD... more >>
How to get the data from TCPIP
Posted by TulasiKumar at 1/6/2006 1:01:49 PM
hi all,
My requirment is i want to listen one perticular TCPIP port for one
IPAddress,Wheneverver the data in coming to this port that data i will be
save one text file..For example:www.msdn.microsoft.com is fixed with some
TCPIP port.Whene ever data is coming in to the TCPIP that data i will ... more >>
.Net Axapta Connector
Posted by Pat Brown at 1/6/2006 12:49:02 PM
I am a pure .Net developer (C#). I have recently been granted the task of
moving all of my C# code to point to Axapta tables. Everything seemed pretty
strait forward to me... I thought I would just treat the tables as I would
SQL Server tables. After speaking to some people I have found tha... more >>
Reading Attributes?
Posted by Alex at 1/6/2006 12:43:57 PM
I have a simple enough struct..
[StructLayout(LayoutKind.Sequential)]
public struct InstallationGeneral_Lock
{
public int Case_name;
public int Run_year;
public int Inst_name;
public int Inst_loc;
public int State;
public int Weather_filename;
public int Ground_water_temp;
[MarshalAs(Unma... more >>
Problems with datagrid.
Posted by Nuno Paquete at 1/6/2006 12:01:20 PM
Hi group,
My problem is very strange and I don't know how I can resolve this.
I'm developing a C# application and I'm using an Informix database. I
don't get any error but the results are not what I'm expecting.
The strange thing is that I use the same SQL code directly in the
Informix databa... more >>
Transparent - does it work?
Posted by UJ at 1/6/2006 11:28:26 AM
I've got multiple controls on a win forms page - and I have a panel that I
want the user to be able to click on to have something happen which I have
put on top of some of the control. I make the panel transparent but it
doesn't show what's behind it, it shows the form background.
Is there ... more >>
DoCallBack alternative
Posted by JPSutor at 1/6/2006 11:01:24 AM
The DoCallBack method of the AppDomain object is asyncronous. Does
anyone know of an alternative method to use besides this one that is
syncronous? We are using the WinFormsHelper.Cleanup method so we want
to avoid writing our own.
... more >>
Using ADOX with C#.
Posted by Frank Rizzo at 1/6/2006 10:41:45 AM
I am using ADOX to make changes to an Access database that would be
difficult to do via the System.Data.OLEDBClient. So far I have no
trouble actually doing the work, however, I have trouble closing the
connection to the Access database.
//open connection
ADOX.CatalogClass connection = ne... more >>
How to read Config setting
Posted by Jazz at 1/6/2006 10:16:01 AM
Hello,
I am using VSNet 2003 and I am trying to programmatically detect if debug
attribute in the compilation tag is true or false. How can I do this ?
Thanks,
Jazz... more >>
ToString() of an enum.
Posted by Sagaert Johan at 1/6/2006 10:04:36 AM
Hi
Since an enum member object has a ToString() method, i wonder if it can be
overriden .
johan
... more >>
Get instance from handle
Posted by danjones.email NO[at]SPAM gmail.com at 1/6/2006 9:19:00 AM
Is it possible to get a reference to an object using its handle? Up to
this point I have determined the handle a custom grid I am trying to
access, but I would now like to get the reference to the grid so i can
select individual cells. Any ideas are appreciated.
Thanks,
Dan
... more >>
Calendar shows up wrong all of a sudden?
Posted by Benny Raymond at 1/6/2006 9:16:59 AM
Yesterday I noticed that the MonthCalendar is suddenly showing up wrong.
Instead of nice colors it's showing up in grey tones and instead of
the fancy circle selecting dates, the dates are selected with a box.
Does anyone know what would cause this? It's happening to be at both
home and ... more >>
Class diagram generator tool
Posted by thoducng NO[at]SPAM gmail.com at 1/6/2006 9:01:32 AM
Hi all:
I want to create a class diagram, similar to MFC class diagram
published long ago. I don't need a UML model, all I need is a class
named and inheritance relationship. My classes are in different
projects. Do you know any tool that help to do that automatically.
Thanks
Tho
... more >>
test
Posted by temp at 1/6/2006 8:38:35 AM
what is the error plz..
Posted by Jassim Rahma at 1/6/2006 7:22:22 AM
I am getting this error and i Don'r know where is the problem?
please help..
An unhandled exception of type 'VistaDB.VistaDBException' occurred in
vistadb.provider.dll
Additional information: Error in dll_sql_ExecSQL
Error code: 546 Parameter not found in the list of params
Error code: ... more >>
Windows service talking to a Windows Application
Posted by WinDev at 1/6/2006 7:10:02 AM
We are trying to build a system where we have a Windows Service do some
manipulation of data, and then sending the data to a Windows App. I had
posted a question of how we should do this and was told remoting was the way
to go.
So I got a client and a server program up and going and from th... more >>
Nested Object passed Parent by ref
Posted by mbaskey NO[at]SPAM gmail.com at 1/6/2006 4:44:35 AM
Hello...
I have an object which has a nested object which need to look at the
parent to return a value
about it. Basically as below but when I put the ref method parameter
to construct the nested class, I get the error message about "this"
(the parent being readonly).
When I leave out the... more >>
Nant projects
Posted by Rajiv at 1/6/2006 2:53:20 AM
Hi everybody
Can u help me to get good projects that is using nant as build tool.
Actualy i am working on nant. For testing purpose I need project that
is using nant as build tool.
Thanks
... more >>
Hide From Alt-Tab List
Posted by Never Best at 1/6/2006 2:46:43 AM
I have an application. I want it so when the user minimizs the window it
goes into the system tray, and while in the system tray I don't want it in
the "Alt-Tab" list. (When the program starts it starts in the system tray
aswell; only shows main window if they double click).
Currently to ... more >>
Dataset Transformed to Word via XML
Posted by jimryder NO[at]SPAM gmail.com at 1/6/2006 2:20:57 AM
Hi,
The following snippet:
(ds is a populated dataset)
string sXSLT = @"C:\XML\template\template.xsl";
string sTemp = @"C:\XML\temp\temp.xml";
string sOutput = @"C:\XML\output\output.xml";
ds.WriteXml(sTemp);
XslTransform xslt = new XslTransform();
xslt.Load(sXSLT);
xslt.Transform(sTe... more >>
Sort characters in a string
Posted by Someone at 1/6/2006 12:51:54 AM
Hi,
Using C# is there a quick, concise method of sorting the characters of a
string into alphabetic order... more >>
Using the PropertyGrid Component
Posted by Curious at 1/6/2006 12:18:55 AM
Hi,
I am trying to use the PropertyGrid component. I am showing properties
of an object. Such properties that I added include simple data types:
int string.
Now I would like one of the propeties in the PropertyGrid component to
be a DialogBox like the Font dialogBox. (In my case I will be... more >>
Read HTML text
Posted by Mike at 1/6/2006 12:07:26 AM
Hi,
There is anyway to read the text of a HTML page? Final text, not the HTML
code.
Thanks :)
... more >>
|