Search:

Type: Posts; User: Chris

Page 1 of 13 1 2 3 4

Search: Search took 0.69 seconds.

  1. Replies
    1
    Views
    731

    Changing the ascx path at runtime.

    I have developed a control (ascx) and added into the aspx form; but how can I change the path during the aspx load event?

    <%@ Register TagPrefix="uc1" TagName="UsrControl1" Src="UsrControl1.ascx"...
  2. Replies
    1
    Views
    1,276

    DllImports methods in VB.NET

    Hi, do anybody know what the diffenrent between this 2 way to declare a Win32API in VB.NET?



    Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As...
  3. Manually update output file version information

    Hi,

    How can I manually assign the output binary file version information liek we did in VB6 for all .NET application?
  4. Replies
    2
    Views
    807

    Thanks brucevde. :)

    Thanks brucevde. :)
  5. Replies
    2
    Views
    807

    Max concurrent connection to MSDE2000

    Hi,

    May I know what are the maximum concurrent connections (ADO) you guy have running in all the application you have developed?

    Because, I came across the following clause The number of...
  6. Thread: Survey

    by Chris
    Replies
    6
    Views
    794

    :ehh: I know what I want, but just wish to gather...

    :ehh: I know what I want, but just wish to gather more information and analyze how others deploy MsSQL 2000 for enterprise solution.
  7. Thread: Survey...

    by Chris
    Replies
    0
    Views
    510

    Survey...

    Do help me up on my survey on this thread survey

    thanks.
  8. Thread: Survey

    by Chris
    Replies
    6
    Views
    794

    Survey

    Hi buddy,

    Just would like to do some survey on the machine where MsSQL 2000 database server you have deployed and running.

    If possible, I would like to know the following items:
    #1. Ms SQL...
  9. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 8)

    Part - 8

    The language identifier
    Since there is a dummy custom resource embedded inside the SetupEx.exe module. We can find out what language identifier use by this custom resource via the VC++...
  10. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 7)

    Part - 7

    Chances for inject data into different resource table
    UpdateResource API was used in this project for injecting the compressed merge data file into the spawned SetupEx.exe in order to...
  11. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 6)

    Part - 6

    Inject data into spawned SetupEx.exe
    Now, we have spawned the SetupEx.exe from the custom resource table and we should go further by injecting the compressed merge data file into the...
  12. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 5)

    Part - 5

    Read data from custom resource table
    Now, we have done the compressed merge data file. But before we can further make it become self-extract, we must require another module (SetupEx.exe)...
  13. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 4 (Continue))

    Part - 4 (Continue)

    Now, we have both the header and content data file, and it is the time to merge this 2 files into a single file before proceed to compress it using the Zlib* algorithm.


    ...
  14. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 4)

    Part - 4

    How to build the merge data file
    At this stage, you have gain all the minimum knowledge on accessing the file I/O. Also, you get the idea how the final merge data file being structure....
  15. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 3)

    Part - 3

    Retrieve file information
    Before proceed to create the merge data file, it is important to know how to get the respective file information. If we fail to archieve this, no point for us...
  16. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 2)

    Part - 2

    The format I adopted
    The format I used to merge multiple file into a single file is simple. In general it will split into 3 parts:
    ...
  17. C++ - Pure WIN32 Self-Extract EXE Builder (Part - 1)

    Part - 1

    Download demo project - 333 Kb
    Download source - 367 Kb
    *Please right click the above link & select Save Target As... to begin sample code download.

    ...
  18. C++ - Pure WIN32 Self-Extract EXE Builder (Preface)

    Due to the maximum limit of 10000 characters per post. So, I have to split my article into several part as listed below:

    Part 1
    1. Why I developed it
    2. Methodology behind the scene

    Part 2...
  19. Thread: Self-Extract

    by Chris
    Replies
    0
    Views
    539

    Self-Extract

    Hi, I wish to create some self-extract tool.

    For instance, I have a executable file (*.exe) and a data file (*.dat). The data file (*.dat) will be update from time to time. Inside the *.dat,...
  20. Replies
    5
    Views
    848

    Yes, but it block me from edit it... :sick:

    Yes, but it block me from edit it... :sick:
  21. Replies
    5
    Views
    848

    Hi brucevde, I create a new Store Procedure...

    Hi brucevde,

    I create a new Store Procedure with the WITH ENCRYPTION after the store precedure name and before the AS.

    The store procedure was successfully created, but after I close the create...
  22. Replies
    5
    Views
    848

    Encrypt the store procedure.

    Is there any free tool use to encrypt the strore procedure contents?

    regards,
    Chris
  23. Thanks for the information & will try it out...

    Thanks for the information & will try it out tommorrow after back to office.
  24. Backup local DTS package from MsSQL server & restore it back later

    Hi,

    How can i backup the local DTS packsge I was created & saved in the MsSQL database server? So that I can restore it back later or copy or another MsSQL database server?

    regards,
  25. Replies
    2
    Views
    661

    Thanks for the information & I'll check it out. :)

    Thanks for the information & I'll check it out. :)
  26. Replies
    2
    Views
    661

    maximum query string length

    Hi buddy,

    Do you guys know how many characters can be pass as querystring arguement in web application? Is that 256 charatcers?

    regards,
  27. Replies
    1
    Views
    641

    Intercept/Hijack OS context menu.

    Does anyone know how to intercept the OS context menu for certain file? It is using the Hook API? Or can give me some hints/tips on this?

    regards,
  28. Replies
    0
    Views
    454

    Backup DTS from MsSQL 2000

    Hi,

    How can I backup the DTS that I have created and saved in the MS SQL Server? And may I know which file that MS SQL server stored all this information?

    regards
  29. Take over the Microsoft Window File I/O Function.

    I would like to know how can I develop a dll and alter the window registry settings. So that every time any application calling the File I/O function like:

    CreateFile
    ReadFile
    ...
  30. Replies
    7
    Views
    765

    okay, will try it out. thx

    okay, will try it out. thx
  31. Replies
    7
    Views
    765

    Yes, I am using session or store the logon state...

    Yes, I am using session or store the logon state and I did not save the state into database as you mention.

    If I do so, how can I reset the state stored in database when the user just close the...
  32. Replies
    7
    Views
    765

    Web application logon question

    I have a web application written in ASP which require the user to logon before can access the information publish on the site.

    But my problem in to control each user account can only logon to the...
  33. Replies
    0
    Views
    439

    Data polling from server

    Let me introduce what I have did before move into my question.

    In the pass, I have developed an web page that will read the data from database (MsSQL 2000) and populate into tabular format (at...
  34. Oops... :rolleyes: May be you can pass your...

    Oops... :rolleyes:

    May be you can pass your VB user define type into the ATL COM dll via an interface which the arguement is LPVOID and you have to define the same structure in the ATL COM Dll...
  35. Hi Gtarawneh, Yup, it was really a old...

    Hi Gtarawneh,

    Yup, it was really a old thread, and you can passing data between 2 application by sending the WM_COPYDATA. With this message, you can passing your own structure.

    All you need is...
  36. Thread: Simple question

    by Chris
    Replies
    5
    Views
    608

    andreys : the include method working in both the...

    andreys : the include method working in both the web server and my loacal development machine.

    Thanks both you guys :wave:
  37. Thread: Simple question

    by Chris
    Replies
    5
    Views
    608

    Memnoch1207: It working fine in my development pc...

    Memnoch1207: It working fine in my development pc (localhost), but when I upload to the webhosting server, it doesn't work. It is require any special setting on the server side?

    andreys: Will try...
  38. Thread: Simple question

    by Chris
    Replies
    5
    Views
    608

    Thanks, Memnoch1207

    Thanks, Memnoch1207
  39. Thread: Function in ASP

    by Chris
    Replies
    1
    Views
    519

    Function in ASP

    What is the different is I write the function inside and poutside the HEAD block?

    regards,
  40. Thread: Refresh ASP page

    by Chris
    Replies
    1
    Views
    661

    Refresh ASP page

    Currently I develop a web page by display the information poll out from MS SQL database and this page will be refresh every 10 seconds.

    But I do not wan't to refresh the ASP page if there is no...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width