Software Development Network Logo
  • .NET Development
  • Smart Devicet
  • IE Development
  • Microsoft ISV
  • Visual C++
  • Visual FoxPro
  • Audio and Video
  • Game Technologies
  • Visual C#
  • Windows Vista
  • SQL Server
  • Windows Forms
  • Visual Basic
  • VS Team System
  • Visual Studio

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

Bill4

Member List

kuwi
Krisna
Pascal Mignot
Gary Trembath
Richard Meijer
CinoV
Rozee
puccini
nichowave
dtlinker
Jakein2006
César Santos
Poma
jbkcmouli
YunXu
MerrickDeWitt
pessi
learnerplates
PQSIK
mgaur_MSFT
Only Title

Bill4's Q&A profile

  • Visual C# Syntax error while using a '

    Dear All, My problem is very simple. First I have a simple query as below Query1 = "Update tblID " + "Set value='"+value1"'"+ "Where 'table1'.tableName='table1'"; Query2 = "Insert into tableQueries " + "Set query='" +Query1 + "''" ; The problem here is when I run my query which gives a syntax error due to the symbol ' which I used in Query1. So I tried using \' but it doesnt work too. Can somebody pls help me Hi Sorry. I don't look is that valid SQL syntax. You could try this: Query2 = "Insert into tableQueries " + "Set query=\"" +Query1 + " \" ...Show All

  • Visual Studio 2008 (Pre-release) WPF

    Can someone clear this for me, i am learning VB and i dont know if WPF is a different software or its made by VB or C++,ect.... because how do they make these effects, do they make them in Photoshop or VB,C++,C#. also i went to a site and i was trying to download Movie sample with 3D and reflection, but with what Do i open it with, i tryed it with VB and C++ and it said {Could not be loaded, file moved or Renamed or not on the computer}. do i need to download some software of something, Can someone help Please. Here is the site to show yo what i am talking about. http://wpf.netfx3.com/files/folders/applications/entry3253.aspx what do i need to open i t with, because i want to see the codes and how it's done. Thanks ...Show All

  • SQL Server Accessing SQL Server 2005 stored procedures from Visual Studio.NET

    Hello, What permissions do I need to set on our new SQL Server 2005 test server so that I can see the stored procedures, views and tables from Visual Studio development environment. Example, I can see my older SQL Server 7 tables, edit them, write stored procedures, and so on. But while I can see the SQL Server 2005 and its databases, the folder underneath are empty and I cannot right-click to create New stored procedure or table. My guess is that there is security involved, if so, what do I set on the new server If I'm wrong, and it's something else entirely, please advise. Thanks! See Books Online for answers on permission required by all database operations. For example, the command to create a tab ...Show All

  • SQL Server Too many table names in the query sql 2005 merge replication snapshot error

    In SQL 2005 I’m able to create a snapshot no problem, when the snapshot runs on the next scheduled date I get the following error. ********************************************** Message: Too many table names in the query. The maximum allowable is 256. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Incorrect syntax near ')'. Command Text: sp_MSmakesystableviews Parameters: ...Show All

  • Visual Studio Team System Is this Is right Way to Share Code in TF

    Hi, Currently we are in a process of migrating our source from PVCS,CVS to Team System. We are planning to creat Team Projects based on our Product s so that they can have there own Development Cycle . Each product depends on specific version of Shared module , where shared module has its own development cycle (i.e, Products are not always depened on Greatest and Latest version of shared module.) At present we are experimenting following steps, Please let me know is this the right way to do 1 .Shared code are stored as part of individual Team System project so that they can have there own Development life Cycle $/SharedModule/Trunk /src /include ...Show All

  • Visual Studio 2008 (Pre-release) DataTableExtensions.LoadSequence<DataRow> Fail when query table with deleted rows

    I have read a simple query over a DataTable. That DataTable contain a row which was in deleted row state. When I called DataTableExtensions.LoadSqeuence I got a DeletedRowInaccessableException with the description Deleted row information cannot be accessed through the row. This is due to the fact that in the code of LoadSequence there is a call to ObjectSharedder.Shared and in that method there is a spacial case for enumerable of DataRow and then there is a call to table.LoadDataRow(row1.ItemArray). When you access ItemArray for deleted row this exception is thrown. Currently I have delay my query execution till the table AcceptChanges method is called but there should be better solution. Ido. ...Show All

  • Visual Studio Express Editions GuidanceAutomationToolkit.msi

    Is it impossible to install GuidanceAutomationToolkit.msi if you only have VS Express C# I tried to install it and the installer tells me C# is not installed. I click on the msi file and it give me the following message "C# language is not installed. Do you want to see information of the product Click Yes to be directed to a web page, click no to exit." [Yes ] [No] Yes takes me to http://msdn2.microsoft.com/en-us/vcsharp/aa336789.aspx No exits. I was wondering if there was a workaround. ...Show All

  • .NET Development Missing Files in Microsoft.NET\Framework\v2.0.50727

    Norton System Works' WinDoctor has found the error of C:\Windows\Microsoft.NET\Framework\v2.0.50727\ missing files and I believe Windows should address the issue. When I run Norton WinDoctor on my home PC, the following problems appear, with no repair capabilities: Missing program files (10 Problems): C:\Windows\Microsoft.NET\Framework\v2.0.50727\AppLaunch.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.reiis.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_state.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_wp.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\cvtres.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\ilasm.exe C:\ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. YouTube videos: Strictly 2D, strictly old skool

    All I've posted a few demo vids to YouTube.  I've been working on an old skool 2D shooter, modelled after a game called Ikaruga.  Mine is called Ikaragua.  Geddit ! Anyway, I've been working on the engine mostly but have built enough to demonstrate the game idea.  Basically, it's a 2D shooter with several twists: bonuses are increased by shooting enemies in chains of the same colour.  3 enemies of the same colour = 1 chain so you could shoot 3 black, 6 white, 9 black etc to build a 6 (18/3) chain. if you shoot an enemy of the same colour as your ship, that enemy will 'burst' and fire missiles of the same colour straight at you. shooting an enemy of the opposite colour to your ship doubles the effe ...Show All

  • Visual C++ Office 2003 like look not supported in VC.NET

    Hie , I just got Visual Studio 2005 .NET recently .. and i was wondering why the new office 2003 like look is not supported in Visual C++ .NET....... ...the blue toolbar and menus show up in VB.NET , C# and J# but not in VC is it a seperate activeX or something Also i need to know how to do this via win32 API and C (i dont knw C++ and MFC =S) Thanx Gideon But then, What about VB.NET , C# and J# then.. why do they support the new look its silly that the whole suite EXCEPT VC.NET does;nt support the look.So if i made an application in VB.. it would have the new look.. and then if it must be made in VC.. i have to buy a seperate library... .. also i can't afford ANYTHING like this.. i'm not even 16 yet!! i started qbasic at 11 .. ...Show All

  • Windows Forms Calculating Total

    hi everybody, i have a datagrid and it has many columns out of which amount is one column, and i have a textbox outside the grid, if i fill the amount column automatically textbox should be filled with the total amount, i did the coding part for calculating total, but the issue is i want the textbox to be filled after i leave the amount column in the datagrid, i have tried currentcell changed event, navigate event, tab index changed event, leave event, tab stop changed event, almost the events i tried out, but the value is not catching on the textbox, but the value catches in the textbox after i leave the whole row and then come to next row, i want the value to be catched after i leave the amount column ....... ...Show All

  • Visual C++ why i can't find the definition of the function throw()?

    LONG_PTR SetWindowLongPtr(int nIndex, LONG_PTR dwNewLong) throw() { ATLASSERT(::IsWindow(m_hWnd)); return ::SetWindowLongPtr(m_hWnd, nIndex, dwNewLong); } it is included in the <atlwin.h>,vs2003.net,please help me! The throw() in this declaration is part of the C++ syntax.  throw is not an identifier, hence there is no definition. ...Show All

  • .NET Development Newly inserted record does not appear in my GUI.

    Hi I am a newbie in C# and GUI development. I have a Windows.System.Form that has three panels. First panel is a collection of two buttons viz. "Insert New Record" and "Edit Record" buttons. Insert button takes you to second panel where it has comboboxes and textbox to enter the data that is then inserted into the database that is in /bin/Debug/databasename.mdb When I click on my second button which is 'Edit Record' it takes me to my third panel which displays' a list of records in the database. But for some reason, the newly inserted record(in the previous panel) is not being displayed. I would appreciate if anyone could point me towards a possible solution. Thanks in advance! 1>Below is the code for Insert o ...Show All

  • .NET Development How to set a File's Version Info

    Hello, I know the System.Diagnostics.FileVersionInfo class which works fine. Now I need a method to set the FileVersion, not only read. Is there a possibility with plain .Net 2.0 Thanks Sven There's no support for that in the framework. It's not easy to do at all. The only API Microsoft provide for changing native resources (which is how the version info is stored, as a VS_VERSIONINFO resource) is the BeginUpdateResource and related functions. But that still requires you to know the detail on how the information is stored. ...Show All

  • Visual Studio Team System Parameterize?

    We've created hundreds of webtests and will soon be publishing our application. I'm wondering: a) Is there any sort of "global" Parameterize Web Servers to parameterize all webtests in the project or are we stuck with opening each webtest one at a time to parameterize it b) We have added Data Sources and data binding to the fields in our web tests; how do we parameterize our Data Sources so they aren't bound to the development database when we publish our application >> You must open each web test and parameterize them individually. Once they have been >> parameterized, you can then "globally" change the target web servers by changing the Web >> Server name assignments in the load test context. That ...Show All

©2008 Software Development Network