Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jose Vicente

@Jose Vicente
About
Posts
27
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ListView PageDown problem
    J Jose Vicente

    Hi, I have an scensario in which I must do scroll (Page Up or PageDown) in code. I get the ScrollViewer of the ListView and when I'm calling it's PageDown() method, the ListView scrolls down. But also, I want to set the focus in the last element currently visible in the listView (if I use PageUp I want the first one). The problem is that I'm not able to determine which items are currently displayed in the scroll region so I can't take the decision of which must be the item to select. Any ideas? Thanks in advance. Kind Regards

    WCF and WF help question

  • Library References
    J Jose Vicente

    Thanks Dave. I will try this.

    C# announcement c++ debugging question

  • Keyboard question
    J Jose Vicente

    Great. Thank you very much

    C# question css help

  • Keyboard question
    J Jose Vicente

    Hello all. I'm handling the keypress event of a data grid. I would like to know if the CapsLock key is pressed or not, but I haven't found nothing to do it. Is possible this ? Can anyone help me ? Thanks.

    C# question css help

  • Library References
    J Jose Vicente

    No, there are in the same solution. The only thing to comment is that the application is written in c++ and the dll in c#. I don't know if this can be the reason for the problem

    C# announcement c++ debugging question

  • Library References
    J Jose Vicente

    Yeah I know that this strange but my boss showed to me. He made a rebuild of the release version and in the ouput window it showed that the Debug version was copied. Also we look at the dates of the dll and really the Debug version was copied to the Release output.

    C# announcement c++ debugging question

  • Project settings
    J Jose Vicente

    Hello all. I have decided to change the output directory of my managed c++ application and also the intermediate directory. I had as output and intermediate directories de defaultvalues: OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName) which in fact were the same directory. I have changed this right now to: OutputDirectory="o:/$(ConfigurationName)" IntermediateDirectory="o:/$(ConfigurationName)/Intermediate/$(ProjectName) This changes the output of the project and the project is build correctly but when I try to execute the application I get a System.Resources.MissingManifestException. If I don't modify the original value for the intermediate directory it works fine Please can anyone explain something to me ??? Thanks in advace.

    Managed C++/CLI c++ question

  • Library References
    J Jose Vicente

    I think this doesn't works. We have solution with an appication an a class library. Right now, the class libray is reference as a project, but my boss showed me on Friday that in a Release build the DLL that was copied to the Output Directory was the Debug version so I would prefer to use other solution (if exits)

    C# announcement c++ debugging question

  • Library References
    J Jose Vicente

    Hello all. I made a NET class library, and now I want to reference it in my application. The add references dialog allow me to add a reference to the library but I want to reference the library in is Debug version when I'm in the Debug version of the application and its Release version when I'm in release mode ( as I do when I write code in C++ ) Is this possible or I only can reference one dll for Debug and Relese ??? Thanks.

    C# announcement c++ debugging question

  • C# output files
    J Jose Vicente

    Thank you very much

    C# csharp debugging announcement learning

  • C# output files
    J Jose Vicente

    Hello all. I'm a beginner in C# and right now I'm developing a class library. I have seen that when I build the project two directories are created bin and obj. The first one is the output of the project, which I know I can modify the path in the project settins. This directory have two subdirectories Debug and Release and each one of those two stores the output file and and PDB file. Also, In the obj directorie, I found the outfut file of the project and the PDB file. I don't know why this directory is created. I would like to avoid this to be created. Also I'm not sure where is placed really the ouput of the project, in the bin directorie, in the obj or in both. Can anyone explain to me this behavior. Thanks in advance.

    C# csharp debugging announcement learning

  • Culture extrange behavior
    J Jose Vicente

    Thanks.

    C# help question workspace

  • Culture extrange behavior
    J Jose Vicente

    Hello all. I have a extrange behavior in my computer. My regional configuration is Spanish ( Spain ) which means that the local decimal separator is ','. If I run this code the results are double d = 5.1; string s = d.ToString (); //s= "5.1" which is not the expected result ( it must be "5,1"). I have checked the value of System.Threading.Thread.CurrentThread.CurrentCulture and the culture is spanish-spain and the currency decimal separator is ','. But the most extrang thing is that I have gone to the control panel, I have changed the local configuration to Catalonian, then without close the dialog I have changed another time to Spanish-Spain and after that the previous code works and the double is translated to "5,1". Anyone have some similar problems ? Is this a bug of the framework. Can anyone help me ? :confused: Best regards Jose Vicente

    C# help question workspace

  • ToDouble problem
    J Jose Vicente

    :)Thanks

    C# help question

  • ToDouble problem
    J Jose Vicente

    The same thing

    C# help question

  • ToDouble problem
    J Jose Vicente

    Hello. I'm using the ToDouble function from the System.Convert namespace to convert from a String to Double. I have problems using it. With a String that has the value of '56.3' I'm getting as a result a double like this 56.2999999993. I have tried to use the ToDouble Method of the String object and I get the same result. What I'm doing wrong ??:confused:

    C# help question

  • COM Interop problem
    J Jose Vicente

    Hello. I'm using an ActiveX Control in my .NET project and I have to use a method that originally accepted a IStream. The .NET type library importer has modified the parameter of this method and now looks like this Interop::MyActiveXControl::IStream. The problem that I have is that I can't create directly a Interop::MyActiveXControl::IStream because this is an interface. I have created a System::IO::MemoryStream and fill it with data but this type can't be converted ( or I don't know how ) to convert to Interop::MyActiveXControl::IStream. Any ideas ?? Thanks in advance.

    C# com csharp help question

  • Slider problem
    J Jose Vicente

    Hello. I was using Microsoft Slider Control ActiveX ( the one with comes with mscomctl.ocx ) without problems but now, I have tested in Windows Server 2003 and it doesn't works. I have tried to create a simple HTML page that only displays the slider, and in Windows Server 2003 the slider is not displayed- Anyone can help me ?? :confused: Thanks

    C / C++ / MFC help html com sysadmin windows-admin

  • Compiler error
    J Jose Vicente

    Thanks for your response, but I'm still lost. I don't know how to turn off the /culture switch. The only thing I know about culture is that in the project I have a form in spanish and I want to translate it into English, so I put the Localizable property to true and then I selected into the languaje property English. Then I translated the form into English and after that I get the error. Is this the cause of the error ? How can I turn off the /Culture swicth ? Thanks in advance. Bye.

    C# help question

  • Compiler error
    J Jose Vicente

    Hello All. I have this error in my application and I have no idea of what I'm doing wrong: 'ALINK: error AL1057: Executables cannot be localized, Culture should always be empty' MSDN says about this 'An assembly is being created with /target:exe but /culture was specified. Assemblies in the .exe cannot have information in the Culture field'. I can understand what this means. Anyone can explain to me ?? :confused: Thanks.

    C# help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups