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

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

RWH_1

Member List

Yuko
TDRS
Jean-Francois H.
RajOnline
TomaszJ
Elkoda
Luca Serano
kmp112495
RayG
FLIPKE
David Noor (Microsoft)
Blueraven
jwlc76
JameyMcElveen
saigopal
pdressler
theking2
Sonu Vinod
James D. Wright
Rahul Ohri
Only Title

RWH_1's Q&A profile

  • Software Development for Windows Vista DirectShow with Visual C++ Express

    Hi, I've been having a few problems with getting Visual C++ 2005 Express to work with DirectShow. I'm getting an "unresolved external" linker error for CBaseVideoRenderer. I've built strmbase.lib and put it into the lib folder, but the error still pops up. To get the example and strmbase.lib to compile, I had to edit some syntax errors and comment out: #pragma comment(lib, "atlthunk.lib") in atlbase.h. Could this have broken everything You are using the lib to make filter but you want the lib to run Graph It's not the same kind of application... use dshow.h and strmiid ...Show All

  • SQL Server EXCEPTION_ACCESS_VIOLATION when installing June CTP

    Hi - I'm trying to install June CTP on Win2k3 SP1. Setup failed when trying to start services for configuration. In log files I found the following Computer type is AT/AT COMPATIBLE.                                                                               ...Show All

  • Windows Forms custom permission

    Well since i posted this almost everywhere with no answer, here it goes: i created a custompermission (implements IPermission and IUnrestrictedPermission) and a custompermission attribute (inherits from CodeAccessSecurityAttribute) (for declarative use) All my imperative declaration work as supposed ie: public function hello() as string dim perm as new custompermission("xxx") perm.demand() return "hello" e ...Show All

  • Architecture How to clean recent documents and access in batch mode

    Hi, Everybody knows that windows 2000 or XP keeps track of recent documents and accesses. I would like to know if there is any way to clean that automatically at reboot or in batch mode. I know that i can do that using the "Clear list" button, but i need anything more "automatic". We need to clean the following: - Recent Documents - Recent accesses (for example when your run programs from statrt -> run) Regards, Pebeto Hi, The recent docs and start\run info is stored in Registry under the hive HKCU: Recent Docs -> HKEY_CURRENT_USER\Software\Microsoft\W ...Show All

  • Windows Forms Switches in Console Application??

    Can anyone tell me, what is the proper way of creating switches in a console application I want to have certain functions execute on a specific switch. Ex... c:\MyApp /start If you want them to run consecutively, <i>don't</i> create a new thread.  By doing the Thread.Start stuff, you're introducing the problem you're trying to avoid.  Just c ...Show All

  • SQL Server Recompiling extended stored procedures, need OPENDS60.lib 64bit for x64 (64bit extended)

    I am upgrading a SQL 7 to SQL 2005 64bit on AMD processors. I need to recompile some extended stored procedures but I can't seem to find opends60.lib in a 64bit. I don't have a SQL 2005 64bit server setup and running yet and I am trying to get the extended stored procedure to recompile using Visual Studio 2005 with an active solution platform of X64. My searching has shown some people saying this file was available on SQL Server 2005 beta 3 but I can't seem to find that beta to download. You may wonder why I don't rewrite as a CLR. I would love to but I can't seem to replicate the functionality. What this extended stored procedure does is to ...Show All

  • Visual Studio 2008 (Pre-release) Global RoutedCommand

    How can I have a global RoutedCommand By global I mean that no matter which Page it's Executed from, it will be recieved in all pages. I'm not aware of any way to do this since commands bubble up, not sideways. Can you describe what it is you want to do With some more details, maybe someone will be able to recommend a good way to do it. Cheers, Drew ...Show All

  • Visual Studio Team System Tests

    Hi how can i edit the test documents because i want to see the documents on every new test projects (for example a word file as test) I want to write a manual test and on every new test project this manual test should be here pleas help me Hi, I'm not clear what your looking for. However, I have some suggestions. If you want to add a manual test to your project, Go to the test Menu, select "New Test", and then select a manual test. Once it's in the project, double click it in solution explorer, and you'll be able to edit it in word. If you want to make sure that manual tests are created as part of the creat ...Show All

  • Smart Device Development WM5 .NET 2.0?

    Hi! Sorry, title maybe misleading....   Basically in the UK the next version of the smartphone (SPV) is C600 (after the successor C500) and it will be launching at the end of the month now, I know it has WM5 (hurray!!) BUT would like to know, if anyone knows (esp the MSFT guys)... will it have .NET CF 2.0 I know it was in beta etc... for the past few months but now for MSDN subscribers VS.NET 2005 has been officially launched but the official launch will be next week and will ship in December   Question is - will WM5 have .NET CF 2.0 If not, then I guess the only way you can have .NET CF 2.0 is on the other smartdevices (M500 ...Show All

  • SQL Server SQL 2005 upgrade and 32bit/64bit mixed environment questions

    We are planning to upgrade our entire environment from SQL2000 to SQL2005 Standard and I have a couple questions: 1. If our developement servers are going to be running SQL2005 32bit and our production servers are going to be running SQL2005 64bit are there going to be any compatibility issues between them We will be transferring tables and objects back and forth between them on a regular basis and will also perform db restores on the 64bit systems from .bak files created on the 32bit systems, and vice versa. 2. Our developement servers will likely be upgraded by way of an in-place upgrade to SQL 2005 but our production servers will ...Show All

  • Windows Forms Click DataSource dropdown, get object reference error

    As the subject says, everytime on 2 different machines every time I click on the DataSource dropdown I get a object reference not set to in instance of an object error. My control in question has a BUNCH of datasources, not that I manually added them but a 3rd party control just added a crapload of them, and if I double click inside of the combo it starts iterating through them, which does me no good since there are so many of them on this control, and irregardless, all of my forms are experiencing this bug now. I can use the menu item to add new datasources without a problem, but I'm still missing true designer support, and since the err ...Show All

  • SQL Server Adding nongrouped data into Group row

    This may sound a bit weird...but here it goes.  I have in my SSRS 2005 report one table.  In that table I have: Header1 Groupp1 Footer1 Some of the fields in the Group look like this: Company Number    Branch    FeeGoal  The problem I have is FeeGoal.  It comes from a table that is simply joined to my main dataset (via the dataset's stored proc) on company number.   So I do not want this one summed.  I want it to be the value the user entered for that company only, not summed.  I have an ASP.NET input form where each of the companies has one FeeGoal input ...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

  • Visual Studio Team System Unit Test Throws Exception

    I'm attempting to learn how to use unit tests. However I have never experienced this type of error before and what it means. "Not Runnable GetNameTest TestProject1 Error while setting custom property UrlToTestAttribute: The type initializer for 'Microsoft.VisualStudio.TestTools.TestCaseManagement.UnitTestUpdates' threw an exception." The test method is as follows: /// <summary> /// A test for GetName () ///</summary> [ TestMethod ()] [ HostType ( "ASP.NET" )] [ UrlToTest ( http://localhost/test )] public void GetNameTest() {     object target = TestProject1. TestClassAccessor .CreatePr ...Show All

  • Windows Forms Disabling Tabs

    how do i prevent a the user from changing to a different tab TapPage has Enabled Property but it's for internal use by .Net Library so they dont make it appear in intelisense so to control access of tabpage handel SelectedIndexChanged event in you code this will let you control access of tabpage Look this link at MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbtskdisablingtabpagesprogrammatically.asp [ ^ ] You can make diasble effect by handle DrawItem event ...Show All

©2008 Software Development Network