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

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

Ninerh

Member List

Diesel31
Chandra111
rikimaruXP
Carmen Zlateff MSN
jimc52
JohnHadj
Winnie Ng
Eugene Yen
mpietras
CloudedTurtle
tonante
Raj Parmar
JonT
Amit Diwan
Dondata
prasanna1579
brgmgb
Julio Santos
Pramod S Kumar
burton
Only Title

Ninerh's Q&A profile

  • Visual Basic Calling API with "void *"

    I declare a function in VB6 thusly: Private Declare Sub CopyPtrFromStruct Lib "kernel32" Alias "RtlMoveMemory" ( ByVal ptr As Integer , ByRef Struct As Any, ByVal cb As Integer ) and call it: CopyPtrFromStruct(mxcd.paDetails, Struct, Len(Struct)) What should I change the "Any" to in order for this to work I tried Integer, but then got the compiler error "Struct cannot be converted to Intege ...Show All

  • Visual Studio CRRedist.msi

    Problem running msi: I get the following message "The parameter is incorrect" I had the beta 1 installed (including Crystal Reports)  previously but remover the it following the published instructions. Any idaes   Ta in advance, Michael Hello Michael, Which version of Visual Studio 2005 do you have installed now Where did you did you get the CRRedist.msi file you are using At what point do you get the error message Keith ...Show All

  • Visual Studio Team System When does Hatteras read in the Testing Policy metadata file?

    Visual Studio/VSTS Version: Beta 2 At what point will Hatteras reload the Team Project Testing Policy metadata file (.vsmdi) I have created a new test. This new test does NOT get picked up under the following circumstances: - When the test is added to the test list that is configured for the check-in policy I have configured for Source Control - As above and the solution is reloaded - As above and Visual Studio is restarted The only w ...Show All

  • Windows Forms Win Form & ASP.NET

    Hi, I have a question: how can I, if it's possible, add a winform to an asp.net page Hi greath78, you are missing something. You should write  "http:Test.dll#Test.Test". eg. <object id="MyTestCtl" classid="http:MyCustomControl.dll#MyCustomControl.MyCtl" height=& ...Show All

  • SQL Server How to connect database under Windows Authentication?

    Hi, all. I develop my JDBC program under SQL SERVER Authentication using Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver").newInstance(); Connection con = DriverManager.getConnection("jdbc:sqlserver://dataserver:1433; DatabaseName=database", username, password); It works well. After my company update the database to SQL SERVER 2005 using Windows Authentication. My program sucks. I want to know the format of JDBC connectivity code ...Show All

  • SQL Server SQL error while installing CRM 3.0

      Im pretty new to SQL so my trouble shooting efforts have gotten no results thus far. We are running Server 2003 for small business (clean install, mostly default settigns) sp1, with SQL 2005. I recieve this error while trying to install CRM: [dbnetlib][connectionopen (connect()).]sql server does not exist or access denied. I have tried re-installing SQL 2005 and old versions of SQL.   ...Show All

  • Windows Forms Customizing tab order

    I have 40 textboxes on a form and I want to use alt&right to move through the first 20 textboxes only and then when tabindex 20 is reached it returns to tabindex 0, hopefully in a button event. I would prefer not to do seperate keydown, keypress and keyup events for each textbox. This is what I tried so far but it doesn't work, when it reaches tabindex 20 it goes to tabindex 21. private void Form_KeyPress( object sender, KeyPr ...Show All

  • Visual Studio Team System How to specify custom constraints?

    I am trying to specify some custom database constraints like: - a database connection string should not include a username & password (but only Windows integrated authentication) - a dabase connection string should not include a Network library setting or a port number in the data source - I thought it would be quite simple, but I've been struggling for several hours with no result. Any help is appreciated. ...Show All

  • .NET Development Newbie, Updating Records

    Hello, I'm quite new to .Net/C# in VS2005. Having years of experience in Delphi/Vcl environment blocks me here. I've created a grid that allows me to search in data, when selecting a record in that grid i'm updating another tableadapter to select the complete details of this record. In the search only the descriptions are selected. This works fine. The data is displayed with textboxes that have databinding. I've even (by test) attached a d ...Show All

  • Visual C# datagridview / cells and rows

    hi, i need help, how can i get the value from a particular dgvcell if i'll select the entire dgvrow and how to auto-select a row oh yeah. . . if your grid is bound to a binding source which is inturn bound to an IList, at any given time, BindingSource.Position will return the index of the currently selected item in your IList BindingSource.Current gives the actual selected item though you will have to cast it to the particular ite ...Show All

  • Windows Forms ClickOnce Fails to Install (DFSVC Problem?)

    I have a clickonce application that is failing to install. When browsing to the publish.htm or even the MyApp.application file, nothing happens. Seriously. The page refreshes and then nothing. I've looked and it doesn't seem like DFSVC.exe is starting. This has been a problem since beta 2 for several of our machines. I've deleted the Apps folder, I've used mage.exe -cc, and I've made sure the old beta 2 was completely removed. Please help. This ...Show All

  • Smart Device Development Using DPAPI with .NET CF 2.0

    Hello, Has anyone managed to use the DPAPI with the .NET CF 2.0 I'm unable to get my code working through a C# application. It keeps failing on the Marshal method in the following code. private static void InitPrompt(ref CRYPTPROTECT_PROMPTSTRUCT ps) { ps.cbSize = Marshal.SizeOf( typeof(CRYPTPROTECT_PROMPTSTRUCT)); ps.dwPromptFlags= 0; ps.hwndApp = NullPtr; ps.szPrompt = null; } Thank ...Show All

  • Visual Studio Tools for Office Remove This Smart Tag

    I've developed a SmartTag using C# (btw very slick... thanks VSTO team!). In the smart tag context menu, apart from my own actions, there are some default ones like Remove This Smart Tag Stop recognizing 'foo' etc. My question is how do I deal with "Remove this Smart Tag" If the user clicks on it, they expect my document will no longer place a smart tag in that same spot. Unfortunately, there doesn't seem to be an event to tell me t ...Show All

  • Smart Device Development Anyone give me a poom's sample. c#

    please don't use inthehand's dll and language isn't c++, it can run on ppc 2002. Hi Geng, The ability to call COM components directly from managed code (C# and VB.NET) was added in NETCF V2.0 NETCF V2.0 is not supported on PPC 2002. So you are limited to the NETCF V1.0 approach in which case you'll have to use P/Invoke wrappers which involves native code. http://blogs.msdn.com/stevenpr/archive/2004/ ...Show All

  • Visual FoxPro Enhancement Request: Ability to pass cursors as parameters

    The ability to pass a cursor to a method of an object belonging to another data session would be a great addition for a future versions of VFP. Today, we have to resort to arrays, which is kind of a kludge, or CursorToXML/XMLToCursor, which is way too slow for large data sets. If cursor could be passed between data sessions, n-tier apps would benefit greatly. Any thoughts Eyvind.   Craig Berntson wrote: ...Show All

©2008 Software Development Network

powered by phorum