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

asif m hmood

@asif m hmood
About
Posts
19
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQL server 2005 with Enterprise Library 1.1
    A asif m hmood

    i was confused because i used enterprise library 1.1(june 2005) and was not sure that will it work with sql server 2005. thnx for reply

    ASP.NET database question csharp asp-net sql-server

  • SQL server 2005 with Enterprise Library 1.1
    A asif m hmood

    hi , i have build an ASP.net application using Enterprise library 1.1. Curremtly i was using sql server 2000. Now i have to take my DB to sql server 2005. my question is that my current application will work with SQL server 2005??? Is enterprise library 1.1(june 2005) work well with SQL server 2005????? please reply soon...

    ASP.NET database question csharp asp-net sql-server

  • SQL server 2005 with Enterprise Library 1.1
    A asif m hmood

    hi , i have build an ASP.net application using Enterprise library 1.1. Curremtly i was using sql server 2000. Now i have to take my DB to sql server 2005. my question is that my current application will work with SQL server 2005??? Is enterprise library 1.1(june 2005) work well with SQL server 2005????? please reply soon...

    Database database question csharp asp-net sql-server

  • TAPI with C#
    A asif m hmood

    well, there are two basic parts of this product, first is to connect 2 pcs using tapi via tlephone line, 2nd is to make a messaging protocol which will connect ur aplication to the dtabase server on remote system. there should also a service running on remote system(server) which will recieve messages. i can help u in 1st part that how can u connect to remote system using TAPI in c#. in few days i'll upload an article on codeproject regarding this. in meanwhile u can mail me n i can help u in this regard :) so cheers

    C# csharp database sysadmin question discussion

  • upload indicator
    A asif m hmood

    there is no problem with gif itself, its workin fine if used on an open page, yes i hav onclick event on submit button , in the handler i set the visibility of gif to visible, but its not working :( , plz help Knowledge is Power

    Web Development php sysadmin

  • upload indicator
    A asif m hmood

    well i just want to show an animated gif while page is ulpoaading a file , i hav use the "visibility" of Style for a layer but the gif doesnt animate after clicking submit , any one hav any idea wats goin wrong!!! i m using PHP as server side n using 'file' field for upload.

    Web Development php sysadmin

  • Login Failed : user ASPNET (MSDE)
    A asif m hmood

    i have MSSql Desktop engine installed and i m connecting to a database from ASP.net page. i m using oleDBconnection but when i Open() connection it gives me exception "Login failed 'MATRIX\ASPNET' " where Matrix is machin name. it is working well in Windows form but only givin problem in webforms , can any body tell wats wrong with it , i m using same connection string as for windows forms.

    Database asp-net csharp database sql-server winforms

  • Login Failed : user ASPNET
    A asif m hmood

    i have MSSql Desktop engine installed and i m connecting to a database from ASP.net page. i m using oleDBconnection but when i Open() connection it gives me exception "Login failed 'MATRIX\ASPNET' " where Matrix is machin name. it is working well in Windows form but only givin problem in webforms , can any body tell wats wrong with it , i m using same connection string as for windows forms.

    ASP.NET asp-net csharp database sql-server winforms

  • TAPI givin link error
    A asif m hmood

    i m developing a small telephony app usig TAPI. to intitialoze tapi i have to get ITTAPI ptr. ITTAPI *gpTapi; HRESULT res = CoInitialize(NULL); CoCreateInstance(CLSID_TAPI,NULL,CLSCTX_INPROC_SERVER,IID_ITTAPI,(LPVOID *)&gpTapi); gpTapi->Initialize(); i have added tapi3.h and also give link to Uuid.lib. At compile time it gives no error but at link time it gives error "unresolved symbol _CLSID_TAPI" and same error for "IID_ITTAPI". any one hav idea wats hapening. how can i find CLSID for TAPI and IID for ITTAPI. plz help

    C / C++ / MFC help question

  • CLSID for TAPI
    A asif m hmood

    i m developing a small telephony app usig TAPI. to intitialoze tapi i have to get ITTAPI ptr. ITTAPI *gpTapi; HRESULT res = CoInitialize(NULL); CoCreateInstance(CLSID_TAPI,NULL,CLSCTX_INPROC_SERVER,IID_ITTAPI,(LPVOID *)&gpTapi); gpTapi->Initialize(); i have added tapi3.h and also give link to Uuid.lib. At compile time it gives no error but at link time it gives error "unresolved symbol _CLSID_TAPI" and same error for "IID_ITTAPI". any one hav idea wats hapening. how can i find CLSID for TAPI and IID for ITTAPI. plz help

    COM help question

  • COM givin problem in ASP
    A asif m hmood

    Yes , u r right, i want to provide some info to method and get processed info from method. i have used [out,retval] , it works fine but i want to get multiple variables out of method that's y using [in,out]. i m using VB Script. well is there any addressof(var) operator exists in VB script. if so do tell me or any equivalent function to do this.

    COM help com regex question

  • COM givin problem in ASP
    A asif m hmood

    i have used [in,out] in my COM method but when i call my method from ASP it gives error "Type mismatch: methodname" . i have also used CInt() for my int variables , but now it shows nothin when i respons.write my variable. e.g In COM power([in]int num,[in] int pNum,[in,out] int *res) In ASP , i calling it myObj.power num1,num2,CInt(num3) 'this gets nothin in num3 if i go like that myObj.power num1,num2,num3 'gives error Type Mis-match:power aby idea abt this????

    COM help com regex question

  • COM object and ASP
    A asif m hmood

    i m using PWS on win98. i have made a COM object and then i used it in my ASP page. But when i used my COM object in ASP after that i can't build same COM object again without restarting my machine.it gives linkin error "Can't open .dll to change". Any one can help me so that i dont have to restart my machine. and second question is how can i return multiple values by reference from COM object to ASP page when i use it in ASP. any one has any idea?????

    COM question help com

  • Converting Project from VS 7.0 to VS 6.0
    A asif m hmood

    hi well i want to convert a project that was built in Visual Studio 7.0 to the project of Visual studio 6.0, is there any uitility that allows to do so, or any1 has idea ?????

    .NET (Core and Framework) visual-studio csharp question

  • creating CWnd using Create
    A asif m hmood

    the following code giving me runtime error but ignoring runtime error shows the desired window. wat is bad in the code n if any better solution using CreateEx() CWnd* pWnd = new CWnd; pWnd->Create(/*WS_EX_OVERLAPPEDWINDOW ,*/AfxRegisterWndClass(0,AfxGetApp()->LoadStandardCursor(IDC_ARROW),GetSysColorBrush(COLOR_WINDOW),NULL), "Hello", WS_POPUPWINDOW |WS_VISIBLE /*| WS_CAPTION*/, CRect(700, 480, 800, 580), this,1234); i m using this code in a button handler of dialog base application. any one can help

    C / C++ / MFC help

  • how to use flash window
    A asif m hmood

    when a user signIn into MSN messenger , there comes a window at the right bottom of the screen, how can i build this, plz help, or any webpage ragarding help on this Knowledge is Power

    C / C++ / MFC adobe help tutorial question

  • assembly language in turbo C
    A asif m hmood

    this is code of gotoxy, i have made in c++ using assembly, but it is not working and giving an error of "invalid operand". plz help!!!! void _gotoxy(int row,int cols) { asm MOV AH,0x2 asm MOV DH,row// problem is here,if we use asm MOV DL,cols//constant here, it works asm MOV BH,0x0 asm INT 0x10 } void main() { clrscr(); _gotoxy(15,15); printf("x"); getch(); }

    C / C++ / MFC help c++

  • using assembly in turbo c++, help
    A asif m hmood

    this is code of gotoxy, i have made in c++ using assembly, but it is not working and giving an error of invalid operand. plz help!!!! void _gotoxy(int row,int cols) { asm MOV AH,0x2 asm MOV DH,row// problem is here,if we use asm MOV DL,cols//constant here, it works asm MOV BH,0x0 asm INT 0x10 } void main() { clrscr(); _gotoxy(15,15); printf("x"); getch(); }

    C / C++ / MFC help c++

  • maximum storage in int variables
    A asif m hmood

    how can i store 30 digits number in an int variable. if it is possible, then plz help me regarding this problem.

    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