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
Y

yang__lee

@yang__lee
About
Posts
78
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • expand multiline textbox at runtime
    Y yang__lee

    Dear ASP Gurus, I am populating my multiline textbox on page in UpdatePanel with some text as header name + vbnewline ------------ + vbnewline value1 + vbnewline value2 + vbnewline . . . value30 + vbnewline . . Now I need to get the print of my web page but for now only first 10 rows are visible in the print I need to expand this textbox to see all the rows in my print out. How to expand this textbox at runtime probably at two points.. 1. after I populate the textbox or 2. at page.ispostback = true may be at client side or server side? Could you please help me? regards Lee Could you please help me.

    Leya

    ASP.NET sysadmin help tutorial question

  • returning server side class object to javascript.
    Y yang__lee

    Hi, On server side in form code behind class, I have a function <AjaxPro.AjaxMethod()> _ Public Function test_get() As PROPREGLB.AssetQuerry Dim v As PROPREGLB.AssetQuerry ' v = New PROPREGLB.AssetQuerry v.AddNote("ASP.NET") v.AddNote("2.0") Return v End Function I call this function from my page javascript function test() { var t; debugger; var retobj = AssetDataEntry.test_get(); } when I debug retvalue, I get retvalue as __type "PROPREGLB.AssetQuerry, App_Code.hpedrzja, Version=1.0.5.31325, Culture=neutral, PublicKeyToken=null" How to convert retval as the proper object of PROPREGLB.AssetQuerry What kind of typecast has to be used. I need to call methods available in PROPREGLB.AssetQuerry class from the returned object in javascript also need to avail the existing data(inserted in the server side) in the javascript client side code. any help will be highly apreciated. regards lee

    Leya

    ASP.NET debugging csharp javascript asp-net sysadmin

  • asp.net
    Y yang__lee

    Hi after programming in c++ suddenly i found myself working in asp.net (that too in vb.net) due to company's business interests. i doesnt appeal me and i dont click in it i lack interest in it. How I can make it fancy me. has anyone faced such dilemma. regards leya

    Leya

    The Back Room csharp c++ asp-net business

  • asp.net
    Y yang__lee

    Hi i have been developing windows application using vc++ for so 2 years suddenly company is taking web related project and just venturing into asp.net 2.0 . i just dont like it. i dont click due to lack of interest . I dind c++, vc++, c# windows applications more appealing. i wonder how I can generate interest in it. or should I change the job. happy weekend lee

    Leya

    ASP.NET csharp c++ asp-net career

  • away from wife
    Y yang__lee

    yes she will ask more n more.. and there will be endless erotic saga. games between her watery hole and your stinky cock perhaps I am writing too much.. :-D

    Leya

    The Back Room tutorial

  • getting this error related to linking
    Y yang__lee

    Hi I have created an ATL application exe type (jjjj) where I am using to create ATL component it gives following error QLView.obj : error LNK2005: _CLSID_MyAWrapper already defined in jjjj.obj SQLView.obj : error LNK2005: _LIBID_Project1Lib already defined in jjjj.obj SQLView.obj : error LNK2005: _IID_IMyAWrapper already defined in jjjj.obj Debug/jjjj.exe : fatal error LNK1169: one or more multiply defined symbols found what to do here.. please suggest .. thanks Lee

    Leya

    ATL / WTL / STL c++ debugging help

  • ATL Component with C++ class
    Y yang__lee

    Hi, I want to build a ATL wrapper on c++ class and would like to use that component in VB. I insert an ATL class MyAWrapper I add one property HRESULT String([out, retval] BSTR *pVal) one method HRESULT ClearString() to IMyAWrapper. IDL file shows it then in MyAWrapper.h i put following c++ code class foo { std::string m_str; public: foo(std::string bar, bool baz) : m_str(bar) { if (baz) throw std::exception(); } std::string get_string(void) { return m_str; } void clear_string(void) { m_str = ""; } }; in ATL class.. class MyAWrapper I addfollowing code. STDMETHOD(FinalConstruct)(void) { try { m_pfoo = new foo("test", false); } catch (...) { return E_FAIL; } return S_OK; } in MyAWrapper.cpp, I put STDMETHODIMP MyAWrapper::get_String(BSTR *pVal) { // TODO: Add your implementation code here if (pVal == NULL) return E_POINTER; std::string sTemp = m_pfoo->get_string(); *pVal = ::SysAllocStringLen(sTemp.c_str(), sTemp.length()); return *pVal ? S_OK : E_OUTOFMEMORY; } STDMETHODIMP MyAWrapper::ClearString() { // TODO: Add your implementation code here m_pfoo->clear_string(); } Please tell me Are these stpes OK?? or where to put c++ code? I can not compile the project.. I get around 34 errors one of which is 'std' : is not a class or namespace name Pleasew tell me how to have this perfectly function. Thanks Lee

    Leya

    ATL / WTL / STL c++ tutorial question

  • what to do???
    Y yang__lee

    looks lke its horrible in india. guy is seemingly getting open signs but what if man in their house knows... :laugh:

    Leya

    The Back Room adobe question

  • what to do???
    Y yang__lee

    Its horrible if he is married and staying alone.

    Leya

    The Back Room adobe question

  • what to do???
    Y yang__lee

    He is an Indian fellow. So what do his indian collegues here feel about this? They have better understanding about the social structure in india. Its not that serious in my place though.

    Leya

    The Back Room adobe question

  • How to send /recieve mails in local network
    Y yang__lee

    Dear Gurus How to send /recieve mails in INtranet without using exchange server. We are using SMTP server for sending mails. and how to recieve mail without POP3 account. Please note that this is just for local domain. Not for external (yahoo etc). Please advice. thanks Lee

    Leya

    ASP.NET sysadmin tutorial

  • how to find hidden windows restricted due to mandatory profile
    Y yang__lee

    Hi, I have administrative access on the domain but mandatory profile on my login user is causing me not to see the display settings. When I right click in black area of the desktop to bring display properties windows, I can see just effects tab, all other tabs (for screensaver, coler scheme) are not seen. So I wanted to bring these windows by some other way and want to change the color scheme and save it. How may I do it programatically? My operating system is windows 2000. thanks

    Leya

    C / C++ / MFC tutorial question

  • employment in saudi
    Y yang__lee

    Has anybody worked in KSA that is Kingdom of Saudi Arabia? I got an offer to work there but I am not sure about the environment , people, rules etc there. I heard its a very very strict country where you can not follow your religion. Its a hub of Al . Qayda. and lot of bomb blasts are happening. Any insights?? Will you dare to go there.

    Leya

    The Lounge question workspace

  • Valley Girl SQL
    Y yang__lee

    ??? which link ? who is jordans? Leya

    The Lounge csharp html database com data-structures

  • all urls
    Y yang__lee

    How to get all the URLs (links) on the web page? Leya

    C / C++ / MFC tutorial question

  • Happy b'day Nish
    Y yang__lee

    Nish, Wish you many happy returns of the day. :) Alok how do you know that today is his birthday. Thanks Leya

    The Lounge com discussion

  • Knowing yourself and others
    Y yang__lee

    i come under analytical Leya

    The Lounge csharp php wpf question

  • Math Problem ...
    Y yang__lee

    here it is suppose a and b are points.. I want point C 20% from point a then c.x= a.x+ 0.2 * (distnce between a & b ) * cos (angle between a and b ); c.Y= a.y+ 0.2 * (distnce between a & b ) * sin (angle between a and b ); Leya -- modified at 3:04 Wednesday 14th June, 2006

    The Lounge help question csharp

  • Is this for publicity? I think so [modified]
    Y yang__lee

    raunchy dancer to a song with bits Leya

    The Lounge question c++ html com regex

  • unicode
    Y yang__lee

    Hi, following syntax has wszWallpaper as unicode string. wcout << **L**"Wallpaper path is:\n " << wszWallpaper; Now wallpaper path is prefixed with "L" to interpret the string as unicode. can it be prefixed with "_T" as wcout << **_T**"Wallpaper path is:\n " << wszWallpaper; since TCHAR can be used to present ANSI as well as unicode. Please follow up. Leya

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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