Search:

Type: Posts; User: eatraas

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. VS 2022 getting certain data from a string formatted with tabs

    Hi,

    i wonder how i can cut up strings , f.i. :

    %R 270008 403 33473 1465 0 N 1 N N CP_Drtn TT_Task DT_FixedDrtn TK_NotStart 57.E-5751B.135 ""4

    I need to pick 270008 and 57.E-5751B.135 from...
  2. Re: [RESOLVED] Reference ITEXTsharp works in one form but not another ?

    i will revert to anothe machine..
  3. Re: Reference ITEXTsharp works in one form but not another ?

    that is the point , an compling error but no error message... very stange
  4. Re: Reference ITEXTsharp works in one form but not another ?

    I think it was not nescesary because it is only in the import section, soory about that.

    Imports iTextSharp.text.pdf
    Imports iTextSharp.text

    As soon this is added it is giving the errors.
    ...
  5. [RESOLVED] Reference ITEXTsharp works in one form but not another ?

    Hi,

    I've imported the ItextSharp package into my project, in one form working just fine. But adding it to another form it gives compliation errors. What could be the cause of this?
    I've re-added...
  6. Replies
    2
    Views
    1,277

    Re: include extrenal DLL into exe

    The reason for this is that the client has a strong whiltelisting procedure for all applications, it seems it takes forever to whitelist a DLL. Thanks i will test it.

    And after testing: it works...
  7. Replies
    2
    Views
    1,277

    [RESOLVED] include extrenal DLL into exe

    Hi,

    I have a solution with one command line exe and one DLL file. Is it possible to combine these into one exe file?

    I do not have the source code of the DLL.

    Regards
    Erwin
  8. Replies
    2
    Views
    827

    VS 2017 Limit forms to current screen

    Hi,

    when i open a certain window on a multi-screen-computer, it opens across the different screens. Can i prevent this it opens only on one screen?

    Regards

    Erwin
  9. Replies
    2
    Views
    994

    VS 2017 resizing all controls (VB)

    Hello,

    i've designed an application for a 4k resolution, all the controls and are placed for this resolution (working very good), now they also want to use it on 1920 * 1080 resolution. Is there a...
  10. Replies
    2
    Views
    1,769

    printing string variable to default printer

    Hello,

    is it possible to print the content of a string variable directly to the default printer?

    Regards
    Erwin
  11. Replies
    4
    Views
    990

    VS 2017 Re: copy clipboard data to listbox

    great guys!
  12. Replies
    4
    Views
    990

    VS 2017 Re: copy clipboard data to listbox

    works like a charm! thanks
  13. Replies
    4
    Views
    990

    VS 2017 [RESOLVED] copy clipboard data to listbox

    Hello,

    is it possible to copy a single column of data from excel into a listbox as seperate lines?

    Thanks in advance.

    Erwin
  14. VS 2017 Re: database connection does not work, what is wrong

    Prety basic! This was not there, thanks. I'm ashamed.
  15. VS 2017 database connection does not work, what is wrong

    Hi,

    something is bothering me, i can not get it right. This is the situation :

    Variables :


    Private ConnectionString As String = "Provider=Microsoft.Ace.oledb.12.0;Data Source=" &...
  16. Replies
    4
    Views
    830

    VS 2017 loop through controls

    Hello,

    in visual basic for application i'm used to use this kind of code :



    For i = 1 To 4
    Me("control" & i).enabled = False
  17. VS 2017 Re: Application not running on certain systems

    Yes indeed that was the case, it depended on acrobat reader, and there was an older version installed.

    thanks
  18. VS 2017 [RESOLVED] Application not running on certain systems

    Hi,

    I'm having trouble with an application which is not running on certain systems, other systems there is no problem. I've confirmed the correct framework is loaded. All the systems are windows...
  19. VS 2017 suspend screen updating and after code is finished resume

    Hi,

    is this possible?

    Regards

    Erwin
  20. Replies
    4
    Views
    861

    pause form screen updating possible?

    Hi,

    is it possible to pause the screen updating until all code is finished?

    I've tried SyspendLayout and Resumelayout but that did not work?

    Thanks in advance

    Erwin
  21. Replies
    2
    Views
    387

    Re: check if a online file does exist

    Works like a charm.

    Thank you very much.

    Regards
    Erwin
  22. Replies
    2
    Views
    387

    check if a online file does exist

    Hi,

    is it possible to check a file online? F.i. www.certaindomain.com/test/test.txt. I want to check if this file is readable (when it is not it does not exist?).
    Is this possible?

    Regards
    ...
  23. VS 2017 Run a complied and installed VB dotnet program from a dos batch file check running

    Hello,

    I'm wondering how I can start a visual basic dotnet installed application from a batch file. The reason for this is that I want to check if it is running, and if not I must restart the...
  24. VS 2017 Re: check open instances of application and closing them

    The reason for this application uses a database and with multiple instances, the access is severely more difficult. Only one instance needs to be running on a single machine.
  25. VS 2017 check open instances of application and closing them

    Hi,

    how can i check for instances of the same application in memory and closing them before going further?

    I use VB

    Thanks in advance

    Erwin
  26. Replies
    1
    Views
    3,161

    VS 2017 horizontal scrollbar on part of a form?

    Hi,

    is it possible to implement a horizontal scrollbar on a part of a form?
    I have a form which is normally designed for a 4K resolution, this works on a smaller screen but I the want to be able...
  27. Replies
    4
    Views
    590

    VS 2017 Re: SQL statement not loading data

    Sorry about this, i will look for a better place to ask this question. The limit option is valid , see : https://www.w3schools.com/sql/sql_top.asp not sure it will work with the Access backend though.
  28. Replies
    4
    Views
    590

    VS 2017 SQL statement not loading data

    Hi,

    I'm having trouble with an SQLstatement, it is not loading data, the statement is

    select * from werkpakket order by ID limit 25,25;

    I'm trying to load 25 records from record 25 on.
    ...
  29. VS 2017 Re: dynamically reference a control on another form

    Thank you, I'm used to program inVBA and there we have global variables. Leaves me with another problem but i will search for the answer first.
  30. VS 2017 dynamically reference a control on another form

    Hi,

    on form one I press a button called B22, this opens the second form. After pressing a button on the second form I need to change the color of the button on the first form.

    I tried to use a...
  31. Replies
    5
    Views
    858

    Re: best way to load many buttons on a form

    Hi,


    i use a number of arrays to address the buttons , change the caption and keep track of the values. This is working good.

    Regards

    Erwin
  32. Replies
    5
    Views
    858

    best way to load many buttons on a form

    Hi,

    for a certain project i need al lot of buttons on a form, at this moment 448. This take a while to load. In the design all of the buttons are present but i wonder if there is a more efficient...
  33. VS 2017 Re: fill an array and addressing them with a variable

    okee, your option is working.

    I will try to explain more.

    I have a table in an access database with some text fields and in unique ID and another ID from another table :

    159561

    My client...
  34. VS 2017 Re: fill an array and addressing them with a variable

    Thank you, i do not have the experience for that from other languages. I'm trying to solve and test a new program in which i need to populate a database into a number of buttons and reference them...
  35. VS 2017 Re: fill an array and addressing them with a variable

    Hi ,

    not the dimension is subject, the name of the array is, so row1 etc the 1 needs to bereplaced with the vraiable.

    Thanks in advance

    Erwin
  36. VS 2017 fill an array and addressing them with a variable

    Hi,

    i have several arrays like this :


    Dim row1(16) As Integer
    Dim row2(16) As Integer
    Dim row3(16) As Integer

    Now i want to fill these arrays with data but adressing them with a...
  37. Replies
    7
    Views
    2,495

    VS 2017 Re: assisgn value to combobox from datagrid?

    Thanks a lot, i forgat a test line later in the code, after removing it was ok.
  38. Replies
    7
    Views
    2,495

    VS 2017 Re: assisgn value to combobox from datagrid?

    Currently :


    ComboBox1.SelectedValue = DataGridView1.Item(3, i).Value
  39. Replies
    7
    Views
    2,495

    VS 2017 Re: assisgn value to combobox from datagrid?

    I see now it is showing the value briefly, but is goes blank again.
  40. Replies
    7
    Views
    2,495

    VS 2017 Re: assisgn value to combobox from datagrid?

    Hi,

    i've populated the combobox with this code :


    connstring = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & My.Settings.serverdatabase & ";Persist Security Info=False;"
    dsession...
Results 1 to 40 of 47
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width