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
G

Gopal_Kanchana

@Gopal_Kanchana
About
Posts
33
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • why VS2010 Solution created sdf file?
    G Gopal_Kanchana

    I have created solution through in vs2010. Once i go to solution folder i have seen one of the file called sdf extension with solution name. I don't know why its getting created. How these can be avoide Regards Gopal

    C# question

  • Problem in Jagged Line in 3d cube in wpf
    G Gopal_Kanchana

    Hi I have download above registered key http://blogs.msdn.com/karstenj/archive/2005/09/28/475040.aspx and installed my system. but still i am getting jagged line. is it my video card not supported? if so what type of card will get supported Regards Gopal

    WPF csharp wpf help tutorial

  • How draw cross section line like Autocad in WPF
    G Gopal_Kanchana

    Hi I am new wpf and 3D. I want to know how to draw cross section line while mouse enter like (Auto cad) in WPF Regards Gopal

    WPF csharp wpf tutorial

  • Problem in Jagged Line in 3d cube in wpf
    G Gopal_Kanchana

    Hi Thanks for your solution

    WPF csharp wpf help tutorial

  • Problem in Jagged Line in 3d cube in wpf
    G Gopal_Kanchana

    Hi I didn't have this path in my registry (Avalon.Graphics\MaxMultisampleType) Only having HKEY_CURRENT_USER\SOFTWARE\Microsoft this path

    WPF csharp wpf help tutorial

  • Problem in Jagged Line in 3d cube in wpf
    G Gopal_Kanchana

    Hi I have problem for displaying jagged line(not smooth vertex) in 3d cube in wpf. Please let me know how to solve it

    WPF csharp wpf help tutorial

  • Problem in 3D drawing for jagged line
    G Gopal_Kanchana

    Hi We are working CAD project. We are plahning to swith into wpf. I found some problem for appearning jagged lines in outside the cube(Not even lining) i changed resolution also. but not result. I have seen some application which is devloped by Directx which is not appearning and looks good, not even seen jagged lines. Why this is happening in WPF. please let me the solution Regards Gopal

    WPF graphics csharp wpf game-dev help

  • Advantages and disadvantage using sliverlight
    G Gopal_Kanchana

    Hi Thanks for your info. Suppose our web application using db(sql) which is there in separate server and accessing db through WCF which is hosted in IIS. if I develop through silverlight its work fine. if want to conver OOB will i get problem? since our company don't want to create another destop application. Regards Gopal

    WPF help question

  • Advantages and disadvantage using sliverlight
    G Gopal_Kanchana

    Hi Our company planing to develop application using sliverlight. since user can use both desktop(standalone) and web(cross browser) I would like to all feasibility. Sliverlight Is it correct choice? and what are advantage and disadvantage. While installing into desktop from web, do we face some issue? Regards Gopal

    WPF help question

  • OutofBrowser concept
    G Gopal_Kanchana

    Hi Thanks for reply. They mentioned about how to create OOB. But my doubts is which path application are installed. since it is use full to click the shotcut inorder to execute the application again. Regards Gopal

    WPF csharp database wcf security question

  • OutofBrowser concept
    G Gopal_Kanchana

    Hi Some one please explain me outofBrowser concept. I need some clarification below 1.if i installed the application from web to local. which location path out appliation get installed. 2.if i used WCF service in web. how it will work in my local system.(assume i removed internet connection after i installed) 3. Is it possible to access data from a database on the internet when the application is running out of browser and there is no internet access? 4 What all are the security issues posed on the application when running it out of browser. Regards Gopal

    WPF csharp database wcf security question

  • module machine type 'X86' conflicts with target machine type 'x64'
    G Gopal_Kanchana

    In my system active solution configuration ->Release,Platform->x64 and target machine ->MachineX64 (/MACHINE:X64). every thing is same but why it's not building

    C / C++ / MFC help c++ question

  • module machine type 'X86' conflicts with target machine type 'x64'
    G Gopal_Kanchana

    if change into x86 build works. but i want to build it as 64bit

    C / C++ / MFC help c++ question

  • module machine type 'X86' conflicts with target machine type 'x64'
    G Gopal_Kanchana

    Hi I changed Target machine into MachineX64 (/MACHINE:X64). even then still i am getting error. Any thing needs to upgrade for 64bit

    C / C++ / MFC help c++ question

  • module machine type 'X86' conflicts with target machine type 'x64'
    G Gopal_Kanchana

    Hi My machine is 32bit windows xp. I have done done configuration x64 in Active solution configuration earlier. but still i am getting same error Regards Gopal

    C / C++ / MFC help c++ question

  • module machine type 'X86' conflicts with target machine type 'x64'
    G Gopal_Kanchana

    Hi I am getting below error while compiling the my source code in VC++(Win32). But the same code get complied in another machine. i don't know why? fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' if provide me the step great help full regards gopal

    C / C++ / MFC help c++ question

  • Problem in displaying image through CPictureHolder
    G Gopal_Kanchana

    Hi I am using DWORD to fine numerical value. I getting this value (2147500037) conver into Hex(80004005). it says that (#define OLE_E_NOTRUNNING _HRESULT_TYPEDEF_(0x80040005L));

    C / C++ / MFC help

  • Problem in displaying image through CPictureHolder
    G Gopal_Kanchana

    Hi Numerical value means is it hr return value. if not how do i get it numerical value

    C / C++ / MFC help

  • Problem in displaying image through CPictureHolder
    G Gopal_Kanchana

    Hi Returning as E_FAIL. but same image datai have used in C# using xmlreader it works fine.

    C / C++ / MFC help

  • Problem in displaying image through CPictureHolder
    G Gopal_Kanchana

    Hi we are using CPictureHolder in order to display image through data. This data nothing but CString. we are doing the dcode(converting into byte) and creating the byte into CMemfile object. The problem is few image data not displaying the image. i am using below code. hr = ::OleLoadPicture(lpStream, maxLen, FALSE, IID_IPicture, (LPVOID*)&m_pPict); hr return as E_FAIL for some image data. please let me know what could be reason. Regards Gopal

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

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