понедельник, 7 мая 2007 г.
|
| To enable menu item in Delphi use ......MainForm.Menu.I... Guest 07:58:31 |
| | To enable menu item in Delphi use ...... MainForm.Menu.I tems[0].Items[2].Enabl ed := True; .....
First digth(0) - number of menu item, second dight(2) - number of submenu item. Best Regards! =) Ice. |
| | Add comment |
пятница, 16 февраля 2007 г.
четверг, 21 сентября 2006 г.
|
| Love it. Use it extensively. v2.5 rocks! Guest 04:47:58 |
| | Love it. Use it extensively. v2.5 rocks! |
| | Add comment |
понедельник, 4 сентября 2006 г.
суббота, 3 июня 2006 г.
|
I have A Problem Hamuser Cuter 13:48:14 |
| | Please can some one get me a private php mail that i can use to send out a bulk emails please and you can as well contact me.hamuser_cuter01@yahoo.co.uk.please i need this urgent and how to get it.Thanks a lot friends. |
| | Add comment |
понедельник, 10 апреля 2006 г.
|
| well... I have the same problem and according from msdn... Guest 15:37:36 |
| | well... I have the same problem and according from msdn documentation, "The BorderStyle property is inherited from the WebControl class and is not applicable to the ListBox control." any sugestions? |
| | Add comment |
вторник, 21 марта 2006 г.
|
| Hi there,i m having the same problem as yours... have u got... Guest 23:28:30 |
| | Hi there, i m having the same problem as yours... have u got the workaround, please alert me... thank you very much. my email is casperkent@yahoo.com |
| | Add comment |
понедельник, 20 марта 2006 г.
|
| Object Binding Guest 14:44:42 |
| | The .NET framework provides a very flexible and powerful approach to databinding that cuts down a lot of redundant code and simplifies the development process significantly. Is it so? http://www.alachisoft.com/articles/ObjectBinding.html |
| | Add comment |
суббота, 4 марта 2006 г.
|
| use this...long x = dv.CurrentRow.index // returns the... Guest 00:55:45 |
| | use this... long x = dv.CurrentRow.index // returns the current row pointer |
| | 1 answer | Add comment |
понедельник, 23 января 2006 г.
|
.NET Remoting and handle leaks Trinidad 16:48:56 |
| | Hi, I have used .NET Remoting to create a client/server application. Clients register to a server and the server (depending on external data) will call the client/s as needed by using a function defined in the client side as delegate. To call this delegate method the server calls BeginInvoke and has a callback in charge of calling EndInvoke and unregister disconnected clients. Everything works fine regarding processing and memory. Nevertheless the handle count of the server increases without ending! Someone has an idea why? I have tried to use DinamicInvoke instead of BeginInvoke and it works much better while the client is connected. When the client is disconnected then the handle count in the server starts growing. Any help will be very appreciated, I'm completely lost! Thanks Trinidad. |
| | Add comment |
четверг, 5 января 2006 г.
|
| how to to request a protocol port from WINDOWS using c# Guest 01:16:51 |
| | i want to ask how can do a program using any programing languge to request a protocol port (tcp/udp) from WINDOWS including: 1. Request a port from the operating system. 2. Bind the obtained port number to your application. 3. Send and receive data using the obtained ports. |
| | Add comment |
вторник, 3 января 2006 г.
|
| questions and answer Guest 06:20:16 |
| | Good Day ALL, I am having one doubt in acrobat reader.That is,how to open pdf files in Acrobat reader using ASP.NET code behind vb.Please clear {censored}. Thank you, Gandhimathi |
| | Add comment |
четверг, 29 декабря 2005 г.
|
| Every time I shut down my computer I have to wait because a... Guest 05:47:30 |
| | Every time I shut down my computer I have to wait because a message comes up that windows forms parking windows is running. I don't know what causes it or how to fix the problem. Thanks for the info given. Anonymous |
| | 1 answer | Add comment |
среда, 21 декабря 2005 г.
|
Object Recognition Shahzana 23:05:40 |
| | Hi I am aamina i am working on object recognition project. MY topic is: there is a database where some images of the objects are stored from different views of the object. then an input image is captured by web cam and is compared with the images stored in database. Now can any one tell me how can i Compare these objects. |
| | Add comment |
пятница, 16 декабря 2005 г.
|
| I wrote the following code to resolve this problem:private... Guest 23:15:35 |
| | I wrote the following code to resolve this problem: private void MasterPage_Init(object sender, EventArgs e) { // Copy controls to Page.Controls from child page ... rewireValidators( this.Controls ); } // MasterPage_Init /// <summary> /// Recursively add the validators to the Page.Validators collection. /// </summary> /// <param name="Controls"></param> private void rewireValidators( ControlCollection Controls ) { foreach( Control ctl in Controls ) { rewireValidators( ctl.Controls ); if( ctl is System.Web.UI.IValidator ) this.Validators.Add( (IValidator)ctl ); } } // rewireValidators I hope this can help others! Dan Kohls, MCSD.NET Plante & Moran, PLLC E-Business Team 248.223.3358 248.603.5896 - Fax Dan.Kohls@plantemoran.com |
| | 3 answer | Add comment |
суббота, 10 декабря 2005 г.
|
| I'm having the same issue. Did you find a solution other... Guest 00:57:56 |
| | I'm having the same issue. Did you find a solution other than enableEventValidation="false"? thanks. |
| | Add comment |
понедельник, 14 ноября 2005 г.
|
| Difference between Hashtable and Classes that inherit NameObjectCollectionBase Class in C# Guest 13:57:12 |
| | Difference between Hashtable and Classes that inherit NameObjectCollectionBase Class in C#???? |
| | Add comment |
воскресенье, 6 ноября 2005 г.
|
| If anyone is having difficulty getting ILIDE#, I have... Guest 18:06:56 |
| | If anyone is having difficulty getting ILIDE#, I have shared it on the Gnutella/eMule networks. You will need a client to download it, like www.shareaza.com Here are the file hyper-links. ed2k://|file|ILIDE%23_v3p0179934705.zip|1897315|0b1bcd0570e6dc8b9e8b2e8db3642bc3|/ or magnet xt=urn:bitprint 4SSZBCUVU3BLW4AS3WRYKUWYATPJZFZ.72CLQD3GPQ37ASF6IAUX7QQWPM2Z2YZNXLEK76Q&dn=ILIDE%23_v3p0179934705.zip . |
| | 1 answer | Add comment |
четверг, 20 октября 2005 г.
|
| Hi,I'm using bound checkedlistbox controls in my VB.net... Guest 23:40:23 |
| | Hi, I'm using bound checkedlistbox controls in my VB.net App. On some machines, it does not repaint properly when clicked. I have checked & made sure that machines have same dot net versions. (1.1.) and have XP. Can someonve please help me resolve this?? |
| | Add comment |
вторник, 18 октября 2005 г.
|
| Have the exactly the same problem.What did you do... Guest 11:31:40 |
| | Have the exactly the same problem. What did you do ? marwuy@softcell.be |
| | Add comment |
среда, 21 сентября 2005 г.
|
| Keep pre-processing directives from xml-data in Visual Studio 2005 Guest 12:20:40 |
| | I need to read an xml-file with ReadXml in a dataset. In this file there are two lines with pre-processing directives (<?....?>. Then I need to edit this dataset and write it back to an xml-file. But when I write it back, the second pre-processing line is missing, even when I didn't change anything to the dataset. Can anyone help me with this? I've looked on the Net a while but found nothing. thanks in Advance. Joeri |
| | Add comment |
вторник, 10 мая 2005 г.
|
| Hello,I, too, have run into some issues regarding the... Guest 22:33:56 |
| | Hello, I, too, have run into some issues regarding the ServiceController.Status not retrieving the appropriate information. I have devised a potential workaround that may allow temporary workarounds. ServiceController.WaitForStatus() is much more accurate on determining the current status. I just specify a timeout on the wait method that is relatively short: ServiceController sc = new ServiceController("MyService","MyMachine"); try { sc.WaitForStatus(ServiceControllerStatus.Running, new TimeSpan(3)); //We know that the service is definitely running } catch(TimeoutException tX) { //Either a real timeout, or the service is not running currently } The timeout may need some adjustment if the service to be controlled is on a remote machine, but its a possibility... Elliott Edwards http://www.hachisoft.com |
| | Add comment |
среда, 6 апреля 2005 г.
|
| Did you ever get an answer to this?greg@cds-am.net Guest 23:08:02 |
| | Did you ever get an answer to this? greg@cds-am.net |
| | Add comment |
|