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

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

ladydee

Member List

chub xbox
Steve_B
rhansen
renotiko01
RMORAR
Adam J Friedman
Todd Biggs - Windows Live
DawnJ
gudel
George2
Yousef ED
F. Gsell
Ultrawhack
TimMulholland
RHolt
Baller4lifeII
wiyosaya
wum
Muzzzy
soli3d
Only Title

ladydee's Q&A profile

  • SQL Server JDBC sample code using named pipe and SQLServer 2005 driver?

    Hi, Does anybody have a working Java code sample that connects to an SQLServer 2005 database on a remote host, via the default named pipe, from a client using the SQLServer 2005 JDBC driver Could you post it, or a pointer to it I've gotten java.sql DriverManager.getConnection() to work fine with TCP/IP connections before. But I'm a newbie with named pipes, and unclear on how the connection string/properties are different. I've tried to piece it together from multiple docs and threads, but haven't found sample code that quite fits my situation. I think a simple working example would best clarify the syntax. The server is not using SQL Express. Most SQLServer configuration options are defaults; the named pipes protocol is enabled. ...Show All

  • Visual Studio Tools for Office KB908002 - The 2003 exe redist

    As part of the deployment for a C# word addin, we need to deploy the fixes that form KB908002.  Using the setup and deployment project in VS2005 with a chatty install that's pretty straightforward, we just add it to the pre-reqs...easy money! However, we also want to do a quiet install.  This is somewhat challenging in the setup and deployment project that comes with VS2005 (especially when you've got some custome actions that show their own UIs ) but with a bunch of bodges and workarounds we've pretty much sorted it Now, I've been told that we can't use exes for a quiet install but need .msi files.  No problem for lockbackRegKey.msi and extensibilityMSM.msi Not so good for the office2003-kb907417sfx ...Show All

  • Visual Studio Express Editions no symbols are loaded for any call stack

    I get a no symbols are loaded for any call stack error when trying to debug my program, is there a way to make it create the .pdb Debug: 'Client.exe': Loaded 'C:\Projects\soc\soc\debug\Client.exe', Binary was not built with debug information. 'Client.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded. 'Client.exe': Loaded 'C:\Projects\soc\soc\debug\RakNetDebug.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded. 'Client.exe': Loaded 'C:\WINDOWS\system32\advapi ...Show All

  • Visual C++ betfair api

    Hi Has anyone written a program in c++ that uses the betfair api. Does anyone know of any example code Thanks J Hello Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For issues such as these please use the newsgroups at http://msdn.microsoft.com/newsgroups . Thanks Damien OTP ...Show All

  • Visual C++ wating progressbar

    how can i create a wating progress bar or busy progress bar where the progressbar dont now when the work will finshe in mfc c++ do i need to use the CProgressCtrl or another way thanks The MSDN discussion groups should be used to ask Win32 programming questions, not this Visual C++ forum. (This forum is about the tool, not what you do with it.) Brian ...Show All

  • Visual Studio synchronize threads created by VS2005 while calling MSSCCI API function

    Hi All, I am working on MSSCCI v1.3 (Microsoft Source Code Control Interface) API implementation. These APIs are called by all IDEs which support MSSCCI. Currently I am targeting for Visual Studio 2003 and Visual Studio 2005 IDEs. In the implementation code of these API functions, (which is a dll file) I am calling a function exposed by a .NET library (add-in) written in C#. In this .NET function, I am updating my GUI shown in Visual Studio IDE. Visual Studio 2005 has asynchronous behavior for calling SCC functions. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=280351&SiteID=1 Hence, two thread simultaneously trying to update my GUI through my exposed .NET function which gives me following exception. System.InvalidOperationE ...Show All

  • Smart Device Development Menu Problem

    Is there anyway to reuse one menu on other forms Developing with Windows Ce Mobile, Pocket Pc , Sql mobile, .net framework 2.0 Try to make a Form which does have a menu what you need. Simply select all Items of Menu and in Property Windows make their Modifier from Private to Protected or Public. Now Inherit all Forms from this Base for and Take Properties of Each form. In Menu Property Select the Inherited menu which cam from the Base Form. Done!!!! I was also looking solution for the same problem, I thought and done it in this way! Working Perfect now! I hope this is what you need to do! Best Regards, ...Show All

  • Windows Forms Common Tasks

    How do I add the cool 'Common Tasks' section to my user controls Awesome! Thanks, nobugz, that'll come in handy, but it's still not what I was looking for! Do this and see what I mean: Make a new project Drag a panel onto the main form A small arrow in a box appears at the top-right of the panel, which contains 'Panel Tasks'. How can I acheive this when I make my own user control ...Show All

  • Internet Explorer Development Is it possible to get raw HTTP requests and responses in my own Explorer Bar

    I wanna develop an Explorer Bar for IE to intercept RAW HTTP requests and responses. These includes raw data initiated by the URL entered in IE address bar, and images' URLs within that main HTML file. Is it possible Hi, I am interested in doing something similar which is to - list the images/css/js... files that are a part of a page - list the time it took to download them - list whether the item was served from the cache or not - display the http headers associated with that response ... Eric, you mentioned a few possiblities above. Regarding the namespace handler, could you share any pointers on it. I saw links for implementing a pluggable protocol handler but it seems that with the n ...Show All

  • Visual C# [C to C#] Send Structur with byte array from C# to C

    hi, i have a structure : ------------------------------------------------------------------------------- [StructLayout(LayoutKind.Sequential)] public struct DRVBINFO { public UInt16 wCardsNumber; public UInt16 wChannelsNumber; [MarshalAs(UnmanagedType.LPArray)] public byte[] myIntArray ; } ------------------------------------------------------------------------------- i want to send this structure from a C# to a C function ------------------------------------------------------------------------------- [DllImport("LightMng.dll", SetLastError = true)] static extern uint LightMngInit([MarshalAs(UnmanagedType.Struct)]DRVBINFO DRVBinfo); -------------------------------------------------------------- ...Show All

  • Visual Studio How can you distribute the build task for compact framework.

    Hi, Is there a redistributable for the MSBuild task for compact framework. Our software uses this build task, for building CF applications. The CF build task only seems to install with Visual Studio or the .NET Framework SDK. Is it allowed to distribute the files needed for this build task, like Microsoft.CompactFramework.Build.Tasks.dll for example Thanks in advance! / Joel Thanks for answering, I've now reported this as a bug, as you suggested. Now I can only wait and hope that they will see to it and make a redistributable. How hard can it be, it's only a few files, which I think should have been included with the rest of the MSBuild tasks in the .NET Framework Runtime. / Joel ...Show All

  • Windows Live Developer Forums CSS Tags

    It seems that a lot of the look and feel aspects of VE can be controlled through CSS styling... Is there a place where I can find what can and cannot be controlled through CSS Yeah read the terms of use. Clearly you can't hide or obscure the copyright and virtual earth links but everything is in the CSS except the tiles themselves from memory have no class attached. Best to use the web dev toolbar in FF to look at the CSS, the only issue you can face is getting your css to appear after the VE css in FF. All I can say is test, test, test!important John. ...Show All

  • Visual C# Move objects between System.Collections.List

    Hi! I have two Lists (System.Collections) and I want to move (or copy) objects from the first to the second one. This is my code for(int x = 0;x < list1.Count;x++) { list2.Add(list1[x]) } But every time C# gives this error: Object reference not set to an instance of an object. How can this problem be resolved Thank you! Yes of course, I always make that mistake. Wouldn't new List(list1) be the same as iterating through one list and adding the contents to the second as the original poster though. ...Show All

  • Visual Studio Team System BinariesRoot environment variable changes between B3R and RTM

    I'm hoping to find out what changes have been done regarding the BinariesRoot environment variable from B3R to RTM Looks like TFS/MSBuild RTM edition does not define the BinariesRoot env var anymore   NOTE: During the automated build process, a call is made to devenv, specifially for packaging purposes... at this point it seems that the previously populated BinariesRoot env var is no longer available.   Pre-RTM upgrade of TFS/MSBuild, the following command line was working, post RTM upgrade, the reference to BinariesRoot is no longer available:    <Target Name="BeforeDropBuild">        <!-- Run Release Packaging process  -->   & ...Show All

  • .NET Development import data from access to sql

    Hi all i'm working in vb.net 2005 i add new item sqldatabase i want to add existing table to these data base (import data base from access) the sql version that i have (sql server 2005) thanks alot Hi, So you have an existing Access db that you want to convert to Sql Server There are 2 different methods: In Access, in the tools menu select the upsizing wizard item (in database tools I think) Use the Microsoft SQL Server Migration Assistant for Access http://www.microsoft.com/sql/solutions/migration/access/default.mspx Charles ...Show All

©2008 Software Development Network