473,544 Members | 1,508 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

4
1,610
thread by: alex | last post Nov 17 '05 by: FredK
OK, so you are using ndoc to make some nice documentation for your C# class library. What the hell are you going to do with your typed datasets? When you compile you get 100s of warnings and you aren't going to exactly document all that - even if you do it will get lost when you change your dataset. The only two options in vs2005 that I...
7
1,481
thread by: Adam | last post Nov 17 '05 by: Lasse Vågsæther Karlsen
Hey Guys, What I’m trying to do is find out how to put those nifty descriptions in the intelisense popups. What I mean is, you know when your using intelisens in VS after you type the period the list of available methods, properties and objects is listed. When you hover your mouse over an item it will pop up with the parameters requires...
0
939
thread by: Elad | last post Nov 17 '05 by: Elad
Hi, I am trying to find out a way in c# to tell if an assembly can be deployed. In other words: Is the assembly a biztalk project product? I was thinking about enumurating the types declared in the assembly and see if one of them is a class defined in "Microsoft.BizTalk.XLANGs.BTXEngine" namespace. I don't like it too much but I think it...
0
1,072
thread by: vbMark | last post Nov 17 '05 by: vbMark
Hello, I am able to programatically add a fax to Microsoft's faxing software. The Microsoft Fax Console will try to send a fax three time and if it fails will display a message "Retries exceeded" in the status column. Here is my need: Is there a way either with C#, inherently or with a third- party program to notify me that a fax has a...
1
2,463
thread by: CodeRazor | last post Nov 17 '05 by: Ignacio Machin \( .NET/ C# MVP \)
Hi, I am using a CrystalReportViewer to display my report. The DisplayToolbar property is set to true. This displays a dark grey toolbar with navigation buttons etc. Is it possible to change the colour of the toolbar? many thanks
6
2,112
thread by: Eranga | last post Nov 17 '05 by: Ignacio Machin \( .NET/ C# MVP \)
Hello All, I need to run one program from another within time slots specified by the user. Could some one please tell me how this could be achieved? The program that should be run is created in C#, I would prefer to make the other one also in C# please help me with this!!1 Thanks in advance *** Sent via Developersdex...
2
2,010
thread by: Kurt Denhoff | last post Nov 17 '05 by: Kurt Denhoff
I have an odbc connection on a Winforms UserControl when used within a WinForms project it works fine but when I use it on an aspx page the object doesn't show. The IIS log indicates code 200(successfully loaded). I am suspecting this may be an issue with being fully trusted dll. I experimented with the ODBC connection on a Webform control...
3
2,015
thread by: alexmaster_2004 | last post Nov 17 '05 by: Richard Blewett [DevelopMentor]
hi i have made an application using C# that access sql2000. this application is just used to insert data to the database. i use something like this in my code: // string colmnA = TextBox1.Text; string comlnB = TextBox2.Text; string sqlstatment = "INSERT INTO TABLENAME VALUES(" +"'"+colmnA+"'" + "," + "'" + colmnB + "'" + ")";
3
2,676
thread by: Michiel | last post Nov 17 '05 by: Ollie Riches
Hello, I have an ActiveX control which I can call fine from HTML pages, using the object tag like <OBJECT ID="UserControl1" WIDTH="0" HEIGHT="0" CLASSID="CLSID:85A5119D-0000-0000-0000-5467CB71943E" CODEBASE = http://mywebsite/MyActiveX.ocx#Version=1,1,0,0 VIEWASTEXT></OBJECT> , and then simply adding them to the object's id with a . like...
3
14,231
thread by: Stampede | last post Nov 17 '05 by: Stampede
Hi, I want to use the FileSystemWatcher in a Windows Service. I read an article, where the author created the FileSystemWatcher object in a seperate thread and when the event is fired, he started a working thread for processing the file, created a new FileSystemWatcher (as he said for real time processing), and then called the join method for...
0
990
thread by: Elhanan | last post Nov 17 '05 by: Elhanan
hi all.. i have an application called dr.divx which i'm trying to automated with command line. i have 2 buttons i need to click, one is a checked box, the other is push button. problem is i think they located within child child windows, spy++ keep saying i have somethign called static, and with in it there are the buttons, so how can i...
3
52,552
thread by: farseer | last post Nov 17 '05 by: Michael S
Hi, is there anything in the C# language that will allow you to retrieve a value by a key, sort of like those in java? for instance Object o = map.get("somekey"); i know there as to be something like this, but can't find it in System.Utils. I have seen HashTable, but you must enumerate thru all items and do a comparison until you find...
0
1,645
thread by: David | last post Nov 17 '05 by: David
Hi, I need to write an app to take control of the printing process to enforce some security policy. My app running on network printer server needs to be actived as soon as a new print job comes in. It checks the ip address where the new job is from and blocks some special users. Can I call OpenPrintProcessor and ControlPrintProcessor for...
1
1,310
thread by: Loui Mercieca | last post Nov 17 '05 by: Bob Powell [MVP]
Hi, I am using windows xp. I would like to change the window's top part color ( where there is the window title, the maximize and minimize buttons ) from the default blue. But i don't want to change the windows xp color scheme. Any ideas?? Thanks
1
2,018
thread by: Shibu | last post Nov 17 '05 by: Miha Markic [MVP C#]
Hi, What is the best way to convert DataSet containing parent child relations into a single DataTable (Flatten) For eg:- DataSet will contain Tables as follows Tbl_Parent( Parent_Id, Parent_Name) Tbl_Child( Child_Id, Child_Name, Parent_Id) Tbl_ChildOfChild(ChildOfChild_Id, ChildOfChild.Name, ChildOfChild.Child_Id)
0
1,259
thread by: Johann Blake | last post Nov 17 '05 by: Johann Blake
I have a form with textboxes that are bound to a dataset. The dataset contains two tables and some of the textboxes use data from one table while other textboxes use data from the other table. I use a datagrid to allow all of the records from one of the table to be displayed and when one record is selected with the mouse, the textboxes are...
9
1,936
thread by: BigAbility | last post Nov 17 '05 by: Ollie Riches
is there registry in Longhorn( vista) ? i heard about Registry will disappear in longhorn. is it true?
3
4,585
thread by: Stampede | last post Nov 17 '05 by: Ludovic SOEUR
Hi, I write an application which waits for incomming files in a specified directory. I thought, that using the FileSystemWatcher would be the best, as it does exactly what I need. But now I have a problem: I wonna get shure, that really all files are processed and I need to be shure, that no file is processed twice. If my application is...
0
1,105
thread by: Dragomir Goranov | last post Nov 17 '05 by: Dragomir Goranov
Hello, I have been trying for some time to create an FTP folder on my IIS Ftp server and an user account to log into this folder and have "write" access. Please help me, because I am almost desperate now. The problem is that I can't figure out how to give the user rights to "write" into the ftp folder. This is my code: DirectoryEntry...
6
18,115
thread by: Jason Huang | last post Nov 17 '05 by: Javaman59
Hi, I would like to have a public string which will return a "" if the parameter is a Null string, would someone tell me what's wrong with my code? public string NoNull(string strNoNull) { if (strNoNull==null) { return "";
0
1,249
thread by: Bijesh | last post Nov 17 '05 by: Bijesh
Hi All, I'm using the .NET performance counters to calculate the network utilization. But this value exceeds 100%. In most of the cases, it is very similar to the one shown in the task-manager. But when I try to measure the network utilization with a particular utility that sends large data, then the values that I get exceed 100%. Even in...
1
1,259
thread by: kaycee | last post Nov 17 '05 by: Mark R. Dawson
I have an instance of the word document. inside this document contains objects.... to save this i opted to use data caching. but my problems arise when it tries to serialize hash tables. I keep on getting this error "Cannot serialize member <object> of type <hashtable> , because it implements IDictionary." thanks
1
985
thread by: Bill | last post Nov 17 '05 by: Bill
How can I determine the version of Windows that my app is running under. I need to know if I am on NT, 2000, XP, 98, ME. There must be a class that provides this information but I cannot find it. -- ..Bill.
0
1,020
thread by: Oscar_Uio | last post Nov 17 '05 by: Oscar_Uio
I have a shared dll component installed in the GAC, this component use a configuration file (.config). I use that component in several projects webservices and configured the in the web.config the parameter used in the component. During the development evething goes OK. The dll read the configuration file and load the parameters. The problem...
1
1,903
thread by: Abdul H S via DotNetMonster.com | last post Nov 17 '05 by: Robbe Morris [C# MVP]
I am facing difficulty to make sql on the basis of user selected node in treeview.After selection of the particulare treenode I want to traverse the hierarchy up to rootnode.plz help me regarding this. Thanks

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.