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
A

amitmistry_petlad

@amitmistry_petlad
About
Posts
291
Topics
91
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Difference between DLL & Process ???
    A amitmistry_petlad

    Hi All! What is the difference between DLL and process??? amit

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question

  • Expression help
    A amitmistry_petlad

    Hi nave ! I need your help for API . where can i find the API help and explanation??

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC help

  • Expression help
    A amitmistry_petlad

    HI nave , you are absolutely right dear the answer is 6.But can you kindly explain with value . because suppose

    Naveen.R wrote:

    1. x-= (--x) - x--;

    The value of x is 7. here now the value is 7 for all x is it? means ,

    Naveen.R wrote:

    1. x-= ((--x) - x)--;// subtract x fom x.

    how can I follow the step 2 (7-7)-- will it zero or what ??? :doh: then will x will zero or the value 7 will still exist. means, 7-=(7-7)-- //my question is here whether the value of x will zero here.then what is the value of x on LEFT SIDE. because right side I got zero right. now (7-=0)-- as go with logic.... now as x=x-0 means (7=7-0)-- then after it will decrement and the result 6. I understand this way .but I thought about the x value ???? is zero or 7 at step 2. thanks nave amit - bedcollege petlad

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC help

  • Expression help
    A amitmistry_petlad

    void main() { int x=8; x-=--x - x--; //explain me from RIGHT TO LEFT //when can operation perform on left side means x- printf("%d",x); getch(); } Thanks in advance!!

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC help

  • how can I design network???
    A amitmistry_petlad

    Thanks ! Can you provide me ebook for window sever 2003??? or provide me a link ???

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    Hardware & Devices sysadmin question design hardware help

  • how can I design network???
    A amitmistry_petlad

    sir , I am working as faculty and programmer in the firm so I have to designing the network as per the university rules. Linux is not in the syllabus so it is better provide me some idea on windows server 2003.

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    Hardware & Devices sysadmin question design hardware help

  • how can I design network???
    A amitmistry_petlad

    hi! I want to design network for 25 pcs for students who worked on indivisual login(I mean different user)(client/server).Basically I am software related person.But now I have also worked on hardware and networking side. Can any body help me or hint me how can I design? if I use window server 2003 for server then which configuaration is required for clients???? or better to guide me some other network OS. thanks in advance.

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    Hardware & Devices sysadmin question design hardware help

  • registry error message problem in my pc
    A amitmistry_petlad

    Hi All! I get the following error message whenever I connected with the Internet and open browser Internet Explore 6.0.2800. Should I have to change the secuirty level???? http://en.wikipedia.org/wiki/Image:Errrorpage.jpg[^] How can I remove this error message ??? I have already format my pc 2 times......

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    Hardware & Devices help question windows-admin

  • wininet.h and winsock.h
    A amitmistry_petlad

    Dear Mark, I really appreciate your response, can you provide me any example or link of winsock Which is used FTP/HTTP/GOPHER?. One thing more, Winsock used any default protocol ? Questions: 1) how the checksum play role in this socket programming.? 2) what is the difference between synchronous and asynchronous socket?

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question

  • Thread parameter use same value for all thread ?????
    A amitmistry_petlad

    Arman Z. Sahakyan wrote:

    // l->pszInFile = bufferwithpath; // l->pszOutFil = w_Output; l->pszInFile = (LPWSTR) malloc( 2 * wcslen(bufferwithpath) );wcscpy(l->pszInFile, bufferwithpath);l->pszOutFile = (LPWSTR) malloc( 2 * wcslen(w_Output) );wcscpy(l->pszInFile, bufferwithpath);

    HI ! arman when can we need to allocate the memory to the variable? In the above case I have just try to assign that i know its wrong but , the basic question is when can we should allocate memory? I know that array already occupay memory at compile time , and I also konw that we can allocate memory runtime by malloc/calloc or new in c++, but where and in which condition we have to use it. please regret me about my spells and english. can you kindly explain me?

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC help question

  • wininet.h and winsock.h
    A amitmistry_petlad

    can winsock do the functionality of WinINet?

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question

  • wininet.h and winsock.h
    A amitmistry_petlad

    what are the basic functionality difference between this two header files??? can any one explain me in detail ??? Thanks in advance.

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question

  • Listview selected item index ??
    A amitmistry_petlad

    Sorry to ask you. what is M.D.V?

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question database

  • Listview selected item index ??
    A amitmistry_petlad

    :laugh: Thank you very much for your response. :rose:

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question database

  • SendMessage problem ?????
    A amitmistry_petlad

    sir, I have found the help for that and I am satisfy with this answer but could you guide me where should i write this function? I mean in my Mainthread or the successive function call from the Mainthread.(:doh:) suppose , e.g. for(....) { //thread created from here hThread[i]=(HANDLE ) _beginthreadex(NULL, 0, &Thread, l, 0, &tid); //calling from here ????:confused: } here :confused: ????? where should I call and where should I defined ? unsigned __stdcall Thread(void* pArguments ) { HRESULT hr=NULL; struct argument_list *Lparam= (argument_list *)pArguments ; Package pkg; static int threadID; threadID++; { hr=pkg.EncodeMediaContent(Lparam->pszInFile,Lparam->pszOutFil,Lparam->hwndParent,Lparam->Host,Lparam->UserID,Lparam->InitPackageRequest,Lparam->ScriptFile,Lparam->Port,Lparam->hList,Lparam->_ProtectSet,Lparam->hWndinoutfiledir,Lparam->hwndEncrypt); } if(hr==S_OK) { MessageBox(0,L"thread gone finished" ,L"therad",0); _endthreadex( 0 ); } //or :confused: should I write some where here??? threadID--; return 0; }

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC help question

  • Listview selected item index ??
    A amitmistry_petlad

    Mark Salsbery wrote:

    GetFirstSelectedItemPosition()/

    What is Equivalent in win32????

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question database

  • Listview selected item index ??
    A amitmistry_petlad

    I need for win32(unicode). not for MFC

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question database

  • Listview selected item index ??
    A amitmistry_petlad

    Hi! Thanks actually i have try to do it in other way , following way, but in the array I got double values for one selected item now i will go through the steps you given. Actually i am working on win32(unicode). but its ok. Thanks

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question database

  • Listview selected item index ??
    A amitmistry_petlad

    How can I find the selected item index in listview??? suppose I have number of items in my list view and I have select five or six items randomly then how can I find the index of that selected items and subitems?

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC question database

  • SendMessage problem ?????
    A amitmistry_petlad

    Grate ! Thanks! But my Thread application passes through some function where I every next step ,I have used the GUI messaging so now how can i handle that situation. means fetching the values from the different control like combobox ,static text, listview during the thread is runing. But thank you very much, I will try it for PostMessage.

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    C / C++ / MFC 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