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
U

User 16796

@User 16796
About
Posts
49
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • GUID from TypeLibrary
    U User 16796

    Hi All, I have converted the TypeLibrary to assembly using TypeLibConverter class's ConvertTypeLibToAssembly mehod. But i want the GUID of the Type Library. How to get GUID from TypeLibrary ?? Thanks TusharM

    C# tutorial question

  • Run tlbimp programatically
    U User 16796

    Hi all, I want to run tlbimp programatically. I want to provide AddReference dialog as .NET IDE is providing. User will provide the path of UnManaged dll and i will run tlbimp on it and generate assembly programatically. can anyone tell how should i do it. Thanks, Tushar.

    C# csharp visual-studio

  • Database schema
    U User 16796

    Thanks Colin it is returning all Table Names. For triggers i am executing 'sp_helptrigger' stored procedure with table Name as a parameter.It returns all the triggers and their types for that table. Thanks, Tushar Mahajan.

    Database database csharp sql-server sysadmin xml

  • Database schema
    U User 16796

    Hi all, In my .NET application i want to read the sql server database schema(Table names,triggers attached to tables etc). Once user selects the database (sql server) to connect to, i will open the connection and show to user list of tables available in the database. Is there any way of reading the database schema after opening connection to the database. Thanks in advance, Tushar Mahajan.

    Database database csharp sql-server sysadmin xml

  • Web Service on WinCE
    U User 16796

    Hi, I have to host WebService in WinCE .NET. I have written ATL COM Component in embedded VC++ ,and generated WSDl/WSML files using tool wsdlstb_ce.exe . I am using ComplexTypes in my WebMethods,for that i have written COM Component implementing ISoapTypeMapper. Modified WSML file accordingly e.g. ------------------------------------ ------------------------------------ Now when i call WebMethod from client on PC (sending Complex Types as a parameters)It goes in Constructors of all the COM Components (e.g. Service,ComplexTypeMapper,StatusMapper) after that it throws the Exception of type "System.Web.Services.Protocols.SoapExceptions" "Additional Information:Error Source :Server" How can i see, where this exception is occuring on WinCE hardware?? what is this exception????? Thanks Tushar Mahajan.

    Mobile question c++ hardware csharp wcf

  • Remote File Viewer
    U User 16796

    Hi, Remote File Viewer comes with Embedded VC++ 4.0 , you can find it in Tools menu. Thanks TusharM.

    Mobile csharp sysadmin help tutorial question

  • Web Service on WinCE
    U User 16796

    Hi, I want to host the existing Web Service (on PC) to Windows CE device.How can i host the same Web service there. According to the article i read ,i need to write new ATL Component and from that COM dll i need to generate WSDL and WSML files using tool called "wstlstb_ce.exe" article link is: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnembedded/html/embedded12032002.asp but by doing that my WSDL gets changed(it will be different from the Desktop counterpart). is there any other way of hosting XmlWeb service on Windows CE Device?? Thanks and Regards Tushar Mahajan

    Mobile question c++ html wcf com

  • Remote File Viewer
    U User 16796

    Hi, I want to upload file on Windows CE.NET Emulator.I Open RemoteFileViewer and try to connect Device "STATDARDSDK Emulator",but it is not connecting to Device giving MessageBoxes: "The Emulator Startup Server Reported the Following Error:Unable to establish a connection with the Device.Please check server configuration settings." and "Platform Manager was unable to connect to the Device.Please check your startup server and transport settings and try again." can anyone tell me how to upload file on emulator?? Thanks TusharM.

    Mobile csharp sysadmin help tutorial question

  • COM Server on Emulator
    U User 16796

    Hi All, I have created COM Server(EXE)using Embedded VC++ 4 and able to Register it on WinCE emulator. Now my client is on Desktop ,but when i call CoCreateInstance and try to create Instance of Component,it fails the HRESULT returned is "CXX0033:error in OMF type Information" I need to instantiate the component from Desktop,is it possible? Thanks TusharM.

    Mobile c++ com sysadmin hardware help

  • UI Thread in C#
    U User 16796

    Hi All, How to spawn a UI Thread in C#. I want to show window having ProgressBar while starting application(from main window constructor),application takes some time to start. The window having progressbar should run in different thread having it's own message que and all. Thanks TusharM.

    C# csharp design tutorial

  • C# Controls in MFC
    U User 16796

    Hi All, I have managed to Host (C#)Windows Froms Control in MFC Application. MFC Application is Dialog based application where i did "Insert ActiveX Control" on a dialog and i am able to see the Control on Dialog.When i execute Program it runs fine. Problem is after that when i Close Development Environment (VC++(6.0) IDE)and open it agian,it gives error "The ActiveX Control can not be instantiated" "The ActiveX Control MyControl.MyControl1 Failed to initialize properly" And in Design environment it shows Blue background on my control.But when i run it, it runs fine. It is very annoying ,every time i closes and opens the IDE error is shown. Can anybody give some advice on this. Thanks TusharM.

    C# c++ help csharp visual-studio com

  • Dialog Resource Problem
    U User 16796

    Hi All, I have managed to Host (C#)Windows Froms Control in MFC Application. MFC Application is Dialog based application where i did "Insert ActiveX Control" on a dialog and i am able to see the Control on Dialog.When i execute Program it runs fine. Problem is after that when i Close Development Environment (VC++(6.0) IDE)and open it agian,it gives error "The ActiveX Control can not be instantiated" "The ActiveX Control MyControl.MyControl1 Failed to initialize properly" And in Design environment it shows Blue background on my control.But when i run it it runs fine. It is very annoying ,every time i closes and opens the IDE error is shown. Can anybody give some advice on this. Thanks TusharM.

    C / C++ / MFC c++ help csharp visual-studio com

  • Windows Form Controls in MFC Container
    U User 16796

    Hi All, I have managed to Host (C#)Windows Froms Control in MFC Application. MFC Application is Dialog based application where i did "Insert ActiveX Control" on a dialog and i am able to see the Control on Dialog.When i execute Program it runs fine. Problem is after that when i Close Development Environment (VC++(6.0) IDE)and open it agian,it gives error "The ActiveX Control can not be instantiated" "The ActiveX Control MyControl.MyControl1 Failed to initialize properly" And in Design environment it shows Blue background on my control.But when i run it, it runs fine. It is very annoying ,every time i closes and opens the IDE error is shown. Can anybody give some advice on this. Thanks TusharM.

    C# c++ help csharp visual-studio com

  • Assembly To OCX
    U User 16796

    Hi All, I want to convert the .NET application to ActiveX Control. Is there any way to convert the Assembly to .ocx file rather than .tlb file. Thanks TusharM.

    C# com csharp

  • Assembly to OCX Conversion
    U User 16796

    Hi All, I want to convert my .NET Application to OCX rather than tlb file. Is there any way to create .OCX file instead of .tlb file . Thanks TusharM

    C# csharp com

  • C# Windows app in MFC
    U User 16796

    Hi, Can we embedd the windows application created in C# .NET in MFC ActiveX Container application. Thanks TusharM.

    C# csharp c++ com docker

  • STRINGSTREAM in WinCE
    U User 16796

    Hi, I have to port my existing code to Windows CE platform ,mu code is using STRINGSTREAM lot of times ,but WinCE does not support STRINGSTREAM(iostream.h). Is there any alternative of using STRINGSTREAM in WinCE . Any Help will be appreciated. Thanks Tushar Mahajan.

    Mobile help

  • Drawing
    U User 16796

    Hi, I want to do lot of Drawing,in my application.I am Doing that on Panel Control palced on Form.One requirement is i want to connect two UserControls on the panel with the line.When UserControls are moved by user line between them should be adjusted accordingly.That line should be Clickable as well so that user will Click on that line and adust the position of that line by draging it,or even he can delete that line. If i draw that line with CreateGraphics().DrawLine,it will not be clickable?? How can i do this?? Thanks, TusharM

    C# question graphics

  • Custom Control Serialization
    U User 16796

    Hi All, I have a user Control derived from "System.Windows.Forms.UserControl" I want to Serialize this but when i try to Serialize it,exception occurs which reads: "The type System.Windows.Forms.UserControl in Assembly System.Windows.Forms ............... is not marked as serializable." Is it not allowed to serialize UserControl,or is there any other way?? Thanks TusharM.

    C# json question

  • Serialization
    U User 16796

    Yeah i got it i should Derive VariableCollection from CollectionBase and strongly Type the collection to be of Type Variable... Thanks TusharM

    C# data-structures xml json 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