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

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

ClementM

Member List

AdamS21
BMcCool
whoareyou
H5N1
jjohn
siddharth chaudhry
prof.gabi
Rakosnicek
ramsun
rod_r
CarolChi
ECList
Pravin Chandankhede
Cryptik
BJohnKenn
xeno
Madheshwaran
EdgarGustavoPerezGonzalez
lulu2005
daddyoh
Only Title

ClementM's Q&A profile

  • Visual C# What's the difference between string and String?

    What is the difference between string and String Which of them should i normally use Nothing really, in C# the type keywords actually are synonyms for the types. So int = System.Int32 short = System.Int16 and string = System.String. They have the keywords because they are easier to remember and programmers coming from other languages like c/c++ would also be familiar with these types. Anyway, look ...Show All

  • Visual Studio Team System How to create and use your own Classes and Methods

    Hi, 1) I am using a Check method but I need some informations that I do not have by the parameter of this method. For example, I have the method below: Public Overloads Overrides Function check( ByVal namespaceName As String , ByVal types As Microsoft.Cci.TypeNodeList) As ProblemCollection But I need informations of the Microsoft.Cci.Module which is a parameter of another Check method signature. How to resolve it 2) Anothe ...Show All

  • SQL Server Choosing explicit cell in Excel to SQL Database

    Hi, is there a way to choose a specific Excel cell and put the value into a specifc column in a SQL table using the wizard For example, when the package is run, to have cell B3's value placed into a newly created row in column 0 and have F6's value placed into the same row in column 1 Thanks for your time, James EDIT: What happens currently is I'll map a particular Excel column and it will create almost 200 rows in my table with mostly ...Show All

  • Smart Device Development CameraCaptureDialog Issues

    I've been having some issues using the CameraCaptureDialog class on an HTC Apache device (rebranded as the UTstarcom 6700): 1. After exiting my application, the device's camera capture screen comes into focus. This happens whether I dispose of the class instance or not, and the Close() method is protected, so I can't call that. Any ideas on getting rid of this lingering capture screen 2. On a seemingly random, intermittent basis, an InvalidOper ...Show All

  • Smart Device Development looking for playing video stream

    hi.. can i know how to playing a video in pocket pc stream or local i have search this topic but cannot find any answer.   Chris Lorton wrote: Odeyssey software ( http://www.odysseysoftware.com/ ) has a product, CFCOM which they demo with an interface to media player.  This is one possibility.  If you want to roll your own, you'll need to create a shim DLL which you can p/invoke from managed code which will interace wi ...Show All

  • Windows Forms msvcp77.dll

    hello people,does anybody out there know how to fix this. cause i surely dont and its playing havoc with the computer ...Show All

  • Visual Studio Team System Check Doesnt Work

    Hello, Im trying this in a custom rule: public override ProblemCollection Check(Module module) { EventLog.WriteEntry("Module", module.Name); return base .Check (module); } public override ProblemCollection Check(Parameter parameter) { EventLog.WriteEntry("Parameter", parameter.Name.Name); return base .Check (parameter); } public override ProblemCollection Check(TypeNode type) { ...Show All

  • Visual C++ LNK problems continued

    Hard life in C++ lane, I'll tell you. Trying to compile code with unmanaged CAsyncSocket class I got LNK errors: Build Log     Build started: Project: SocketCplus4, Configuration: Release|Win32 Command Lines      Creating temporary file "c:\Documents and Settings\....\My Documents\Visual Studio 2005\Projects\SocketCplus4\SocketCplus4\Release\RSP00000E1064772.rsp" with contents [/OUT:"Release\SocketC ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. vc++ 2005 express want to build dxsdk sample usp10.h missing

    Hi, its me another time So I installed vc++ 2005 express and did set up the include/lib file directories for the sdk and tried to build a sample of the newest dxsdk (december 2005). But now I get the message Compiling... dxstdafx.cpp c:\programmieren\dxsamples\configsystem\common\dxutgui.h(12) : fatal error C1083: Cannot open include file: 'usp10.h': No such file or directory Build log was saved at "file://c:\programmi ...Show All

  • Visual Basic Comparing 2 strings at character level

    I am looking for a way to compare 2 strings and calculate the number of differences between them using visual basic Example compare "THE NETHERLANDS" WITH "THA NOTTHERLENDS" should give back an value of 4 based on 1) "E" in first string position 3 does not match with "A" in second string position 3 2) "E" in first string position 6 does not match with "O" in second string po ...Show All

  • Visual Studio Console App blows up when I try to publish it. (GenerateApplicationManifest path too long)

    My console app was working perfectly in debug mode through the IDE, but when I went to publish it for deployment on the server, out of nowhere I got 2 messages and an error.I am using DAAB 2, and I have the common, data, data.configuration DLLs referenced. I have another app which is a VSTO app, which after much effort works fine. I compared my config files and they virtually identical, so why am I getting the messages on 1 and not the other ...Show All

  • Visual Studio Accessing Project Properties

    I need to be able to access and change the MSBuild targets that are being referenced in a Visual Studio project. Also, I need to be able to add a menu item to the right-click menu when someone clicks on a project title or that project's "My Project" section. Can anyone help Thanks in advance. You just need to add a command to the proper menu, and use SelectionEvents handler to show/hide the command based on ...Show All

  • Windows Forms Create a frame enviroment in C# using Visual Studio

    First of all I want to say that I´m not a expert programmer since I´ve just finished university... and programming was kind of my weakness. I´m in an intership now and I need help!!!!!  I need to create a frame enviroment. Meaning&nbs ...Show All

  • Visual C# Unmanaged Code (written in C++) Interop with C#

    Hi, I am trying to write a wrapper in C# for the unmanaged code written in C++. Whats wrong in the following code. C++ (Unmanaged Code) extern int DllExport __stdcall GetName( LPSTR name) {    name = "Smith, Allan";    strcat( name, "\0");    return strlen( name); } Wrapper Definition (Written in C#) [DllImport("Unmanaged.Dll", SetLastError=true, ThrowOnUnmappableChar=true, EntryPoint="GetName)] pu ...Show All

  • Windows Forms UserDeletingRow event firing

    Dear all, After reading this post , I still have no idea how I can force the confirmation box to be displayed once when user select multiple rows in DGV and then press Delete button. (This event fire once for each row to be deleted... but I just want to alert the user once for confirmation) Thanks, Hi, Do anyone know how to ask for confirmation once when deleting multiple rows in DGV Thanks, ...Show All

©2008 Software Development Network

powered by phorum