Software Development Network Logo
  • SQL Server
  • Microsoft ISV
  • Visual C#
  • Visual FoxPro
  • Windows Vista
  • Visual J#
  • VS Express Editions
  • Windows Forms
  • Windows Live
  • Visual Studio
  • Visual C++
  • .NET Development
  • VS Team System
  • Smart Device
  • Game Technologies

Software Development Network >> Bek11's Q&A profile

Bek11

Member List

rajguru
testie
Y.S. Shim
matro
czaval
detrix
Alexei Vladychevski
c.w.chambers
LoinHrat
michael olson
Avikash Nadan
Jeffrey Irish
steve thomas
Robert Feutl
Chris Gillotti
Kevin Williams
JordanS
Rup
Quartzite
Andowen
Only Title

Bek11's Q&A profile

  • Visual Studio Team System Bug in FxCop 1.32 displaying an FxCop custom rule error

    When I run FxCop.exe (build 50628.0) and analyze an assembly using my custom rules and then double click on the error generated from my custom rules I get the following error:- System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.FxCop.UI.MessageDetailsForm.DisplayMessage()    at Microsoft.FxCop.UI.MessageDetailsForm.SetListViewItem(ListViewItem value)    at Microsoft. ...Show All

  • Visual Studio Tools for Office ListObject and Range Relation

    Hi all, First, I'm happy to see the performance improvement when databinding of ListObject in VSTO 2005, compared with Looping and Range in previous edition. However, I want to complaint the imcompatibility of these 2 controls in VSTO2005. I databind a ListObject, and then now want to convert it to a Range object and automate the "Subtotal" features, I tried the following code after databinding:         ...Show All

  • Visual Basic Real Time Data Monitoring

    Hi All: I am writing a project to analyze data from a device in real time. The idea is to pick up the signal from a sensor through serial port in 20Hz and to do some calculation on the data received, and plot out the result on the form. I use a background worker to read data from the serial port and do the calculation within a Do Loop. There is no problem on this. My problem is that when I try to use GDI+ to plot the results on the form, ...Show All

  • Windows Forms ListBox - Characters

    Ok. Something else I would like to know is how to add each character seperatly from one listBox to another. So here it is. I have two listBoxs. In my first ListBox, I have many items such as (308, 698, 349,029) ect. What I would like to do is add each character seperatly into the second listBox. I tried the following code : foreach(char character in listBox1.Items) { listBox2.Items.Add(character); } Does work tho. I hop ...Show All

  • SQL Server Unable to connect to Developer Edition

    I am having difficulties connecting to a named-instance of SQL2K5 Developer Edition running along side a default instance of SQL2K, from another machine. - workgroup member, non-domain - running on XP - domain clients trying to connect: Win2003 Server/SQL2005Ent machine, XP with SQL2K and SQK2K5 client utilities I haven't been able to find documentation on limitations of Dev Edition that could cause this problem. Any ideas ...Show All

  • Smart Device Development Help, How to Include CheckBox Control In Column of DataGrid?

    How to Including CheckBox Control In Column of DataGrid Like this :http://www.msale.net/resco/images/smartgrid_overview.png The DataGrid Control In .Net Compact Framework no Events like in .Net Framework. Or use ListView instead. If you want to be able to bind the data to it, take a look at my blog entry: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=e2e7f6d3-c356-473f-87d2-127fb54ec531 ...Show All

  • Visual C++ implementaion of unwinding

    I have troubles finding information on this subject, so I'll try to ask here: What kind of unwinding mechanism implementation is used by VC8.0 Is it the same old and slow 'update structure on the stack while we go' (like it was up to VC7.1) Or MS finally decides to go after GCC & others by separating successfull execution path on compile stage (which is significantly more efficient) Bye. Sincerely yours, Michael. ...Show All

  • Visual Studio Where parse project files?

    For implementing Intellisense and it is necessary realization parsing project files . Where I can do it At opening a file in the editor VS call: public override AuthoringScope ParseSource ( ParseRequest req ) but how parse the closed files And how determinate the project which the req . FileName associated with it . My integration based on the IronPyton sample. But I don't understand ...Show All

  • Windows Forms VS 2005 RTM WINFORM DESIGNER BUG IS DRIVING ME CRAZY

    I have a project with various forms but when I try to view the designer for one of the forms I get the following error messages -even though the project atually compiles : I Have looked around and if you type "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. " IN GOOGLE you gets loads + a notification by Microsoft that says that they could not fix it before release http://lab.msdn.mi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Direct Play Voice Session

    Hi All. Can any one tell how many number of players can be added in direct play voice session Riaz, Unfortunately I don’t know the answer to your question. What I do know is that Microsoft has declared DirectPlay to be deprecated technology and strongly recommends AGAINST using it. This is due to discovered security holes, as well as the fact that the more robust Winsock 2 API now allows you to do everything you would want to ...Show All

  • SQL Server Maximum length sql statement that can be run in SQL CE

    Hello Can anyone tell me what the maximum length sql statement SQL CE can run is Thank you Grainne Please ask in SQL Mobile forum. Thanks. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=152&SiteID=1 ...Show All

  • .NET Development could not find localhost when creating new project

    Hi friends am new to .net and writing a small web service application.am using vs 2005 beta2. i created new project (asp.net web service) and new project dialog box i selected location as "http" and name of project name i entered as http://localhost/customer orders webservice and as soon as i click ok i get following message saying "Could not find a Web server '<localhost>'. Check to make sure that the Web server name is valid and yo ...Show All

  • Visual Studio Team System TFS MSSCCI Provider Final fails to install

    I have downloaded the latest MSSCCI provider for Team Foundation Server that was published today. The .MSI is about 1.06mb. I am able to complete most of the installation but during the last few percent a message appears with the following error: "The cabinet file '_DE4122DA27BBE897D870DBB37A5A532C' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a probl ...Show All

  • Visual J# a String "contains" method

    Hello, I am new to J#, migrating from Sun's java. I want to do something simular to this in J#: String dayList [] = {"good day", "bad day"}; for (int a=0; a<2; a++) //iterate through the 2 Strings if ( dayList[ a ].contains( "good" ) ) //if the String contains "good" System.out.println(dayList[ a ]); I do not see a method " contains( String s ) " in ...Show All

  • Windows Forms Possible bug w/ DrawIcon under rotation?

    Hi, I'm using a rotation Matrix to Transform a Graphics object so that I can rotate my drawing "objects" around the center of the image.  This is working fine except when I try to rotate an icon.  I'm using Graphics.DrawIcon(Icon, int,&nbs ...Show All

©2008 Software Development Network

powered by phorum