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

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

VISSUP

Member List

SujathaJaganathan
Dusan Tkac
troyt
Marcelo Ferrer
fgatorbit
ua
schaneville
Larry E. Ramey
Matthew McEwan
Stepien
AmigaBlitter
JStorm
fabianlopez
Douglas R
rexrageous
Whololo
Jim Palik
Mariya Atanasova - MSFT
David Eccleston
jjohnson
Only Title

VISSUP's Q&A profile

  • Visual Studio Uninstall Crystal Reports X1 and visual stido 2003

    Hi, I have started using .NET and crystal reports very recently. I had created my crystal reports with the Visual .NEt 2003 and later installed crystal Report X1 and now i realised .NET has automatically started using CRX1 instead of the original bundled version. Now ia m in a situation to deploy the reports in the oldler version. that came along with VS .NET 2003. My question si, If i uninstall CR XI , will VS .NEt detect the origi ...Show All

  • Visual Studio Express Editions Upload a File to FTP Server using My.Computer.Network.UploadFile DOESN'T work for me ???

    Hi All, I wanted to upload a file to an FTP Server. The file which I want to upload is a fixed file. So, I made a button & gave the following Code to it: My.Computer.Network.UploadFile("D:\Downloads\Test.zip", "ftp://ftp.somedomain.com/", "user1", "pass1", True, 500, FileIO.UICancelOption.DoNothing) However, When I run the App & Click the Button to upload the file, I get the following message from ...Show All

  • Visual C# How to link assemblies without recompile - Multilanguage Application

    Hello, I have got the following problem: I developed an Multilanguage Application with a flexible menu, where the supported languages will be displayed. Now I wanted a translator to localize a resx file into French, then I created a resources-file with the resgen command: resgen E:\VS2005_Projects\LanguageExamp\LanguageExamp\bin\Debug\zh-cht\Form1.zh-cht.resx , and from this file I created a resources.dll-file with the assembly linker: al ...Show All

  • Windows Forms beginners questions - easy for some of you i hope!

    Hi everyone,  I have three simple questions as a beginner with forms, and hope there might be three simple answers!  1. I'm trying to redraw some pictures on a picture box on my main form whenever there is some sort of change. The book&nbs ...Show All

  • Windows Forms add customized combo box in datagridview

    i have my customized combo box found in the other site. i need this to add in dfatagrid view the combox box have multiple columns which i find it suitable for me.for now, the problem is aading it in datagridview heres the my code public class mycombo inherits datagridviewcomboboxcolumn public withevents columncombobox as mtgccombobox ---this mtgccombobox is mycombobox found on the other site ........ end class th ...Show All

  • Smart Device Development Error with the deploy tools and imageList

    When I deploy an application PPC with a toolbar and an imagelist, I have an exception:     System.NotSupportedException was unhandled   Message="System.Drawing.Bitmap"   StackTrace:     at System.Resources.ResourceReader.LoadObjectV2()     at System.Resources.ResourceReader.LoadObject()     at System.Resources.RuntimeResourceSet.GetObject() ...Show All

  • Visual Studio Express Editions C# express installation... Please please please help...

    When I try to install the C# Express edition I am having a big problem. I am told to install the service pack 2 for XP. I tried to do this but I then have some kind of problem with my product key. I bought my computer on ebay and I think that my xp version must be copied or something. I am told to go to howtotell.com but I cannot figure out how to fix this. I am a young guy trying to learn C# programming and I really want to get the new expre ...Show All

  • Visual Studio Team System Can not visit project portal site

    This is odd. While the source control functionalities are working well. The Menu item Project Portal Site.... becomes gray. Then I logon to TFS server, I tried following sites. http://localhost:8080/bisserver/registration.asmx http://localhost/ http://localhost/reportserver http://localhost/reports all became inaccessible.   All gives out " Service Availabe ". Enviroment is TFS beta3 and WSS sp2. Help!Thanks. Yi Finally, I re ...Show All

  • Visual Studio Express Editions Backgroundworker problem

    Hi, I'm new to c# language. I'm trying to make a simple app that reads an xml file and display it in a datagridview. I want to put the reading of the xml file proceses in a seperate thread. I build the simple app without the backgroundworker and it works like I expected. But when I use the backgroundworker component the well known error accurs. Cross thread issue. I thought I used the backgroundworker component in the good way. Here ...Show All

  • Visual Studio 2008 (Pre-release) What happened to ServiceHost.Throttle

    The title says it all really.  The ServiceHost generic used to have a property named Throttle which allowed setting of no. of concurrent threads and so on, but this has now disappeared/moved. Anyone know where it went David David, I've posted a rough draft of the reference documentation for ServiceThrottlingBehavior at http://blogs.msdn.com/ralph.squillace/archive/2005/12/12/502887.aspx . Any errors, let me know. :-) I'll update the ...Show All

  • .NET Development custom marshalling of System::Object* to VARIANT and back again in IJW assembly

    I have two native C++ functions: One takes a VARIANT as its argument and the other returns one. I'm compiling these functions using the Managed C++ compiler to create an IJW assembly, and I want to provide real managed functions that take and return System::Object* instead. They would just marshal the arguments and call the VARIANT version to do the real work. I know that this must be possible without too much magic involved because the ...Show All

  • Visual Studio Express Editions How to create a dll in VB Express??

    Hello everyone,   I have been searching msdn for an example of how to create a dll in vb express 2005 that can be used by other languages, but cant find anything.  I can create a dll for use with VB Express 2005 but it dont work when you call it from another programming language. How can I create a dll in VB Express 2005 that I can use in another programming language   Can I do it from the command line or outside of the IDE ...Show All

  • Visual Studio COMReference - How to include in CSC Task

    I have a project which needs a COM reference.  I'm using MSBuild and a CSC task.  I see the COMReference in the csproj file but how do I pass this to the CSC task Thanks, Hi, I have a Problem with the ItemGroup < COMReference/>. Don't no how to import it in my Target. This is an example of my Projectfile: < ItemGroup > < COMReference Include = " AxNETCTLS " > < Guid > {B389A2 ...Show All

  • Visual FoxPro Path for temporary files

    How can I change in run-time the path on which Visual FoxPro stores its temporary files from the current specified in the TMPFILES in the CONFIG.FPW to the the temp folder in the local windows directory of any workstation (i.e. C:\windows\temp\,  D:\winnt\tmp\, etc...)   Please, notice there is just a CONFIG.FPW file in the server. More details see functions: SYS(2023), SYS(2019) and GETENV("windir")   ...Show All

  • Visual Studio Express Editions Convert from Microsoft Visual C # 2005 Express Editions to Borland C++Builder 6

    My program should not use .net framework so I should convert it from Microsoft Visual C # 2005 Express Editions to Borland C++ builder how can I do this convert hi, i don't know how but there are some programs for that , but this will cost you some money google for convert from C# to C++ hope this helps ...Show All

©2008 Software Development Network

powered by phorum