Search:

Type: Posts; User: ahmish

Search: Search took 0.02 seconds.

  1. VS 2019 Question: Data Migration From Excel to Another Application(using winform)

    Hi Guys,

    i need your help to decide whether i should use VB.net on Data Migration or if this is not possible (possible means beginner to intermediate knowledge)
    here is what i'm trying to...
  2. Replies
    6
    Views
    5,690

    Re: How to convert string(text) to HTML format?

    LOL when i wrote that and worked in a way that i needed i thought that it is the correct way.

    i tweaked it a little because there are times that i have a line break and this added line break if...
  3. Replies
    6
    Views
    5,690

    Re: How to convert string(text) to HTML format?

    Thanks for that. can you check my codes below? the easy part is done. basic text and spacing. how do i format the text? based on BOLD and font size?


    For Each line In RichTextBox1.Lines
    ...
  4. Replies
    6
    Views
    5,690

    How to convert string(text) to HTML format?

    how

    do

    i

    do

    this
  5. VS 2019 Re: How to create Sql Table at Runtime (adding columns)

    Hi ChrisE,

    thanks for this. i've little knowledge with database and coding. most of the things i learned came from google. until your post i didn't even consider about Foreign Key.
  6. VS 2019 Re: How to create Sql Table at Runtime (adding columns)

    Hi All,

    I have coded what i require above and is working fine now. i just want to check if my codes can be optimized further
    Public Class Form1
    Dim txtlist1 As New List(Of TextBox)
    Dim...
  7. VS 2019 Re: How to create Sql Table at Runtime (adding columns)

    hi sorry bout that. i actually saw your response after i posted mine.

    with your help i get that part easily. the hard part is when i dynamically add textboxes at runtime. how do i link it to

    ...
  8. VS 2019 Re: How to create Sql Table at Runtime (adding columns)

    so here's a lil bit of update on what i am doing. im not sure if what i do is correct.

    from
    cmd.CommandText = "CREATE TABLE [Address Book New] (ID int Primary Key, [First Name] varchar(180),[Last...
  9. VS 2019 Re: How to create Sql Table at Runtime (adding columns)

    Hi again,

    thanks for your response.

    i am currently stuck at doing this

    cmd.CommandText = "CREATE TABLE [Address Book New] (ID int Primary Key, [First Name] varchar(180),[Last Name]...
  10. VS 2019 [RESOLVED] How to create Sql Table at Runtime (adding columns)

    Hi Guys,

    im trying to create an sql table at runtime. i have achieved this by doing the following.


    Dim sqlConnection1 As New SqlConnection
    Dim cmd As New SqlCommand
    ...
  11. Replies
    8
    Views
    675

    How to Query SQL programmatically

    Hi Guys,

    im trying to create a code that will output result based on 3 [Request Status]. im trying to Query "Pending", "In Progress" and "Completed". below codes work perfectly fine for me but the...
  12. Replies
    10
    Views
    7,670

    Re: How to Sort Data Bound Combobox

    thanks for the advise. i am new in coding and sql database with zero to maybe 5% knowledge. i am learning coding and sql database thru google only and learned for the last 3 months. i have a database...
  13. Replies
    10
    Views
    7,670

    Re: How to Sort Data Bound Combobox

    there's no codes to populate my combobox. i directly used the combobox properties and bind the items.

    Update: i have found a work around but there will be a lot of work for me. i will have to...
  14. Replies
    10
    Views
    7,670

    [RESOLVED] How to Sort Data Bound Combobox

    Hi Guys!,

    i am having this issue "ComboBox that has a DataSource set cannot be sorted. Sort the data using the underlying data model." is there a way to sort out data bound items?

    i have been...
  15. Re: VB.NET 2019 Trying to Install Report Viewer

    try and create a new project.
    in the winform then go to Tools > Nuget Package Manager > Manage Packages for Solution> search for Report Viewer winform version 150.900.148 > Click Install. try not to...
  16. Re: VB.NET 2019 Trying to Install Report Viewer

    same thing happened to me. there's a bug on the latest version of Report Viewer that's why im using the version 150.900.148. if you install the latest version it will not be available in the toolbox
  17. Re: VB.NET 2019 Trying to Install Report Viewer

    try this

    1. Open Nuget Package Manager
    2. Search Microsoft Reporting Services Report view Control winforms
    3. choose version 150.900.148 and click install
    4. add the reportviewer by clicking...
  18. Newbie Help for creating report about attendance

    I am trying to recreate a report from an excel file. can anybody guide me if this is possible or not?

    what im trying to do is to output an attendance report
    171477

    there will be date and...
  19. VS 2019 Re: How to Filter binding source in multiple Criteria (AND,OR)

    thank you so much! i am new to VB.net or any coding language. i just started 2 months ago making winforms. i have a huge help from this forum and google.

    i fixed the issue with adding "(" instead...
  20. VS 2019 Re: How to Filter binding source in multiple Criteria (AND,OR)

    so what would the format be?

    String.Format("{First_Name Like '%{0}%' or Last_Name Like '%{0}%' or Mobile_Number Like '%{0}%'} AND Department Like '%{1}%' ", TextBox13.Text, Label99.Text)

    i...
  21. Replies
    5
    Views
    972

    VS 2019 Need help in using Mail Merge using Rich Textbox not MS Docs

    Hi,

    thanks for the info. i have been googling a lot since this and what i was trying to do is basically create a mail merge using Textbox or a richtextbox. so there will be a couple of buttons...
  22. Replies
    5
    Views
    972

    VS 2019 Re: Another Help Please

    Hi,

    thanks for the info. i have been googling a lot since this and what i was trying to do is basically create a mail merge using Textbox or a richtextbox. so there will be a couple of buttons...
  23. VS 2019 [RESOLVED] How to Filter binding source in multiple Criteria (AND,OR)

    how do we create a filter for multiple criteria. im trying to create a form that has multiple access rights and department which will filter source based on their department

    Label99.text =...
  24. Replies
    5
    Views
    972

    VS 2019 Re: Another Help Please

    i will check this solution.

    what i'm trying to do is basically limit myself from always changing the codes backend i want to link the HTML coding from back end to front end for me to be able to...
  25. Replies
    5
    Views
    972

    VS 2019 Another Help Please

    Good Day,

    i am currently doing a project that involves sending email from a winform. i have a sample code that allows me to send an email. i would like to expand my knowledge in sending email by...
Results 1 to 25 of 28



Click Here to Expand Forum to Full Width