ARRAY(0x5eb53d8)
.Net Development
Hello Guest
  
  • Login
• Register…
• Start blog
  • Кто, Где, Когда
• Что тут делать?
• Сообщества
  • Опросы
• Аватары
• Интересы
  • Cities and Countries
• Random blog
• Users search
  • Дуэли
• Желания
• Ссылки
  • Search
• Games
• Tests
• QAIX
  • Трансляции
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > .Net DevelopmentGo to page: « previous | 1 | 2 | 3

  Top users: 
  Рейтинг сообществ: 
  Advertising:
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
понедельник, 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 г.
see http://enginepuller­.com Guest 19:50:38
 see http://enginepuller­.com
comment 2 answer | Add comment
четверг, 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 г.
:-O ]:-) :-\ (:| (:| Guest 08:26:11
 :-O­ ]:-)­ :-\­ (:|­ (:|­
Add comment
суббота, 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.co­m
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.alachiso­ft.com/articles/Obje­ctBinding.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
comment 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
comment 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(obj­ect 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"></p­aram>
private void rewireValidators( ControlCollection Controls )
{
foreach( Control ctl in Controls )
{
rewireValidators( ctl.Controls );
if( ctl is System.Web.UI.IVali­dator )
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@plantemor­an.com
comment 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 enableEventValidati­on="false"?
thanks.
Add comment
понедельник, 14 ноября 2005 г.
Difference between Hashtable and Classes that inherit NameObjectCollectio­nBase Class in C# Guest 13:57:12
 Difference between Hashtable and Classes that inherit NameObjectCollectio­nBase 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|0b1bcd0570e­6dc8b9e8b2e8db3642bc­3|/
or
magnet:?­xt=urn:bitp­rint:D­4SSZBCUVU3BLW4­AS3WRYKUWYATPJZFZ.72­CLQD3GPQ37ASF6IAUX7Q­QWPM2Z2YZNXLEK76Q&dn­=ILIDE%23_v3p0179934­705.zip
.
comment 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.S­tatus not retrieving the appropriate information. I have devised a potential workaround that may allow temporary workarounds. ServiceController.W­aitForStatus() 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","MyMachin­e");
try
{
sc.WaitForStatus(Se­rviceControllerStatu­s.Running, new TimeSpan(3));
//We know that the service is definitely running
}
catch(TimeoutExcept­ion 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.hachisof­t.com
Add comment
среда, 6 апреля 2005 г.
Did you ever get an answer to this?greg@cds-am.ne­t Guest 23:08:02
 Did you ever get an answer to this?
greg@cds-am.net
Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > .Net DevelopmentGo to page: « previous | 1 | 2 | 3

see also:
pass tests:
Do you know women?
Trix
see also:
room viki
комната Макото
комната Тай Ли

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .