CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Modi

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,252

    Re: checking radiobutton from another form...

    Hi, I have attached a simple example may be this'll help you. I have added property in form2 which is returning the radiobutton1 current status and I can check this from form1.
  2. Replies
    1
    Views
    895

    Re: windows service in C#

    Hi,

    This is how to create windows service in C#:

    http://www.codeproject.com/KB/system/WindowsService.aspx

    and this is how to use timer in windows service:
    ...
  3. Replies
    6
    Views
    4,762

    Re: Keep Alive SQL Server

    Thank you for your replies ) I'll try all ideas.
    Thanks again.
  4. Replies
    6
    Views
    4,762

    Re: Keep Alive SQL Server

    Just for checking connection if something happened with server try to reconnect.
  5. Replies
    6
    Views
    4,762

    Keep Alive SQL Server

    Hello All,

    I would like to ask you how can I keep alive SQL connection?

    Thanks in advance.
  6. Re: Building service application on basis of .wsdl file

    Any ideas?
  7. Re: Building service application on basis of .wsdl file

    Thanks for the repply, I tried but didn't find something helpful. I have .wsdl file only I want my service to process all function in this .wsdl file.
  8. Building service application on basis of .wsdl file

    Hi all,

    My problem is:

    How can I build service app (WCF Service) on basis of .wsdl file, from wich some client application can run method(s), my service must process .wsdl file methods.
    ...
  9. Thread: Happy New Year

    by Modi
    Replies
    14
    Views
    1,670

    Happy New Year

    Dear friends. I congratulate you wiht the coming Happy New Year and Merry Christmas. I wish you great love, good luck in your job, a sea of happiness, good luck, iron health, unlimited wealth and...
  10. Replies
    2
    Views
    1,039

    Re: Add data to combo from other table

    Maybe I didn't uderstand you exactly but I think you can use one table insted of three see this sample maybe something will be usefull.
  11. Where can I download SQL Server 2000 and Oracle Database for Linux

    Hello :)

    Can anyone give me some link(s) where I can download these packages? I Couldn't find them in Internet.

    Thanks In Advance.
  12. Re: vb6 delete query against Access 2002 using adodc

    I think problem in commas try command like this

    Private Sub Form_Load()

    Dim conn As New ADODB.Connection
    Dim pubid As Long

    pubid = 624
  13. Replies
    20
    Views
    2,905

    Re: MsflexGrid control

    See code in attached file.
  14. Replies
    1
    Views
    638

    Re: Problem with deleting records (ADO)

    Try without rs.MoveNext but check the EOF and BOF end if rs.EOF or rs.BOF is True then do nothing.
  15. Replies
    5
    Views
    1,393

    Re: Recognize its files

    Thank you very much :)
  16. Replies
    2
    Views
    682

    Re: installation issues

    Try Setup Factory to create Setup.exe program but it's a Trial version.

    http://www.soft32.com/Download/free-trial/Setup_Factory/4-77038-1.html
  17. Replies
    5
    Views
    1,393

    Re: Recognize its files

    I mean if I have some project for example it's a multiple document interface and when I'm saving it's file (some format of file) I want my project to know it's file in OS environment. (For example as...
  18. Replies
    5
    Views
    1,393

    Recognize its files

    Hi :)

    I want my project to know its files in operating system environment.

    Thanks in advance
  19. Replies
    0
    Views
    670

    Problem With DataCombo

    Hi :)

    I have some related tables and two DataCombos and when I'm trying to change the first DataCombo I want to clear the second DataCombo's text but I recieve ERROR "Can't convert Data Type...
  20. Replies
    4
    Views
    1,184

    Re: FileSystemObject, TextStream

    Sorry but can you show me any example because I can't find properties for specifically number from RichTextBox?
  21. Replies
    4
    Views
    1,184

    Re: FileSystemObject, TextStream

    But I don't know about these "IUnknown, ITextDocument" keywords.
    Will you so please to help me for understanding them?

    So I have other question about RichTextBox. For example I have any numbers...
  22. Replies
    4
    Views
    1,184

    FileSystemObject, TextStream

    Hi :)

    please see the code below

    #************************************************#

    #This is module#

    Option Explicit
  23. Thread: Books

    by Modi
    Replies
    2
    Views
    821

    Re: Books

    Thanks :)
  24. Thread: Books

    by Modi
    Replies
    2
    Views
    821

    Books

    Hi All:)

    If anyone know links where I can find free books about Visual Basic Database Programming and Working With Text Files Please show me.

    Thank you...
  25. Replies
    21
    Views
    4,592

    Re: Problem with text files

    Please.
    Can you show me where can I get documentation about VB programming?
Results 1 to 25 of 33
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured