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

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

usguy

Member List

lldonn
Thomas Schneider
Douglas Olson
Ashish757
DeltaQ
egady1
Anand Menon
Pramode
Kai-Chih Hu
SteveBouffard
Brijwasi SIngh
Anatoly Beregovoy
Mike Healy
Gusti Satria
Søren Mondrup
tommaso_
Greg M.
NickNelson
J Denning
BobReed
Only Title

usguy's Q&A profile

  • .NET Development Visual WebDev 2005 - Doesn't syntax highlight between <% %> tags

    Is this a normal thing for the new .Net versions I use those tags a lot when placing one liners into an ASP page  ie <%=rs("data")%> Is there a way to enable syntax highlighting in these regions When I change the <% tags to <script ...> tags it works fine. Hop over to the http://lab.msdn.microsoft.com/productfeedback  and see if maybe there is already a bug or suggestion reported on this matter. If not you can go ahead and make a suggestion or report it as a bug. To me I would imagine that maybe Microsoft wants developers to only use <% %> for extremely small code snippets or D ...Show All

  • SQL Server ExecuteSQLTask

    Hey everybody, Is there any ways that I could execute a "ExecuteSQLTask" from a script task inside the package. I mean both "ExecuteSQLTask" and "ScriptTask" are in the same package. Any tips Thanks Ryan I have a set of rules in a table and depending on each rule type I have to execute a different step. ...Show All

  • Windows Forms DataGrid and collections

    Hi all, Is it possible to Get data from 2 collections into one datagrid. Is there some sample available. Thanks, Jkj. What he means is create a new collection that returns all of the results of the 2 or 3 that you currently have.  This new collection would simply take an array of ILists in the constructor and then merge all of the&nbs ...Show All

  • Software Development for Windows Vista Could you tell me how should I do to enable the work flow foundation can be used?:

    I have installed vs.net 2005 in my computer just now and there is no something which indicates the work flow foundation is available. So I downloaded the file of " Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe" from http://www.microsoft.com/downloads/details.aspx FamilyId=5C080096-F3A0-4CE4-8830-1489D0215877&displaylang=en. But the product code is required to install it. could you tell me the product code or another way to have the wff available. Thank you! There should not be a need for a product code. Which version of VS 2005 do you have If you are getting an error can you please post t ...Show All

  • Windows Forms Combo Box problem

    I have a bound Combo Box as follows:  With cmbRatings             .DataSource = htlAttributes.GetData.Tables(0)             .DisplayMember = "RatingDesc"             .ValueMember = "RatingID"  End With When the user selects an Item, I get the value of the RatingID from the SelectedValue  ...Show All

  • Visual Studio Team System Timeouts and 302 object moved

    Using VS2005 Team Suite, I recorded the WebTest succesfully but when I ran it, get some success and some failure. Some test fails for timeout and some shows " 302 object moved ". I tried TimeOut property to extend upto 300s . But still wouldn't help. Any tips or tricks A 302 Http status code indicates that the URL is a redirect. When you navigate to a URL that is a redirect, IE automatically receives the 302 and then retrieves the target of the redirect; displaying the final page in the redirect chain in the browser. The Web test recorder records the URL that you originally navigate to ( ...Show All

  • .NET Development how do I add an attribute?

    I currently have <phone ... and I want <phone type="fax" ...   I've found how to create custom elements, by creating a class with declared properties but I haven't been able to find how to add attributes. Thanks.   Thank you! I saw somewhere how to change the default schema namespace info: xmlns:xsd = http://www.w3.org/2001/XMLSchema xmlns:xsi =" http://www.w3.org/2001/XMLSchema-instance " can you tell me how to change this info as well ...Show All

  • Visual Studio 2008 (Pre-release) VisualBrush + BitmapEffect + Animation = Bug?

    There's an weird issue I've found with using VisualBrush and BitmapEffect at once. As I try to animate an element with BitmapEffect there's no problem. But as I create reflection with VisualBrush in XAML, the animation simply jumps from start to end. Here's the code:      1   < Grid xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation "     2           xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " ShowGridLines = " True " >     3     < Grid.ColumnDefinitions >   &nb ...Show All

  • Microsoft ISV Community Center Forums Extract code from .dot

    For some reason, (really not sure why, but it happens every now and then on my company's PC) my normal.dot file containing a few years' worth of customisations and home-grown macros was reset to the default a few days ago. My backup normal.dot has the toolbar customisations and lists the macros in the Tools>Macro>Macros window, but they do not run. ("Could not load Macro storage" error.) I can see snippets of the macros when I load the file into notepad. The VBA editor doesn't know they are there. Does anyone know if I can extract the macros from the .dot file - without using Word MS Office Word 2002 Windows XPpro Th ...Show All

  • Visual Studio Tools for Office InfoPathNamespace screwed...

    From the Infopath documentation: ....The InfoPathNamespace attribute (which is implemented by the InfoPathNamespaceAttribute type) is applied to a class to identify the XML DOM selection namespaces used within the class. The namespaces referenced in the InfoPathNamespace are maintained by the InfoPath project system.... However, I managed to get rid of all the information (except the My namespace) And InfoPath doesn't put it back either. Can anyone give me some hints about how to resolve this issue Tnx Rene Rene, From your post, it looks like you are using the Infopath Beta with VSTA. A ...Show All

  • SQL Server DateDiff function

    I can't get that function working in my SQL report. Can someone provide a sample code, please Thanks In the cell expression type: =DateDiff("d", "8/26/2005", "12/31/2005") You can also put a function in the report code (Layout View | Properties | Code tab).  And reference the code in the cell as: = Code.CustomDateDiff("d", Now(), "12/31/2005") Where CustomDateDiff is : Function CustomDateDiff(Interval, Date1, Date2)    CustomDateDiff = DateDiff(Interval, Date1, Date2) & " Days left in the year." End Function ...Show All

  • Visual Basic VB 2005 references problems

    Long time C# user and used 2005 since beta 1. Have done some VB class libraries with no problem but the Web IDE is telling me I have references I don't have in my project and don't show up on property pages...Is there a patch for VB 2005 Or am I missing something Hi Tronn, I appreciate your prompt response and detailed information. That is really a complex chart. Also from your description, in the Step 1 and 2, there involved just three projects. 1. Crypto 2. Common 3. WebSite So the scenario is similar with my test scenario. B reference A C referecne B C reference A In C, I reference A and then r ...Show All

  • Visual C# How to filter what rows of a database to show.

    Hello, I'm working on a project that uses three tables in a database, connected using foreign keys. My main table is a table of projects, I have another table of operations, where each operation has a foreign key called ProjectID that corresponds to a project in the projects table. What I want to be able to do is have a combobox with each project from the projects table, and when a user selects a project, show only the operations from the operations table that are connected to that project through the foreign key. So far I have a combo box that loads all of the projects to select, as well as other textboxes that show the other value ...Show All

  • SQL Server Import all xml-Files from a Folder into SQL

    Hello I'm just starting with SQL and BIDS. I have created a xml-Import to SQL Server which works without any problem. Now I like to import (daily) all xml-files of an appropriate Folder at once to the DB. The files will have different names each day. I could not find any help in the internet to solve this problem. Can someone give me an Idea how to import many xml-files out of the same folder to SQL Thanks & regards Chaepp The For Each Loop can do this. It is covered in Books online, or try this article- Looping over files with the Foreach Loop ( http://www.sqlis.com/ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. xFiles, Fun & annimation controlers!

    I am using vb.net with dx9c Does anyone know a good tutorial or reference for the animation controller and the LoadHierarchyFromFile and what is allocatehierarchy   Msdn seemed pretty vague on the subject.   C++ one will work, I would just prefer vb. Thanks Machel, c++ is too difrent (i guess i was wrong) does anyone know of any examples that work with dx9c in vb.net so far i have 2 forign languages examples that dont work and 1 book example that dosnt work ...Show All

©2008 Software Development Network