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

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

RayManning

Member List

kishore_vinod
Javier Muro
Julianín
Ray_The_gnome
Jacksdisplayname
setuc
Dr Reaper
SriniX
Jammore
JamesQMurphy
opop
Mark Phelps
Sameer Seth
Mark q jones
Pierre Couzy
Lourdes
HellenW
Whatonly
Scott Gurvey
Yosi345
Only Title

RayManning's Q&A profile

  • Visual C++ Use Native COM Servers with CRCWs ??

    Hello Everyone, I'm trying to get this thing working for long time now.... I have read this article many hundred times now......without any use..... http://msdn2.microsoft.com/en-us/library/f31k2c87(VS.80).aspx ...... First Question : How to create a tlb file.......I add the COM component it adds as a Interop.something....Now when I try to say #import "something.tlb" no_namespace doesnt work.... Even I tried adding the Quartz.dll to my project and still that cant even find #import "quartz.tlb" no_namespace Can someone please explain the correct way to do it, rather then forwarding to different site ...Show All

  • Smart Device Development Windows Mobile 5 and secchk.lib

    I'm trying to add a WM5 target to my PPC2003 solution (Visual Studio 2005). I installed the SDK, added a new build type (I derived it from my PPC2003 build type), and chose the correct emulator for the target device. The problem is that even if I have /GS- in the compiler settings (disable security checks), I am still getting LNK1104 for secchk.lib. As far as I can tell, secchk.lib doesn't even exist in the WM5 SDK. I can't find any explicit references to secchk.lib anywhere in the project. Does anyone know where I went wrong, or what the solution is Ryan had emailed me offline about this through my ...Show All

  • Windows Forms where to store data ?!!

    Hello; I'm trying to build up an appliction that will hold up a set of data (approximately 1000 records), and i was wondering how to store the data when the program is launched, and how to store it in the file system when the application is closed. I'm referring here to the datastructure to use within my application, and the format in which i ...Show All

  • Visual C++ how to Call .NET dll in C ?

    how to Call .NET dll in C Once you have enabled the switch Ayman mentioned (see your help if you don't know how), go to Project Add reference, then browse to your .net dll and press OK. Now you can use the namespace, classes, structures and enums of the .NET dll. ...Show All

  • Visual Studio Team System Parameterize,checkpoints,regular expression in VSTS2005 for testers

    I am very new to this system i would like to know do they parametarize option and check points in vs 2005 what other things it has.which books would you recommend for this i would like to know in and out of the software testing for this tools.I appreciate your help.thanks.anju Do you mean the parameterize web server option Here is help link on that topic: http://msdn2.microsoft.com/en-us/library/ms184806.aspx What check points are you referring to ...Show All

  • .NET Development wininet,winhttp,autoproxy

    I am working in vb.net 2003 and cannot for the forseeable future move to net 2005. I really like net and managed code until I have to work with c++ to accomplish some task like determining the proxy server address for a web service application. I realize that wininet and autoproxy routines mimic what internet explorer uses to connect to the internet. I just find it difficult to work with these c++ routines in the vb environment. This is my question. Is there not some way in managed code to ask the Internet Explorer directly what it is using for a proxy server if any Thanks, Fred You could query the registry and find the ...Show All

  • .NET Development Type.BindGenericParameters() replacement?

    According to the documentation, Type.BindGenericParameters() has been deprecated. Fine. However, I don't seem to see any planned "replacement".... how are we supposed to accomplish what BindGenericParameters() did now If it's because you plan to remove the features pertaining to being able to get a Type instance for an unbound generic type and then bind them (which would seem inline with C#'s decision to not allow you to use typeof() un an unbounded generic type), I would think this is a poor choice, and it certainly constrains me as a developer (in fact, I'm asking this because I need to do this right now, and found no other way other tha ...Show All

  • .NET Development Code Blocking in Web Developer 2005

    Is there a way to turn off the very annoying feature in Visual Web Developer Express 2005 that "fixes" the way I indent my code I like to indent my code for an open connection, VWD doesn't allow this, I like to indent my code for variables, VWD doesn't allow this. It's really starting to make me very very angry. For instance My code would look something like this. (in an ideal world)   Private Sub Foo()     Dim cnn as SQLConnection     Dim cmd as SQLCommand     Dim strSQL as string = ""       strSQL = "Insert into tblTest (NumberValue) Values (1)"    ...Show All

  • Visual Studio 2008 (Pre-release) What causes CommandBinding.CanExecute delegate to be invoked ?

    I have a button that executes a command when it's clicked. I have a CommandBinding instance associated to that command, and also methods to: * Allow/disallow execution * Preview execution * Handle execution All 3 are being called. It's obvious when the last 2 will be called but not the first one. Depending on a specific application state, my CanExecute method will return true or false. When the application starts it returns false which makes the button is disabled, as I expected. As the application runs, its state is changed, but the button is still disabled because it didn't call CanExecute to get the new value. What's strange is that when ...Show All

  • .NET Development How do I control custom dialog boxes in deploying time?

    Dear all I developed sample application to get the idea of deployment. So I added two custom dialog boxes. One is RadioButtons (2 buttons) and other is TextBoxes (A). RadioButtons dialog box I use for to get Local or Remote. TextBoxes dialog box I use for to get Server name or IP address. My problem is how do I ignore when the user select Local then I want skip TextBoxes dialog box. Any help appreciated! To get a better idea of my problem I attached sample project also. upul You can not attach a project to a message in the forums. Could you provide a link to download it. I really do not understand the q ...Show All

  • Windows Forms issues About Custom form Designer when running on .NetFramework2.0.

    i extended the sample CustomFormsDesigner which authored by Hashimi. when running on .netframework1.1 ,it works fine. but it encounter a problem when running on 2.0 , it can't create a control when drag /drop a toolboxitem onto design form from toolbox, it's really confused me . any help is greate appreciated Alan Hi, You might also want to check out the following example of MSDN: http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx Note that there is a couple of issues in the sample: 1. In order to get smart tags showing, you need to register and query for DesignerOptionService ...Show All

  • Visual Studio Team System Unable to connect to BIS service

    When I try to connect to the server I get the above error. Any idea Thanks in advance, Philippe I created a new active directory domain account (TFSSERVICE). What needs to run with this user account Thanks in advance, philippe ...Show All

  • .NET Development The connection's current state is Closed??

    Hi all, I'm trying to use a sqlDataReader to load data into a DropDownList on a .aspx page, but get the following error: Server Error in '/YLCPDTdb' Application ExecuteReader requires an open and available connection. The connection's current state is Closed. But havn't I opened it with the conn.Open(); statement Here's my code: private void Page_Load( object sender, System.EventArgs e)         {             / Load country names into countryCboBx             try          &nbs ...Show All

  • Smart Device Development Fatal error C1002:compiler is out of heap space in pass 2

    Hi all, I am converting a eVC++3.0 program to VS2005 RTM. The original eVC++3.0 program is having a large string array that exceed the default( Zm100) compiler heap space. The problem is fixed by adding /Zm400 to increase compiler heap space. Now, I created a new VS2005 smart device project and the same problem appearred when adding the large string array. But fatal error C1002 still exist even after adding /Zm2000 additional command. The problem is : same string array compiler in eVC++3.0 but failed with VS2005 due to out of heap space. Is there any work around to increase compiler heap space ...Show All

  • Software Development for Windows Vista Using functions in objects passed to workflow

    I am trying to use datarow as an object passed to workflow as parameter. Have no problem using properties like DataColumns, but when trying to use build in is[ColumnName]Null the rule designer faults. Is it intended behavior and if it is, how am I suppose to evaluate int column if it is null Which build are you using Using the Beta 2.2 build I am able to create the following rule in the Rule Condition Editor without any issues: this.DataRow["fName"].ToString() == "John" Can you post an example of rule you are trying to create ...Show All

©2008 Software Development Network