Search:

Type: Posts; User: razzaj

Page 1 of 7 1 2 3 4

Search: Search took 0.25 seconds.

  1. Replies
    2
    Views
    485

    DATAGRID Question

    I have a form with a DataGrid ...

    How can I fill it WITHOUT having to Use ADODC data controls or any other data control ...

    I want to be able to create My own Connections..
    and Recordset...
  2. Thread: Firewall

    by razzaj
    Replies
    2
    Views
    361

    euuhhh... yeah !! G !! how could i not have...

    euuhhh... yeah !! G !! how could i not have thought about this before ????

    MAN I know that is what firewall do I just want to see if anyone has a source sample to show. so i know HOW it is done....
  3. Thread: Firewall

    by razzaj
    Replies
    2
    Views
    361

    Firewall

    Any ideas how to implemet a firewall ??

    to make it be able to track any application that is trying to listening to a port or any connection request comming in ??
  4. Thread: Dns

    by razzaj
    Replies
    1
    Views
    366

    Be more specific... u want to resolve IPs to...

    Be more specific... u want to resolve IPs to Machine names on a LAN or on the net ???
  5. Thread: MS Word

    by razzaj
    Replies
    3
    Views
    549

    Thanks that helped. I have another question...

    Thanks that helped.

    I have another question Though.

    How can I Save the content of a word file (with aall the formating)

    into aa database for example. to be able to restore it later .

    I...
  6. Thread: MS Word

    by razzaj
    Replies
    3
    Views
    549

    MS Word

    Once one has referenced the Word 9.0 Library in VB.

    How Can I create a new document (blank to start with)

    and how can I "write" to it without having word open.

    I can do this in excel but i...
  7. Thread: Fax

    by razzaj
    Replies
    0
    Views
    381

    Fax

    any sample code on how to send a fax using a Fax-Modem ??
  8. Thread: Masm 6

    by razzaj
    Replies
    2
    Views
    716

    Masm 6

    I know microsoft have an assembler , but they only provide updates . not the actual instalation File.

    Where can I find an assembler ( a good one ) for win32 ??
  9. Thread: Alpha Key

    by razzaj
    Replies
    0
    Views
    590

    Alpha Key

    I Have a charting component that Generates Charts (obviously)

    GIFs to be more specific.

    But it is Quite Limited Graphicly so I would like to append an image in the Background of the Chart . so...
  10. Thread: Msmq

    by razzaj
    Replies
    2
    Views
    410

    Yeah I found some samples. thanks.

    Yeah I found some samples. thanks.
  11. Thread: Msmq

    by razzaj
    Replies
    2
    Views
    410

    Msmq

    Has anyone used MSMQ from VB yet ? I need to implement Asynchronus communication in a COM architecture.

    Any Ideas where to start with MSMQ ?
  12. Replies
    1
    Views
    1,058

    RegConnectRegistry

    I looked for this function and found the Difinition in the API
    Text Viewer.

    I tried to use it and it is not working.

    Any help ?



    Public Declare Function RegConnectRegistry Lib...
  13. Replies
    0
    Views
    516

    Computer in IDLE State.

    Is there a way other than constantly tracking Mouse and Keyboard Activity , to know how long has a computer been Idle ??
    Or maybe ASk to OS to send a notification to My Application after the...
  14. Replies
    0
    Views
    408

    Computer in IDLE State.

    Is there a way other than constantly tracking Mouse and Keyboard Activity , to know how long has a computer been Idle ??
    Or maybe ASk to OS to send a notification to My Application after the...
  15. Replies
    8
    Views
    618

    Well I have looked at your benchmark results .....

    Well I have looked at your benchmark results .. logical when we come to think about it ... now if it is only a matter of 5-6 writes / second. I think it wouldnt be as dramatic as I said to make it...
  16. Replies
    8
    Views
    618

    Well the Registry is a database somehow. but it...

    Well the Registry is a database somehow. but it is havily used by the system already. I dont think it is a good idea to overload it with millions of addtional reads and writes ...

    To be sure u...
  17. Thread: Events

    by razzaj
    Replies
    4
    Views
    524

    no they are not UDT they are in the libraries i...

    no they are not UDT they are in the libraries i referenced.
    anyway it worked it was something stupid i forgot. thanks anyway :)
  18. Thread: Events

    by razzaj
    Replies
    4
    Views
    524

    I tried to leave it as it was Declared in the...

    I tried to leave it as it was Declared in the Object Browser .... and still it didnt work. I added Messenger. after the arguments because I was desperate to try and get it to work.
  19. Thread: Events

    by razzaj
    Replies
    4
    Views
    524

    Events

    I am trying to play around with the MSN libraries. and it contains events.

    I dimed the object correctly as I usually do .

    but the events are giving me the following compile error :

    Procedure...
  20. Thread: MSN MEssenger

    by razzaj
    Replies
    2
    Views
    424

    ok I guess that means no one has ever played with...

    ok I guess that means no one has ever played with that MSN libraries ??? ... hard luck for me ..
  21. Thread: MSN MEssenger

    by razzaj
    Replies
    2
    Views
    424

    MSN MEssenger

    if u ever tried adding object references to MSN libraries , you ll notice a bunch of cool classes and functions .. really nice.
    Only i only had the time and remembered to try them today.

    so far...
  22. Replies
    3
    Views
    440

    Yes... and which ones are those ?

    Yes... and which ones are those ?
  23. Replies
    3
    Views
    440

    Customizing MS IExplorer

    how can I change the looks of MS iExplorer through VB Code. ?
    i.e. add shortcuts , favorites , Home page ?
  24. Replies
    0
    Views
    491

    Customising the Browser

    I am wondering how to develop an application which once is run would change some settings in I Explorer Like the links in Favorites + icons the Starting page etc...?
  25. Replies
    5
    Views
    711

    MTS ?? what do you mean ? I know MTS is...

    MTS ?? what do you mean ?

    I know MTS is mostely used for Database and Transactions ... what does winsock have to do with it ?

    Besides you cannot use MTS with ActiveX EXE....it has to be a dll
  26. Replies
    5
    Views
    711

    ok ... good... so if I put a form in My activeX...

    ok ... good... so if I put a form in My activeX Exe project and a winsock on this form ...

    Can I use the winsock control from ASP for example ?? like a COM object that is... ?
  27. Replies
    5
    Views
    711

    ActiveX EXE & DLL

    I have been into COM for a while only Developping ActiveX DLLs
    they are neat...

    but now I have more time for research and I am looking at activeX EXEs ... they seem interesting but I wonder why...
  28. Replies
    2
    Views
    470

    ActiveX EXE & DLL

    I have been into COM for a while only Developping ActiveX DLLs
    they are neat...

    but now I have more time for research and I am looking at activeX EXEs ... they seem interesting but I wonder why...
  29. Replies
    1
    Views
    705

    you have to bind in UDP connection. That is...

    you have to bind in UDP connection.

    That is Bind your Local port :




    winsock1.RemotePort = 2000
    winsock1.RemoteHost = "whatever"
    winsock1.Bind yourlocalPortHere
  30. Thread: Weird Error

    by razzaj
    Replies
    2
    Views
    421

    The thing is it happened at runtime. and I dont...

    The thing is it happened at runtime.
    and I dont know where or at which line... it never happend before nor did it happen again.

    and the code is huge ..
  31. Thread: Weird Error

    by razzaj
    Replies
    2
    Views
    421

    Weird Error

    Is anyone familiar with this error ??

    " this item's control has been deleted "
  32. Thread: Windows Ce

    by razzaj
    Replies
    0
    Views
    329

    Windows Ce

    is Anyone aware of an SDK that we can use to develop applications For WINDOWS CE from VB ???
  33. Thread: Winsock Problem

    by razzaj
    Replies
    6
    Views
    630

    hmmm yeah .. you are right ... i noticed that...

    hmmm yeah .. you are right ... i noticed that sometimes after leaving it a while before restarting it it did nt generate any errors , but I thouht that when I ask it to close it would directly close...
  34. Thread: Winsock Problem

    by razzaj
    Replies
    6
    Views
    630

    Yes in fact index 0 Winsock is the only one...

    Yes in fact index 0 Winsock is the only one listening to the specified port...
    the others are accepting connections on other ports...
  35. Thread: Winsock Problem

    by razzaj
    Replies
    6
    Views
    630

    That is what I did ... but it is not working

    That is what I did ... but it is not working
  36. Thread: Winsock Problem

    by razzaj
    Replies
    6
    Views
    630

    Winsock Problem

    I have a server Application that takes connections on Port X lets say.

    When I am terminating the Application I am executing the following code :
  37. Thread: winsock Problem

    by razzaj
    Replies
    5
    Views
    451

    winsock Problem

    I have a server Application that takes connections on Port X lets say.

    When I am terminating the Application I am executing the following code :
  38. Thread: Win Ce

    by razzaj
    Replies
    0
    Views
    487

    Win Ce

    I am looking for an SDK or an ADD IN to VB to be able to develop for windows CE Platforms.
    I found on Microsoft a kit for MS VC++ 6 ...

    any ideas ?
  39. Thread: Winsock Api

    by razzaj
    Replies
    0
    Views
    363

    Winsock Api

    any idea how to implement the listen function Using winsock API ?
  40. Replies
    1
    Views
    521

    I wrote a VB Application that communicates with...

    I wrote a VB Application that communicates with COM Port
    but to do this I built a small DLL in C++ and used it from VB because VB doesnt support the out and in commands that were available in...
Results 1 to 40 of 267
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width