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

Software Development Network >> Intel Engineer's Q&A profile

Intel Engineer

Member List

ZEugene
rjperes
nicpn
Markus Raabe
Steven Randolph
Bliperd
S.Mc
Jack_Bauer_24
hiling
Mark Costello
marianf
Adam Thwaites
jgunning
maxim4o
elichan
yinmin
jamesh1971
Any Person
happybappa
Jakin
Only Title

Intel Engineer's Q&A profile

  • Visual Studio Team System Error: This item must be open to read this field while trying to access field of WI using Object Model

    Hi there,      I'm trying to access few fields for example Description, History,Repro Steps etc. ,but I get error as Error: This item must be open to read this field. How do i fix this Thanks, Anu ...Show All

  • Windows Forms Control Click Once Installation Folders

    Is there any way to specify or allow a user choice of the folder for the installation of a Click Once app In my scenario anyone installing the app will have local admin privileges. (And if he doesn't he shouldn't). Installing at the end of a long long obfuscated path in someone's user profile is not an option. Bob ...Show All

  • SQL Server Mirroring - totally stumped, need some help.

    Alright, I've been at this for some time now and I am now officially completely stumped. This is the error that I have been consistantly getting and cannot seem to resolve: The server network address "tcp://<servername>:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Obvioulsly '<servername>' is replaced with the real name) I just dont get it. I've tried everything I can think of. Incoming/Outgoing TCP connections enabled YES T1400 flag YES Tried using strictly t-sql to set up mirroring YES Made exceptions with firewall YES Tried Telnet on port 5022 YES Tried manually ...Show All

  • .NET Development VS 2005 Beta 2 errors on project property pages with beta1 64-bit solution files

    When I open my AMD64 64-bit 2005 beta 1 solution in VS 2005 Beta 2, highlight a projetc, then click properties, I receive tje following error: The operation could not be completed. Unspecified error. The projects were created new in Beta 1 and not migrated from VS 2003. I noticed that there is a setting file kept in My Documents under a folder named Visual Studio/whidbey/settings. Could these have something to do with this THanks, Jerry You nailed the problem.  We changed the naming from AMD64 to x64 from Beta1 to Beta2 and that broke solutions.  We actually don't support project upgrade from Beta1 ...Show All

  • Windows Forms getting the current user's profile

    Dear All, Is there a way to get the path for the current user's MyDocuments folder i.e  in my machine it is "C:\Documents and Settings\UserName\MyDocuments" I know that we can get the current user name by the WindowsIdentity object's getCurrent method but what I want to get is that path for the user's MyDocuments folder Any help is appreciated Thankx There's not need to play around of current user's identity. It's just that simple: Environment.GetFolderPath(Environment.SpecialFolder.Personal)); ...Show All

  • Visual C++ Windows 64 Bit

    Hi I am Compiling an application with 64 configuration. I am unable to run this application. Dependency Walker is giving this error Error: Modules with different CPU types were found. and when i run this application it shows a message application configuration incorrect. What i am missing, i check everything. please tell me what i am missing Regards Manoj Jangid Additionally make sure you are linking only to 64-bit libs. And that you are both on a 64-bit machine, and using a 64-bit version of Windows. ...Show All

  • SQL Server Need help to make query

    Dear member Hi I have a problem, I have a table for my company name and another for cities. I have a table Company_City to indicate that each company has office in each city For example company X in city A company Y in city B company X in city B company Y in city H company X in city C I want make a query to retrieve companies that have office in city A and B. so company Y that has office in B only should not retrieved in my query. If i use "IN" operator(by subquery from city table) in my WHERE Clouse the result will be A,B. Can you help me select cc1.company_name from Company_City cc1 join ...Show All

  • Visual C# Disable button

    Hi, I want the following thing to happen: I have FORM1 and FORM2. When I push on a button on FORM1, FORM2 should open. But my problem is, that when I push again on the button, I get 2 times FORM2. How should I fix this Thx Woeter, do you want the user to be able to continue to use Form1 (i.e. type or click buttons in it) while Form2 is displayed (Other than displaying another Form2, of course). Is that correct ...Show All

  • Software Development for Windows Vista Beta 2 tutorial: Confused about UnloadOnIdle=true and WorkflowIdledEvent sample

    In Beta 2, in the tutorial tutorial " Task 3 : Using the Windows Workflow Persistence Service", the tutuorial sample's main program subscribes to the workflowRuntime.WorkflowIdledEvent with the following handler:     static void workflowRuntime_WorkflowIdled( object sender, WorkflowEventArgs e) { Console .WriteLine( "Workflow {0} idled" , e.WorkflowInstance.InstanceId ); ThreadPool .QueueUserWorkItem(UnloadInstance, e.WorkflowInstance); } static void UnloadInstance( object workflowInstance) { (( WorkflowInstance )workflowInstance).Unload(); }   At the same time, in ap ...Show All

  • Windows Forms Is it possible to give more than one control focus?

    Hi, Is it possible to give 2 controls Focus  I know this sounds strange, but i want 2 controls on my UI to respond to keystrokes. One control (textbox) needs to respond to left and right arrow keys, and a TreeView should handle the up and down keys. Can this be done Davy No, but you can always catch the KeyDown or other events& ...Show All

  • SQL Server Breaking up parameters

    One of my parameters is a particular date (in the datetime format 11/05/2002 12:00:00 AM) and I wanted to display only the month and year. How can I do this to just display November 2002 on my report. Try using the DATENAME function. Here's an example using the current date: declare @CurrentDate datetime set @CurrentDate = GetDate() select DATENAME(m, @CurrentDate) + ' ' + DATENAME(yy, @CurrentDate) ...Show All

  • SQL Server Subreports and page breaks

    I have a main report with 3 subreports lined up in 2 columns. The report on the left is the height of the page (but varies in height by up to 6 lines). The other reports are smaller and fit on the right, one below the other. The main report also has a couple of fields at the top (not a header). My problem occurs when the report on the left is too big to fit on the first page. Instead of filling up the first page and spilling 3-4 lines onto the 2nd page, it instead skips entirely to the 2nd page (since there is enough room there - there are no header fields). Is there a way to force a subreport to be dumb and not try and fit onto o ...Show All

  • Visual Studio 2008 (Pre-release) Change scrollbar style within a ListView/GridView

    I'm using a ListView that contains a GridView, with a number of columns defined. This serves my current needs, except for the vertical and horizontal scrollbars that are shown within the ListView. I can't find any way to style them. For starters, I need to remove the gray scale look and replace it with colors that work with the overall theme of the application. Is there any documentation on how to style, or otherwise access properties of the scrollbar within a ListView Thanks. Bruce Bukovics Author of .NET 2.0 Interoperability Recipes http://www.apress.com/book/bookDisplay.html bID=10116 While that referen ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Maximum primitivecount

    Hi all, I’m moving over to DirectX from OpenGL for my CAD program. Just found that there is a maximum primitivecount limit, I can easily have 1,000,000 plus verities (Circles and Arcs use a lot!). I’m using One big Vertex buffer, for every thing, before I start splitting things up I just want to make sure that I have not missed anything obvious and that I have no alternative. I very new to DirectX you see! Cheers Julian MaxPrimitiveCount does not limit the size of your vertex buffers. It only limits the number of primitives you can draw with one call. In the case you objects have mor ...Show All

  • SQL Server Cannot Start SQL Server Database Services - SQL Server Express April CTP

    I am new to SQL Server.  I tried to read as much as possible in newsgroups prior to this post.  I have tried several different ways to install this without success.  The last time I attempted to install as a local service and I unchecked hide advance configuration.  I am running Windows XP SP2 with all the latest updates.  Is there a solution to install this properly   Any help would be greatly appreciated! -------------------------------------------------------------------------------- Machine         : ServerName Product         : ...Show All

©2008 Software Development Network