Search results for query: *

  • Users: Mathh
  • Order by date
  1. M

    Insert into single column multiple textboxes from WinForm

    yes, if it's possible. If not, I will try to reorganize my table...
  2. M

    Insert into single column multiple textboxes from WinForm

    Hi all, Maybe You will find a solution - how to save (insert into statement) multiple textboxes in one column in SQL table? Well, what I have is a winform with 20 textboxes (each is for one metric). Table is build like: Team | GSDate | GSGroup | GSMetric | GSValue |...
  3. M

    Question Multi-completion of SQL table with form

    Hi everyone!, I'm trying to create a project, so that I will have the opportunity to refill the table on SQL server. The table is created and it has several columns. I searched the internet, but did not come across to the the solution I'm looking for. Maybe, I will explain first what would my...
  4. M

    Sharing created windows form application

    Hi all, I have created a project. I published it - I have setup file and all application files. The metod used is ClickOne. I've got a problem with sharing it... The thing is that, my application has two parts - 1st is Administator Panel - where he can choose what will be in comboboxes...
  5. M

    Question Add item to Combobox

    Thank you very much. It helps indeed! Have a great one!
  6. M

    Question Add item to Combobox

    Hello! Currently, I'm working on project, where I would like to use two Windows Forms. First one should be Administrator Form and the second one User form. I would like to know, if it's possible to call String Collection Editor for combobox after button1.click_event in first form, and add...
  7. M

    Question file upload to database

    Hello All, I would like to know, if there is a solution for uploading files (probably it will be PowerPoint presentation, but my employees are alloved to put into the database whatever they want - connected with the process) to Access database via VB.net Windows Form. Previously I had a...
Back
Top