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

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

ffokcuf

Member List

Shaantu
ThisSummer
Madhavan281981
amehrich
K_Dean
Vale Surfer
Evan Mulawski
nyforever
Polity4h
dezrtluver
rauhanlinnake
anisk
Leahx
Donal McWeeney
Nick K.
mkfl
Kamii47
CARMCK
Nagendra Rao S.V
Lance77035
Only Title

ffokcuf's Q&A profile

  • Microsoft ISV Community Center Forums Derek and/or Cindy

    Hello Derek/Cindy, Would you mind having a look at thread : personalized command bar disappears when minimizing excel by Herkus and let me know what the cause might be. I found a solution but would still like to know why and you are the people that could possibly have an answer. Many thanks Chas ChasAA, I like your attitude towards this forum ma man. You got a blog You want a blog over at dotnetslackers.com I had a look at the post but my brain hurts right now. I'll try again in a couple of days but I think duckthing found the problem but I'm wondering if there's a solution. ...Show All

  • SQL Server URGENT PLEASE HELP - Failed to reserve contiguous memory

    Hello i’ve a problem in sql but i cant fix it some on can help I’m runnig SQL Server 2000 SP4 with Windows 2003 Server with the hiper threding tecnology. The error is this: 2007-02-27 07:31:12.30 spid59 WARNING: Failed to reserve contiguous memory of Size= 65536. 2007-02-27 07:31:12.31 spid59 Buffer Distribution: Stolen=609 Free=911 Procedures=523 Inram=0 Dirty=63344 Kept=0 I/O=0, Latched=32, Other=47333 2007-02-27 07:31:12.31 spid59 Buffer Counts: Commited=112752 Target=113711 Hashed=110709 InternalReservation=122 ExternalReservation=2216 Min Free=128 Visible= 113711 2007-02-27 07:31:12.31 spid59 Procedure Cache: TotalProcs=251 TotalPages=523 InUsePages=291 2007-02-27 07:31:12.31 spid59 Dynamic Memory ...Show All

  • .NET Development Ink Overlay Handle Leak

    I have an application which seems to have a handle leak due to using the InkOverlay class. Every time I open a form that creates a new instance of InkOverlay it increases my handle count by 10. When I close and dispose of the form, my handle count only drops by 5. I am using NET 1.1 at this point on a desktop application that can also be run on a table PC. Below is a simple application that I have used to test this theory. public class Test : System . Windows . Forms . Form { private System . ComponentModel . Container components = null ; public InkOverlay oInk; public Test ( ) { InitializeComponent ( ) ; oInk = new InkOverlay ( ) ; } protected override void Dispose ( bool disposing ) { oIn ...Show All

  • Visual FoxPro VFP 3.0 on XP

    I need VFP for a small project, and I don't want to spend USD 600 for a new version (is there a beta version still available ) Is it ok to install VFP 3.0 on Win XP Thank you, Tor Henrik Beta is not available anymore. In any case you should not deliver software based on a Beta version as it is bound to be slow and buggy. That's why it's in Beta. VFP 3 will install but you are talking of the oldest, buggiest, less-capable VFP version. I would reconsider. ...Show All

  • Visual Studio Team System Specifying custom properties for Unit Tests at class level

    Hi, I am having a test project with one class "UnitTest1". "UnitTest1" is having 10 unit test methods say "TestMethod1" to "TestMethod10". Now I can define custom properties for any testmethod by doing like this: [TestProperty("PropertyName", "PropertyValue")] Now if I want to define the same custom property for all 10 tests in my testclass then I've to repeat the above statement 10 times. I don't want to do it. Because say a property "Reviewer" is applicable for all tests and I expect the same value for "Reviewer" for all tests with in a testclass. So I want to define such property at higher level(Test Class) so that it become applicab ...Show All

  • Windows Live Developer Forums No Themes Tab!!!!!!!!!!

    I clicked Customize but there was no "themes"tab, I checked everywhere on my space in edit mode but theres no themes tab ANYWHERE... my friend told me to click "module" when the customize box shows up, but there isnt a 'module' tab.. Can someone please help me with this thanks ...Show All

  • SQL Server Configure connection strings for deployment to different servers

    Hi, We currently have a test and development environment for our data warehouse which is using SSIS packages to build (SSIS packages call stored procedures). We have multiple connections accross the different packages. The problem that we are having is when we deploy the packages to the development environment, the connection strings in the packages are still pointing to the live server! Hence, when we run these packages in the test environment, they actually execute the stored procedures in our live server. I have tried to use package configurations and the deployment utility to assist us in this regard but have still come up with a few problems: - When running the deployment utility, I still have to go and manually type ...Show All

  • Architecture Application Architecture for Dynamic Data Capture (loans application)

    An enterprise loan application we are designing requires that the loan application data capture forms change periodically (e.g. every 6-12 months). This includes changing the UI and the data captured. The current incarnation of the application has all the UI in the database (yes, the fields, their type, screen location, etc) and the data is stored as a highly generic name-value-pair in a table. The users also require the ability to be able to look at any loan application data, at any point in time, displayed in the original format. By having this data driven approach, our automated unit testing is very difficult, we cannot leverage existing tools for UI development or for data object generation, and we compromise scalability, UI independan ...Show All

  • SQL Server Export cube browser data to excel

    Hi All, Is there a way to export data directly from the browser of a cube into excel formats ( Just like we have a export option in reporting services.) STorne I am curious about this myself, as it'd be so easy/convenient However, I don't think there's such option I do it now by either taking screenshots, or use Excel PivotTable (which is still not quite handy as the Cube Browser, either in VS2005 or SSMS) ...Show All

  • Software Development for Windows Vista What is the Proper Way to Build VistaBridge Sample in Vista SDK RTM?

    Hello, Here is what I have Installed: Vista Ultimate RTM x64 Vista SDK RTM Visual Studio 2005 professional sp1 beta What is the proper way for me to build the VistaBridge Sample, so that I may know how to use Vista new Common File Dialogs in my program Everytime I try to build VistaBridge in Visual Studio I get about 60+ warnings ranging from: Besides the warnings, are you getting any errors that prevent the successful compilation of the sample In other words, can you run the sample okay I get the same warnings but the sample runs. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. i looking for a way to draw a line with weight in 3D scene,can anybody help me?

    I want to draw a grid in my scene, and i want to draw the axis with thick line(make it can be easy found). But i can not find any info about line weight in DirectX, i have look for three days, can anybody help me I am use C# Express with DirectX SDK 2006 August. thanks. oh, here is the door. Let me try thank you ...Show All

  • Visual Studio Team System TSD7025: Unable to identify the schema type contained in the .sql file. A schema type of 'Certificate' was expected...

    I have a file ending in cert.sql and it contains a valid CREATE CERTIFICATE statement: CREATE CERTIFICATE [xxxx] AUTHORIZATION [dbo] WITH SUBJECT = xxxx , START_DATE = '2007-01-01T00:00:00' , EXPIRY_DATE = '2020-01-01T00:00:00' ACTIVE FOR BEGIN_DIALOG = ON Even though, I get the following error during build: Error 1 TSD7025: Unable to identify the schema type contained in the .sql file. A schema type of 'Certificate' was expected, based on the name of the .sql file. ....WZBLMessenger.Client.Service.Cert.sql Can someone tell me what kind of schema/statement is expected thanks! that's the way I'm doing it now. I was just stunned that BUILD actually recognized the .cert.sql extension. The subjec ...Show All

  • SQL Server Parameter Text Box Width

    Is there any way to manually change the width of the text box for a parameter I know that reporting services is supposed to automatically resize the text box to accomodate larger values, but it isn't getting wide enough for some of the values I have. Thanks, Joel If you search the forum a bit you will see some good posts on customizing the Cascading Style Sheets that control this. As far as I have seen, this is the only way. It is not a configurable setting of the report design process. ...Show All

  • Software Development for Windows Vista VC++ express and win32 compiling

    Can i use the uniscribe library with vc++ express Is it possible to modify the lib (goffset)     Using the following info it is possible to modify the lib and create a dll Or a static lib http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ ...Show All

  • Visual Studio 2008 (Pre-release) Is IntelliSense going to be fixed?

    Hi, What improvements are going to be made in Orcas with respect to IntelliSense Right now IntelliSense is effectively broken in VS 2005 with or without SP 1. We currently have it disabled for reasons which can be found here: VS .Net 2005, how to disable IntelliSense... It is a real shame since it worked reasonably well in VS 2003 (it even worked okay in VS 2005 Beta1, it was Beta2 that killed it). Our top issue is with performance, both the initial generation time and on invocation. For example, as our NCB files approach 50 megabytes, just the pop up of an in-editor tooltip can take 30-60 seconds to show, while blocking the editor (no typing) until it does. You have no idea how unbelievably frustrating this is, and our top of the line ...Show All

©2008 Software Development Network