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

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

Zuchman

Member List

cool714
R.K.S.
kaizen
gregaug
Francis Tracey
naxtell
Larry Aultman
DaSch
Dave Morley
Leebert
Ed Abshire
Kamen
vtortola
Sarosh79
pessi
Stinger_
Kamii47
Priyanka Choughule
CaneBaller
stuart.marsh
Only Title

Zuchman's Q&A profile

  • Visual C++ CEdit Pagedown scroll problem

    I've got a CEdit that is displaying a string of data that is going off the page. I do not want the edit to scroll when I press the page down button. I just want the CEdit to display my text and chop off the bottom of the text. Do I need to write my own CEdit Well, if you don't want the user to be able to see the text that does not fit into the edit box, then you may as well strip the string of the extra characters before setting the edit box text. The other alternative is to handle wm_keydown and check for VK_NEXT (page down key). ...Show All

  • Visual Studio Express Editions My class is being ignored

    Hi, ive build this browser with a favourites system but every time i run it, it totally ignores the favourites class. Any ideas Hi. the code that is supposed to work butdoesnt is: public class Favorite : IComparable<Favorite> { //****************** String Declaration **********************// private string theDisplayName = string.Empty; private string theURL = String.Empty; private List<Favorite> theFavorites = new List<Favorite>(); //****************** String Definition ***********************// public List<Favorite> TheFavoritesCollection { get { return this.theFavorites; } } public string TheDisplayName ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. xna racer, how and when can i get it

    i saw this thing on something called xna racer, and it amazed me that we could do this with xna http://www.kotaku.com/gaming/xna/clips-xna-racer-preview-213594.php does anyone know anything about getting this David Weller - MSFT wrote: andyfraser wrote: Hold onto your hat until the 11th December Andy Nope. Although the XNA Racer game will be available to Creators Club members, the game itself will not be avilable for download on Dec 11th. It will probably not be available until early next year (we are making a few changes to the game). Adding that multiplayer component and Achievements, right ...Show All

  • .NET Development Is Web Services stateless?

    Is web services stateless or is there a way to give it state Thanks. http://www.codeproject.com/soap/PersistentWebService.asp ...Show All

  • Visual Studio Tools for Office Problems performing the practice exercises in MSDN Article

    Hello, I am brand new to Visual Studio and request up front your understanding. In your reply please don't assume that I know anything or that I will be able to decipher anything but step by step instructions. I am interested learning to use Visual Studio to put together basic Word2007 Ribbon cusotmization. I have installed a fresh copy of Visual Studio 2005 and Visual Studio Tools for Office Second Edition. In MSDN article: http://msdn2.microsoft.com/en-us/library/aa338202.aspx On (printed page 19 of 28) there is a section titled "Using COM Add-Ins to Modify the Ribbon UI. In the section there are two exercises demostrating what I want to try to do. The first demonstrates using a Shared Add-In method. I can not com ...Show All

  • SQL Server Logging Packages Execution

    Hello all, I am struggling around defining a logging mechanism for my packages. I have 2 questions concerning that matter: I have used event handlers for my loggings (as defined here: http://blogs.conchango.com/jamiethomson/archive/2005/06/11/1593.aspx ), but the problem is with packages that failed validation. I cannot find log entry for these cases since no "onerror event" doesn't trigger (for instance when the table I'm loading to doesn't exsist). And the second question: many of my packages are executed using execute process task (using dtexec command line). I am trying to capture the result of the execution as a log file by using the ">" in the command line in order to output the execution to a lo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA/Xbox 360 memory management heads-up...

    I was just browsing through some docs on the 360's heap manager, and it turns out it is a compacting mark and sweep collector rather than the generational model used on the desktop... So... what's the deal regarding: Large block allocation (will it have a large object heap like the desktop version ) GC pauses times (do all threads halt during GC) Rico Mariani recommends a heap size equivalent to the Gen 0 size on the desktop, i.e. ~cache size. That seems way too small unless we are dumping lots of game data into unmanaged memory! Andy. Maybe docs was the wrong word ... anyhow it was: http://blogs.msdn.com/ricom/archive/2006/08/22/713396.aspx I guess a lot of it is based upon the notion that the 360 runti ...Show All

  • .NET Development RegEx MatchEvaluator, how to write a oneliner?

    I'm working off the help here for examples and struggliong to understand how I can convert it's multiline example into a oneliner. I'm more used to Perl ;-). Here's some code fro example that works: string First3(Match M) { return M.Value.Remove(3); } // defined in the class MyClass MyClass C = new MyClass(); // A class which has a method called First3 MatchEvaluator ME = new MatchEvaluator(C.First3); string S = Regex.Replace(sMonths, "(January|February|March|April|May|June|July|August|September|October|November|December)", ME); Now I want to avoid instantiating MyClass. I'm aiming at something more like this: string S = Regex.Replace(sMonths, "(January|February|March|April|May|June|July|August|September|October| ...Show All

  • SQL Server Anyone know a self extracting tool for a zip file?

    I have a zip file that requires a password to extract the file inside of it. Is there away to do this automatically Can't find any software that does this. Mike expression: " e " + @[User::ZipFileName] + " -y" + " -ptestpassword" evaluates to: "C:\Program Files\7-Zip\7z.exe" e "D:\Test\Dropoff\update2.zip" -y -ptestpassword you might want to try getting your command to run from a dos prompt. once you verify it does what you want, create the expression to duplicate it. Frank ...Show All

  • Visual Studio Express Editions supress message when deleting any file ProjectITem.Delete()

    Hi All, I have my simple addin project using .net C# .Using Addin code here I am deleting file which is under solution project using code ProjectItem.Delete() method but it send message "do you want to delete anyway " Yes/No Here i want to supress this message and delete file directly. How i handle this Waiting for reply, Thanks, Nitin. ...Show All

  • Windows Forms Custom Control Library - Windows Forms

    In moving an app from Access to a C#/SQL Server Windows app, I'd like to make some custom controls, by I am having trouble finding a discussion of how to do this. I'm using C#, ASP.NET 2, VS 2005. Just to use a common example, what would be the procedure to - Take a text box with a white background for normal edit and a grey background for read only. - Add it to a library somewhere - Get the control into a toolbox so I can drag it to a form (or find some other way to make the control available to a project) I did not find much on the topic at Borders, does anyone have any favorite postings on the web opn this topic Thanks Mike Thomas Here is a simple example: 1. Create a new project in VB.Net or C ...Show All

  • Software Development for Windows Vista Audio Playback problems in Vista and Windows Server 2003

    We make a dll that is able to play any number of Audio files using subgraphs patched one or to any number of audio renderers present in the machine. It also does samplerate conversion and scales any bitdepth of sample. The problem is that on XP/2000 it works fantastic and when you try and run it on either Vista or Server 2003 it becomes unpredictable/unresponsive and you loose control over the subgraphs. I have trie reading all sorts of documenation and what others experienced but found nothing that explains or helps me to correct the problem. I suspect (pretty sure) the threading have been altered in the directshow but would like to have this confirmed and what im supposed to do about it. BMS-Joppe Are you talking ab ...Show All

  • SQL Server XML versus sql querry

    Hello, I have a question regarding building asp.net app with membership I have an asp.net application with membership. Members have their attributes and those attributes together present users's profile. I am asking myself, which solution would be better to display user's profile to other users (frequently). 1. on each request data would be grabbed from userProfile table and other tables where parameters have their descriptive names. For example. Field userEducation would be of tiny integer type and you would read english description of that parameter from table parameterEducation (like id 1 idDesc primary schooll) etc. 2. second solution is some routine which would build xml file with all user attributes, after user complete his/ ...Show All

  • Visual Studio Tools for Office How to connect Access 2007 file in Visual Studio 2005?

    Hi all, Does anyone know how to connect to Access 2007 database file in Visual Studio 2005 thanks, Stanley Open the "Server Explorer" windows (found in the View menu -> Server Explorer). Then right click on the "Data Connections" entry in the "Server Explorer" window and click on "Add connection..." - Next click on "Microsoft Access Database File" and then on the "Continue" button. In the next window select the database file and click "OK" to add the database. I hope this helps. ...Show All

  • SQL Server how can i reduce the size of the database?

    I am using SQL server 2000 and its size is increasing like a crazy.. is there any way to reduce the size by deleting any temp data or logs What is growing, your data files or your transaction log file Are you running in Full Recovery mode and not doing transaction log backups If your data files are growing, you can try defragmenting or rebuilding your indexes. If you have a lot of index fragmentation, this can free up a lot of space. You can also try shrinking your data and log files like this: DBCC SHRINKFILE ( N 'YourFileName_dat' , 0 , TRUNCATEONLY ) http://glennberrysqlperformance.spaces.live.com   ...Show All

©2008 Software Development Network