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

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

IanMixxxqqq

Member List

Geoff Davis
MyNameisMud
pappascd
yanyee
Ryan1234
ccoe1
RBA
Taddub
midi25
ShadowChaser
MikG
Rob Duffy
taia_gen
Michela
Fahad Mukhtar
PhxSuns
Nisarck
Mahoura
Manoj Kumar31390
Patrick F. Bristow
Only Title

IanMixxxqqq's Q&A profile

  • Smart Device Development 2.0 Custom controls and API

    Hello, i made a control library with some test controls. They work fine on my other project till i try to declare a function from "coredll" in one of my controls classes. By placing any control on the form in designer, it morphs into a simple rectangle with full namespace name in the middle. I tried also to import those function from user32.dll but it doesnt affect the strange behaviour. Everything goes fine by removing the declare or import st ...Show All

  • Visual C# How to constrain generic type to a superclass instead a subclass of another type?

    In Java 5 you can use the following syntax for variance in generic types: public class A {...} public class AA extends A {...} public class MyContainer<E> { void setComparer(Comparator< super E> c) {...} ... } This means that you can pass instances of either Comparer<A> or Comparer<AA> to MyContainer<AA>.setComparer. Is there a way to specify this type of constraint in .NET The where clause can be ...Show All

  • Visual FoxPro similiar fields

    Hi I'm trying to cross reference records from two different databases by first and last name. I can pull most the records (about 1500 out of 1700) on straight forward comparison of (a.firstname = b.firstname) and (a.lastname=b.lastname) as for the rest, is there a way to check if one name is similiar to another (in case of a typo, or mis-spelling of the name) Thanks, Mike Not ...Show All

  • SQL Server Parent Child Dimension Attribute Hierarchy

    I hope I described that right! I have a dimension attribute that describes a self referential hiearchy in the dimension.  I have this setup and working with one exception.  When I use this hierarchy I only want members which have children to be displayed at each level instead of all members regardless of whether they have children.  How do I do this Thanks, Chris I have a similar requirement. I have a DIM_Customer with a Ref ...Show All

  • Windows Forms How to catch the row change event in a datagrid?

    Hi everybody, How to catch the row change event in a datagrid I'm using VB.NET. I have a datagrid filled from a table. I want to raise the row change event when the user selects a row. I found the code for it in C#, but I want an example in VB.NET. You are right, it doesnt have the Row Change Event implicitly. You will most probably have to use either the CurrentCellChanged event or the Click event. There ...Show All

  • SQL Server SQL Server Express 2005 Install Problem

    Hi, I'm trying to install SQL Server 2005 Express Edition and receive the following error. The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine WKSBVN521J Error:2147749891 (0x80041003). Error:2147749891 (0x80041003). I've tried the various batch / command files with no success. Looking at the WMI Control on the General tab in the Computer Management Console it shows the following: ...Show All

  • Visual Studio Team System TFS Version Control Tasks

    Microsoft.TeamFoundation.Build.Tasks.VersionControl.dll contains a get MSBuild task but no tasks for CheckIn or CheckOut. Are we relegated to calling the command line versions Pretty lame if so... You are correct that there is no custom task for checking in or checking out files. Out of curiosity - why would you want to do this during the build process -Aaron ...Show All

  • Smart Device Development Icon Logo Requirements

    What is the best way to meet these logo requirements in CF 2.0 and VS 2005. Required: 16x16 and 32x32 Pixel Icons for Application and File Types Applications are required to register 16x16 and 32x32 pixel icons for their main executable and saved file types. High DPI Implementations The shell will stretch application icons: If an application does not provide a correctlysized icon the Shell will automatically stretch the provided appl ...Show All

  • Visual Studio Solution Platforms Drop Down Dialog

    I have created a new project type based on the MPF and the IronPython integration sample. I have provided the names of our platforms in the GetPlatformsNames of the ConfigProvider class for my project. When a user creates one of my projects, the "Solution Platforms" dropdown box is populated with one, and only one, of my two platforms. When I enter the Configuration Manager (or the configuration dependent property pages), ...Show All

  • SQL Server how to automate cleaning the data in repldata folder

    hi everyone, can any one suggest me how to clean the 'REPLDATA' folder created during snapshot replication. i want to automate the process. can anyone suggest any undocumented sp like 'sp_MSDelete_publisherdb_trans' thanks hi guys, finally i made it. we have certain things to consider here, thought it would be really helpful for anyone facing the same situation. step1 - we have to ...Show All

  • Visual Studio Team System SupressMessage is not in the correct language

    Why is that when I select to copy errors as SuppressMessage attributes, the result is always in C#, not VB.NET, despite what the project language might be I would expect it to be based on a project language, or a default option, or the language to be a sub menu. Bill, I'm making the assumption you're talking about the Copy As -> SuppressMessage option in the FxCop standalone tool and not the similar functionality that is available i ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. directsound q

    if i have a directsound buffer, how do i play it twice at the same time caz if u go: buffer.Play(); buffer.Play(); the second Play call doesnt do anything caz the first one is still running For each sound you want to play simultaneously you create a SecondaryBuffer All the secondary buffer will mix inside the PrimaryBuffer automaticly and you normally don't fill directrly the primary buffer To see if on ...Show All

  • Visual C# C++/Win32 for the C# Programmer

    Hello, My name is Vincent and I did not know what a semaphore was (until recently). Recently I've noticed (and it's been pointed out to me) that my lack of C++ and the resulting lack of intimate knowledge of Win32 is not helping me as I continue to dive deeper into C# (and as the language matures).  Generics for instance have their roots in C++.  Concurrent programming in .Net is all about the OS.  I know and have studied the CLR ...Show All

  • Visual Studio Express Editions Function help needed...

    I known that what I want to do is possible... i just dont know the commands. Here's what I want to do: ------------------------------- Find all files on the users computer Open every file and search for a text string... ------------------------------- Please help. hi, i asked the same question but about something else and i got an answer for that http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1895 ...Show All

  • Visual Basic ADO/Access Questions

      I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relatio ...Show All

©2008 Software Development Network

powered by phorum