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

asdf1753

@asdf1753
About
Posts
22
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • registering a ".mdf" file in desktop engine
    A asdf1753

    hi every body Is there any one know that how can i registering a designed ".mdf" file in desktop engine with out using enterprise manager tool? I mean that i only instaal desktop engine and no thing more, or in other word I wanna use my project with an install shield file to intall it with out any special action from user.

    Database question

  • a third party website visiting time duration
    A asdf1753

    Hi, Is there any one know that how can i get the time duration that a visitor of my site clicked on one of my Ads and visits that site? regards

    Web Development question

  • auto run a query in ms sqlserver
    A asdf1753

    hi is there any one help me to run a query in MS Sqlserver periodical for example delete some data every 24hour that be independent from asp or php and etc... i want that MS Sqlserver run it itself. thanks

    Database php database help tutorial

  • problem in running c# using sql server in other client
    A asdf1753

    Hi I wrote an aplication using C# that works with Sql Server 2000 and it works right in my computer but when i wanna run it on other computer in my lan (that intalled .NET framework on it) there is an error in accessing to database and when i installed Visual Studio.NET2005 on this computer my application worked right! So it apears that needs some library to run my application to access sql server. (when i run my application until using database it works right and problem is in accessing to sql server) the connection string is complete with user id and password and name of sql server. please help me:confused::confused:

    C# csharp help database sql-server dotnet

  • problem in running c# using sql server in other client
    A asdf1753

    Hi I wrote an aplication using C3 that works with Sql Server 2000 and it works right in my computer but when i wanna run it on other computer in my lan (that intalled .NET framework on it) there is an error in accessing to database and when i installed Visual Studio.NET2005 on this computer my application worked right! So it apears that needs some library to run my application to access sql server. (when i run my application until using database it works right and problem is in accessing to sql server) the connection string is complete with user id and password and name of sql server. please help me:confused::confused:

    C# csharp help database sql-server dotnet

  • run msword or other registered files such as PDF files & etc.
    A asdf1753

    tanx a lot :-D:rose:

    C / C++ / MFC help question

  • run msword or other registered files such as PDF files & etc.
    A asdf1753

    tell more about ShellExecute plz

    C / C++ / MFC help question

  • run msword or other registered files such as PDF files & etc.
    A asdf1753

    hi i wanna open a MSWORD DOC such as double click on it but by my application call and pdf too. WinExec(file path) is only for .EXE files and can not be used for .DOC or .PDF ! can u help me ?:confused:

    C / C++ / MFC help question

  • using *.exe file such az static library
    A asdf1753

    hi i wanna use *.exe file such az static library. a static library included in my exe file, so i wanna my exe file involve another exe file(with out any source code from second exe file) and can run second exe file in my exe file. it can be used to check authentication of user to use an unknown exe file. can any one help me?

    C / C++ / MFC security help question

  • TAPI , COM
    A asdf1753

    Dear Friend, It is true i must do CoInitialize, i have forget it. Thank u:rose::)

    C / C++ / MFC com help question

  • TAPI , COM
    A asdf1753

    it says in HRESULT "CoInitialize has not been called."

    C / C++ / MFC com help question

  • TAPI , COM
    A asdf1753

    Dear Friends, I try to work with TAPI3.0 that is COM based, so in create an COM object it returns "CoCreateInstance on TAPI failed" ITTAPI *TObj; HRESULT hr; hr = CoCreateInstance( CLSID_TAPI, NULL, CLSCTX_INPROC_SERVER, IID_ITTAPI, (LPVOID *)&TObj ); if ( FAILED(hr) ) { MessageBox("CoCreateInstance on TAPI failed"); } is there any one help me ?

    C / C++ / MFC com help question

  • TAPI IVR(interactive voice response)
    A asdf1753

    i have read all of these articles but none of them not about IVR, and they are about data communication and playback wave and record wave only.

    C / C++ / MFC help

  • TAPI IVR(interactive voice response)
    A asdf1753

    Dear friends, is there any one help me to develop an IVR(Interactive Voice Response) system using TAPI and any language(i prefer VisualC). Thanks alot :):confused: -- modified at 7:18 Tuesday 11th April, 2006

    C / C++ / MFC help

  • Too many database connection
    A asdf1753

    hi, no there is no limit of conections , the original error is : "Warning: Too many connections in /var/www/html/wsxedc/Connections/data.php on line 9" or " can not creat thread ...."

    ASP.NET help database com question

  • Too many database connection
    A asdf1753

    hi, no there is no limit of conections , the original error is : "Warning: Too many connections in /var/www/html/wsxedc/Connections/data.php on line 9" or " can not creat thread ...."

    ASP.NET help database com question

  • Too many database connection
    A asdf1753

    Hi, For the pages that have too much viewers at the every time, how can I work with data base, in the normal soloutions the too many connctions error ocured! help me please aasdf1753@yahoo.com

    ASP.NET help database com question

  • FormatMessage FORMAT_MESSAGE_FROM_STRING
    A asdf1753

    Hi, I tried to use FormatMessage API to format variable argument that passed to a fuction, but it only delete all '%' characater with no thing else! please help me. my code : void CEllepsisDlg::Log(CString x,...) { CString strTempInput; strTempInput = x; va_list marker; va_start( marker, x ); LPTSTR lpFprmatedMessage; va_start( marker, x ); strTempInput=x; FormatMessage(FORMAT_MESSAGE_FROM_STRING, LPCSTR(strTempInput), NULL, NULL, (LPTSTR) &lpFprmatedMessage, 2048, &marker); char * tt=(char*)&lpFprmatedMessage; va_end( marker ); } :confused::((

    C / C++ / MFC json help

  • Variable Argument (Ellipsis (...)) in MFC Win32 DLL
    A asdf1753

    Hi, I have problem in using variable argument (...) in win32 DLL. If you have a solution or any other suggestion or tutorial, please help me :-( . When I wanna to call the function that gets variable arguments in compiling the test application it has a linking error. Regards. :((:((:confused:

    C / C++ / MFC help c++ tutorial

  • compare timepart of datetime field in SQL
    A asdf1753

    hi how can i compare timepart of datetime field in SQL, from example: time part of datetime field between '18:25:36'and '22:10:13' thank you :rose:

    ASP.NET database tutorial 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