Search:

Type: Posts; User: cary1234

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    10
    Views
    9,525

    VS 2017 Re: Integrating AutoCad to VB.Net

    Thanks CWITT, regarding your question

    The steps in the system that I want to create are the following:

    1. Integrate AutoCad to VB.Net.
    2. Look for ways to import an existing AutoCad project to...
  2. Replies
    10
    Views
    9,525

    VS 2017 Re: Integrating AutoCad to VB.Net

    Thank you so much jmcilhinney for pointing out that I' am looking at it backwards. Now I understand the concept more.

    Thank you also tommytwotrain for the help, I am now studying the DXF and so...
  3. Replies
    10
    Views
    9,525

    VS 2017 Re: Integrating AutoCad to VB.Net

    As of now I've cut the entire project into the following milestones or steps

    1. Integrate AutoCad to VB.Net.
    2. Look for ways to import an existing AutoCad project to the VB.Net system.
    3. Look...
  4. Replies
    10
    Views
    9,525

    VS 2017 Integrating AutoCad to VB.Net

    Is it possible to integrate autocad to vb.net?

    The step by step process of the system that I would like to create would be the following:

    First, using the system I will import the lighting...
  5. Replies
    2
    Views
    6,372

    [VB.NET] Creating a traffic simulation on VB.NET

    I would like to create a traffic simulation that is 80% looked like this . The problem is I really don't know where to start in order to create that kind of graphics.

    I have the following...
  6. Re: [RESOLVED] Converting the XmlTextReader to plain text

    Thank you so much Edgemeal for your assistance! :)
  7. Re: [RESOLVED] Converting the XmlTextReader to plain text

    I've tried changing some of the codes again and it seems that adapting it to textbox1 text property is hard and will affect everything. :(
  8. Re: [RESOLVED] Converting the XmlTextReader to plain text

    Thank you so much EdgeMeal, it's working great but with less code. The final thing that I want to do now is to apply that ticker message inside the textbox text property.

    I've tried changing every...
  9. Re: Converting the XmlTextReader to plain text

    Oh! I didn't realize that. Thank you so much, that really solves the problem.
  10. Re: Converting the XmlTextReader to plain text

    Oh, sorry. What I mean is instead of depending on the xml file type I want that reader to depend on the string variable.

    Instead of this code


    Private Sub loadthenews()
    Dim readXML As...
  11. [RESOLVED] Converting the XmlTextReader to plain text

    I'm new to the ticker stuff and specifically to the xml reader functions of .NET, I've got a flicker-free news ticker from this website, and it is working fine.

    Now, I want to convert the...
  12. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Thank you so much, yeah it's also for me now. I think the problem is in my firewall. I just turned it off and everything is working fine now.
  13. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    I wanted to modify the code so it can connect to other PC within the same network.

    This is my attempt, changing this code


    ''' <summary>
    ''' A window to represent a client that sends text...
  14. Replies
    6
    Views
    6,046

    VS 2013 Re: MySQL master / detail example or tutorial

    Thank you so much Sir, now I'm a little bit clear.
  15. Replies
    6
    Views
    6,046

    VS 2013 Re: MySQL master / detail example or tutorial

    Thank you so much Sir!

    By the way, for the past months I am able to access the database by using codes like this


    #Region "Check database connection"
    Public Sub Check_DB_Con()
    ...
  16. Replies
    6
    Views
    6,046

    VS 2013 Re: MySQL master / detail example or tutorial

    Oh, thank you so much. Assuming that I have basic knowledge of database, what I need to learn is to use ADO.NET and using datasets in MySQL right?
  17. Replies
    6
    Views
    6,046

    VS 2013 MySQL master / detail example or tutorial

    Hello all!

    I am looking for a MySQL master and detail tutorial or example, I am an intermediate .NET developer. I really don't know how to start on studying the master and detail topic using...
  18. Replies
    6
    Views
    2,107

    VS 2008 Re: form.show in slow motion

    Oh, sorry for that Sir.
  19. Replies
    6
    Views
    2,107

    VS 2008 Re: form.show in slow motion

    Please mark this thread as resolved.
  20. Re: How can I run the MSDN class example in VB.Net

    Thank you so much!

    Some like (class_name.function_name) right?
  21. Re: TCP/IP Send and Receive Message Asynchronous (Basic)

    Thank you so much for your guidance Sir. Yes, I will keep that in mind.

    I also would like to say that I really appreciate your help Sir, even during my college days (year 2008 - 2012) you are one...
  22. Re: TCP/IP Send and Receive Message Asynchronous (Basic)

    I noticed that you have a global declaration of Unicode.


    Private ReadOnly _encoding As Encoding = System.Text.Encoding.Unicode

    By changing it to this


    Private ReadOnly _encoding As...
  23. Re: TCP/IP Send and Receive Message Asynchronous (Basic)

    Thanks jmcilhinney, I change the code from this


    Dim message As New StringBuilder(Me.Encoding.GetString(buffer, 0, byteCount))

    To this:


    Dim message As New...
  24. Re: TCP/IP Send and Receive Message Asynchronous (Basic)

    Thanks jmc, am I right that I should experiment on this part of code to convert it to ASCII?



    ''' <summary>
    ''' Receives an incoming message.
    ''' </summary>
    ''' <param...
  25. Re: TCP/IP Send and Receive Message Asynchronous (Basic)

    Thank you jmcilhinney, yeah I've tried your code already. The only problem that I have in your code is I think in this area


    Private Sub server_MessageReceived(ByVal sender As Object, ByVal e As...
  26. TCP/IP Send and Receive Message Asynchronous (Basic)

    Hello all!

    I have this system `TCP IP Send and Received Asynchronously` that I got on this link , actually this is the exact functions that I really need to integrate in my system. It is the...
  27. Poll: Re: .NET 2010 - Multithreading + Trimming TCP/IP Chat + Server

    Thank you so much for this! I really need this for my project, now I can study it thoroughly. MSDN's example is so overkill for me.
  28. How can I run the MSDN class example in VB.Net

    I would like to run the VB.Net example in this link of MSDN, that is regarding the TCP IP Send and Received.

    If I copy paste it in a new project nothing happens when I run the project.
  29. Re: [RESOLVED]VB.NET Problem sending messages via TCP/IP

    Thank you so much! :)
  30. Re: [RESOLVED]VB.NET Problem sending messages via TCP/IP

    I know its been 3 years already, if you still have the code could you please post the answer?
  31. Re: Turn off and turn on background music in program

    looks like its very hard for average programmer like me I guess. Thanks for your help. :D Maybe I'll just forget that just for now. Haha.
  32. Turn off and turn on background music in program

    Right now I can add background music in my program by using this code

    My.Computer.Audio.Play(My.Resources.Music_3, AudioPlayMode.Background)

    I can also turn it off and change the music by using...
  33. Replies
    2
    Views
    1,255

    Re: Select 1 Random Records from my Database

    Oops, i forgot to tell the database. sorry. ms access sir.
    yes, you are correct. retrieved one random record at a time, not all the records first then choosing one randomly.
  34. Replies
    2
    Views
    1,255

    Select 1 Random Records from my Database

    I just want to select 1 random record from my database for example in my table1 i have a,b,c,d,e,f,g then everytime i click the button in my program it will output randomly between a to g then i can...
  35. Replies
    11
    Views
    1,563

    Re: Putting a parameter in search query

    Anybody here? Help urgently needed. Please.
  36. Replies
    11
    Views
    1,563

    Re: Putting a parameter in search query

    Hmm.. Strange.. Anyways thanks make me rain. Good night! Catch u later!
  37. Replies
    11
    Views
    1,563

    Re: Putting a parameter in search query

    Dim SQL As String = _
    "SELECT Material_Description FROM yourTable WHERE yourTable.Material_Description " _
    & " LIKE @PARAM)"

    Dim Input_Param As String =...
  38. Replies
    11
    Views
    1,563

    Re: Putting a parameter in search query

    Oops, sorry make_me_rain i though you are techgnome. Im just in a hurry.

    this answer is for you.


    1) Is it MySQL,
    2) Is it is in STORED PROCEDURE
    3) are you trying to pass the SQL via front...
  39. Replies
    11
    Views
    1,563

    Re: Putting a parameter in search query

    Oops! Sorry for that. I just intended to show you the way of how I use the query to answer your question number 3 "3) are you trying to pass the SQL via front end"

    The screenshot you see is the...
  40. Replies
    11
    Views
    1,563

    Re: Putting a parameter in search query

    Thanks tg


    1) Is it MySQL,
    2) Is it is in STORED PROCEDURE
    3) are you trying to pass the SQL via front end

    IF you are executing the SQL from front end ( via ADO ) then also the thing is same...
Results 1 to 40 of 255
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width