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

Software Development Network >> I need's Q&A profile

I need

Member List

Drone
Easy_Care
Karl H
v_fon
Caloroin
BillMiddlebrook
mwharton
JeffreyKey
Jawad Munir
Antony Nguyen
Ben Nevarez
CSharp McGyver
RobertPalmer
Daniel Rosales
zoxter001
Alexey Orlov
noelc
hinshelm78
MaurizioG
Flavio_ita
Only Title

I need's Q&A profile

  • Smart Device Development Session Initiation Protocol(SIP) for pocket pc

    hi , can any of u help me find out if there is any api for Session Initiation Protocol(SIP) for pocket pc. n if any idea can u provide any links . Hi, i got a SIP application, but i not sure if i am connected to the pocket pc 2003 emulator to the desktop pc. I using activesync 4.5, and the application got a SIP emulator which act as a server to connect pocket pc. I can connect to activesync and even can surf net but i can't connect to the desktop emulator and i don't know if the pocket pc need a ip address to connect to the desktop, anyone can help ...Show All

  • Visual Studio Express Editions Connecting to sql server

    Please can anyone help me with this in case i want to connect a winform to a database on an sql server as follows: a form first should ask about the connection to wanted when selected and pressed ok another form appears with a datagrid, showing the content of the table in that database. i've done that using MS VB6, but in .NET it's different and i want to know the coding language so i can learn to use it. Thank you hi, sqlconnection >>> http://msdn.microsoft.com/vbasic/reference/data/default.aspx pull=/library/en-us/dnsql90/html/mandataaccess.asp#mandataac_topic5 featching da ...Show All

  • Visual C++ enum MyEnum : short { ENUM_ELEMENT = SHRT_MIN } = Warning C4341 ???

    Am I missing something here I'm using VS 2005, and this: enum MyEnum : short { ENUM_ELEMENT = SHRT_MIN }; Results in this: warning C4341: 'ENUM_ELEMENT' : signed value is out of range for enum constant SHRT_MIN is defined in limits.h as: #define SHRT_MIN (-32768) /* minimum (signed) short value */ BTW, I tried SHRT_MIN+1 and got the same thing. It might be two compiler bugs.  My preliminary question is "are you compiling this under C++/CLI (compiling C++ with /clr switch) " According to this version ...Show All

  • Visual Studio Documentation or more info on these parameters?

    Hello, I was looking at the ASP.NET trace of my web application that hosts a VS2005 .NET ReportViewer control and saw some URLs in GET requests that troubled me....  In particular stuff like: http://localhost/WebSite3/Reserved.ReportViewerWebControl.axd OpType=DocMapReport&ClientController=ClientControllerReportViewer1&ReportUrl=%2fWebSite3%2fReserved.ReportViewerWebControl.axd%3fReportSession%3dlno2sd2lxxqlnd45vesswg55%26ControlID%3d07d95b8e-1f84-4b15-9a88-704d5d8cbdee%26Culture%3d1033%26UICulture%3d1033%26ReportStack%3d1%26OpType%3dReportArea%26Controller%3dClientControllerReportViewer1%26PageNumber%3d1%26ZoomMode%3dPerc ...Show All

  • SQL Server SQL Server Management Studio Express CTP?

    Ive succesfully installed the final versions of VWD Express and SQL Server Express and SQL Server Management Studio Express CTP. Everyhting is working fine except the SQL Server Management Studio Express, when i click on it in the start menu nothing happens at all, ive tried uninstalling, repairing etc but it still never starts up when its clicked on. Any ideas please Found a solution to the problem that allows both SSME and the full version of the SQL Books to run side-by-side. Have a look at this discussion and see if that fixes your problem: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=132643&a ...Show All

  • .NET Development VS 2005 Globalization Issues

    I'm currently writing an ASP.NET 2.0 web application that needs to be multilingual.  It has a master page that defines the look and feel of the entire web applicaition, with many content pages as you navigate around the web application. My initial thought was that I would include a resource file for each language, and then pull the localized data from them after I has discovered what language was being requested.  I noticed that you can get the requested languages, and IE is all set up for allowing users to request languages in a priority manner, and I can retrieve them in the request.UserLanguages collection.  I also noticed ...Show All

  • Windows Forms search in a list

    Hello, I am beginner with WinForm, I want to make a form with 2 parts : At top, a textbox and below a listview when typing a charactere in textbox, i want to filter the list displaying only row responding to the filter. for example if "a" in textbox only the name beginning with "a" in the list. I don't know how to begin . Can someone help me Thanks a lot Yes, you can do this. If you are using .NET 2.0, though, take a look at the AutoCompletion settings. You can set up the TextBox to do this automatically, much like the Address Bar does in Internet Explorer. In your approach, you can use the ...Show All

  • SQL Server Reporting on an Analysis Services data cube

    Hello, The problem I am having is I am trying to report on an Analysis Services data cube. I connect fine but for some reason the "MDX query designer" does not appear as an option for creating the query for this data source. Is there a component of SQL 2000 or visual studio I am missing Any help Would be great Thank you One good starting point might be this link: http://www.microsoft.com/downloads/details.aspx FamilyID=f9b6e945-1f4c-4b7c-9c83-c6801f0576ff&DisplayLang=en It is a rs 2000 sample that uses cubes. I hope this helps ...Show All

  • SQL Server Transfer Object and Click Once

    I have an application which uses SMO to perform various database tasks. When deployed using ClickOnce from a Website and set as a FullTrust application the application has the following behaviour when attempting to transfer database\data: ... transferObject.TransferData ... Error: 'HRESULT: 0xC0011008', ie DTS_E_LOADFROMXML error All other database connections\functionality within the application, which connects to MSDE and SQL Server Express databases, appears fine. At the moment it is just the TransferData() method which gives the error. I have published this locally to confirm the the deployment mechanism - Local Web Server: I ...Show All

  • SQL Server Bulk insert using folder

    Has anyone successfully used the SSIS Bulk Insert Task to insert files into a DB using the Specify Folder Option jm ...Show All

  • Windows Forms dataGridView + mousewheels

    It it possible to scroll the dataGridView control using mousewheels Yup. This is supported!   thanks, -mark DataGridView Program Manager Microsoft This post is provided "as-is"   ...Show All

  • Windows Forms DataGrid - select entire row

    Hi I am trying to enable multiple selection of rows with the RowHeadersVisible property set to false. When a user clicks a cell in my datagrid I want the whole row to be selected.  I have achieved this by extending the DataGrid and overriding the OnMouseDown event: Protected Overloads Overrides Sub OnMouseDown(ByVal e As MouseEventArgs) Dim hti As DataGrid.HitTestInfo hti  ...Show All

  • Visual C# Enumerator or foreach - which one is better

    I have a List<int> that say, has 10000 items in it. It is faster to get the enumerator object or do a foreach on it Thanks Ralph I Guest that the fast way is to use a normal for to iterate the List List < int > list = new List < int >(); // Here we add the items to the list int length = list.Count; for ( int i = 0; i < length; i++) { //Do you code for the list here. } ...Show All

  • Visual C++ Manifests in VS2005-- What are they?

    In my experience, manifest files have enabled the Windows XP control themes in applications. That is all I know about them. Can anyone explain what manifests are, and how they are used I also noticed that Visual Studio 2005 Professional supports embedding manifest files. Does this mean the IDE is capable of automatically making applications support Windows XP control themes Thanks ahead of time. I tried with adding manifestodependency through linker command line as below /manifestdependency:type='Win32' name='Microsoft.Windows.Common-Controls' version=' 6.0.0.0' processorArchitecture='X86' publicKeyTok ...Show All

  • SQL Server Execute a SSIS master package through an ASP.NET web app

    I am trying to execute a SSIS package via a web application built in c#.  I found a sample to read the output of a data flow task, but I'm stuck.  If I build the command line syntax for the package, create a DtsConnection object and set the connection string to the syntax, what else do I need to do   Thanks. Clay A call to the Variables collection with an index or name will return a Variable object. You modify its Value property. ...Show All

©2008 Software Development Network