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

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

N5GE

Member List

Soup01
gvraovc
PostMeridian
paul holmes
Sam Hobbs
Sql4088
Level255
Hil H
logtorahul
TRACEYMS
SQLChamp
keep-it-unreal
Davids Learning
Alexey Shirshov
AdamusTheGreat
m.eisenstein
Joffies
Hugor
AFTAB
Eyso Zanstra
Only Title

N5GE's Q&A profile

  • Software Development for Windows Vista Download Windows Workflow Foundation Beta 2

    I am trying to install Windows Sharepoint Services 3.0 Beta 2. It has as a prerequesite Windows Workflow Foundation Beta 2. I cannot find it. Anybody know where to find WF Beta 2 Thx What 4 digit build number of WF does the SharePoint beta you have request Sounds like you have the older SharePoint beta 2 which needed 3807.7: http://www.microsoft.com/downloads/details.aspx FamilyID=5c080096-f3a0-4ce4-8830-1489d0215877&DisplayLang=en The SharePoint Beta 2 TR requires 4203.2: http://www.microsoft.com/downloads/details.aspx FamilyId=C6636E90-26E6-44E0-8780-5D3CCD3D94ED&displaylang=en Regards, Paul ...Show All

  • Windows Live Developer Forums Has anyone implemented a rectangle zoom?

    This question probably isn't clear -- some maps allow users to drag a rectangle on the surface of the map and then onmouseup the map zooms to the area within the rectangle. Has anyone implemented this If so are you wiling to share a code sample Thanks. ..and for those of you without a middle mouse button (or hate using it as much as I do): ALT-left click does the same thing. :) ...Show All

  • Software Development for Windows Vista how to pass data between two activites

    Hi, I am new to WF. In my workflow scenario, there are more than one activity. I want to pass data from one activity to next activity. Is it possible in WF If so, could you please tell me the way to pass data between two activities. Thanks & Regards, Chakri. Thanks kavitha. I will look into the sample. My problem is in one activity i process some logic and got some result. I want to send this result to the next activity. So that next activity can process its logic. ...Show All

  • SQL Server updateting DataSet to MSSQL with XML datatype field

    We are trying to update a changed DataSet to at table in MSSQL server The table have an XML field and that gets converted to System.String when we get from the DB when we try to save the dataset the XML field ind the table is set to NULL How can this be, the DataSet can convert it to System.String when we SELECT it from the DB, but when we save, nothing happens and we get an empty field. Not even an SQL error... This is what you get for beeing new in .NET :o) I have absolutly no idea why or what I did, but now it works.... The xml gets saved in the DB I would still like to know how to get the SqlXml datatype directly to the DataSet, but maybe thats not possible... Thank anyway.. ...Show All

  • SQL Server Nested Tables

    Using SSRS 2005, is there anyway to embed a table in a table and link the two together in a parent child relationship R WHat do you want to achieve It sure can be accomplished by using the standard functionality. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms Aligning text in Label

    How to align text in a Label control to right I set the RightToLeft = True but it doesn't work! Thnk you! I will change the text of the label programatically. If i change the AutoSize property, will it resize correctly It does not reside in the same right position! Thnx! Kapalic ...Show All

  • Visual Studio Team System determine if a context parameter exists

    I have a web plugin that has a request check. It checks if a certain context parameter is set nd then skips the link if a certain condition is not met. However, I do not extract this context paramete until half way into the script., so all request fail with "the given key is not in the dictionary." Is there a way to avoid this I was thinking something similar to VB's IsMissing. Did some searching... which I should have done in the first place... but figured an answer her ewould be nice so here it is... e As PreRequestEventArgs e.WebTest.Context.TryGetValue("F_FRAMES", TestContextPara) Returns true if "F_FRAMES" exists as a context parameter and then sets the value of TestContextPara to the value ...Show All

  • Internet Explorer Development ie7

    I know this isn't the exact forum for this question, but this is my last hope. How do I re-enable addons in IE 7 I really need an answer. -Ben Go to Internet Options then select Programs tab. Click on Manage add-ons. If it still doesn't work, try reset your Internet Explorer settings by Advanced tab and click on Reset... ...Show All

  • Windows Forms The designer could not be shown for this file because none of the classes within it can be designed.

    The following error started to happen after I imported some standard objects whose instances I wanted to migrate via the clipboard from one version of an application to another. Now I get this error everytime I try to create a WinForm solution. The error follows: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The designer could not be shown for this file because none of the classes within it can be designed. Hide at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at System.ComponentModel.Desig ...Show All

  • SQL Server Deployment options help!

    Sorry I am a newbie in SSIS. I have got a small project that requires to feed in a .CSV flat file and load the data into SQL server 2000. I developed a SSIS package for this and get it working in my computer, but I need to deploy it to customers that they don't have VS 2005 or SSIS installed. May any one of you give me some clues on that I played around with the flat file deployment and again it seems only working on my computer as I have everything installed. Did you read BOL http://msdn2.microsoft.com/en-us/library/ms180167.aspx http://msdn2.microsoft.com/en-us/library/ms137900.aspx or the SSIS management whitepaper http://www.microsoft.com/technet/prodtechnol/sql/2005/mgngssis.msp ...Show All

  • SQL Server pfpageallocation issue with SP2 CTP

    We applied SP2 CTP and now we periodically get the following error primarily when running MDX queries, although it is not limited to running MDX: " An error occurred in the application: Internal error: An unexpected error occurred (file 'pfpagealloc.cpp', line 428, function 'PFPageAllocator') " This is a sporadic issue and after receiving it, you can simply run the MDX again (or reprocess a dimension, cube, etc.) and it will run fine. However, in addition to affecting MDX execution, this does sporadically affect cube builds and other processes studio. We are experiencing this on both of the servers we've installed SP2 CTP on. Anyone have a similar experience Wouldnt be surprized to s ...Show All

  • Visual Basic Tones

    How do I generate tones in visual basic 2005. Not the beep,but a tone that I can varry. Also How to read the presents of a tone at the input on a sound card Thanks for any help you can give me. (Dennis) Bart371, According to your question, I suggest you to read this article titled Advanced Basic: The Sound of Music in MSDN Magazine. Please take a look at the following link show this article: http://msdn.microsoft.com//msdnmag/issues/06/01/AdvancedBasics/default.aspx ...Show All

  • Windows Forms IContainer needed or not?

    Question I am creating a stand alone class library to centralize the processing of a Notify Icon and message system in a manager class to provide value added services to the operations. My question is this, one of the constructors for NotifyIcon has the option of using IContainer object. What are the pro's and con's of using the IContainer object Platform .Net 2 C# advTHANKSance The only thing that NotifyIcon(IContainer container) does is to add the component to the specified container. The result is that when the container will be disposed the NotifyIcon object will be disposed also. There's nothig really special about using IContainer... except that you don't need to call dispose for the component (assuming the container ...Show All

  • Visual Basic Error in DataTable

    Dear All, I get error msg "Object is not an ADODB.Recordset or an ADODB.Record.Parameter name: adodb" when I use following code. If I declare the function and calling sub as DataSet it works fine, but it makes error with DataTable. Public Function GetProductDetail(ByVal ProductID As String) As DataTable Dim techConnection As OleDbConnection = New OleDbConnection(strConn) Dim techDataAdapter As OleDbDataAdapter Dim dtProductDetail As DataTable Try Dim strSQL As String = _ "SELECT * FROM Products WHERE ProductID = @ProductID" Dim techCommand As New OleDbCommand(strSQL, techConnection) techCommand.Parameters.Add("@ProductID", OleDbType.VarChar, 20, "ProductID").Value = ProductID techDataAdapter = N ...Show All

  • Microsoft ISV Community Center Forums Pasting Formula with ""

    How can I paste a formula that contains "" For example, I get an error when I run the following: Sub Test() Range("c1") = "=IF(ISERROR(VLOOKUP(A1, $A$10:$B$20, 2, FALSE)), "", VLOOKUP(A1, $A$10:$B$20, 2, FALSE))" End Sub Thanks, Joe Hi, You need to double up on the quotes. Range("c1")= "=IF(ISERROR(VLOOKUP(A1, $A$10:$B$20, 2, FALSE)), """", VLOOKUP(A1, $A$10:$B$20, 2, FALSE))" ...Show All

©2008 Software Development Network