Search:

Type: Posts; User: t3cho

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    1,254

    VS 2019 Re: Append response data to an object

    Ok got it.

    Thanks anyway


    List<AssetEvent> AssetEvents = new List<AssetEvent>();
    AssetEvents.AddRange(responseData.asset_events.ToList());

    while...
  2. Replies
    4
    Views
    1,254

    VS 2019 Re: Append response data to an object

    Thank you for your answer. With setting your first post suggestion I'm getting

    Error CS0019 Operator '&=' cannot be applied to operands of type 'Assets' and 'Assets'

    The other solution Idea...
  3. Replies
    4
    Views
    1,254

    VS 2019 [RESOLVED] Append response data to an object

    I have recursive repeat of an requests to some REST API. And I need to append all outputs to my object.
    Basically since limit is 50, I keep requesting new data until I reach end.


    private void...
  4. Replies
    2
    Views
    804

    Re: Weird behavior of focus

    Hey, that may actually be a problem. Very good pointing. Can it be for not dispossing corectly additional objects ?

    I.E from my .exe i createobject myDll.dll which contain winform. On that form i...
  5. Replies
    2
    Views
    804

    Weird behavior of focus

    Simple ...

    Does anyone had a similar problem with vb6....

    When i open .exe application originally made with VB6, load some dll made with .NET under certain circumstances ( unknown ) form lose...
  6. Replies
    0
    Views
    390

    VS 2017 Creating a API oAuth request

    Trying to set item as inactive on Etsy shop site over API.

    When i go to route over POSTMAN

    PUT
    https://openapi.etsy.com/v2/listings/756101864?listing_id=756101864&state=inactive

    And set...
  7. Replies
    0
    Views
    404

    VB6 Crystal report - .NET exe call

    This is very common case where i have about 2500 dll's.
    All of those dll's are made with vb6.

    Scenario: Run the main .exe file and call the .dll from it. When running Crystal report view it...
  8. Replies
    6
    Views
    1,113

    VS 2017 Re: XML xPath - select nodes to combobox

    By going like this


    Dim nsmgr As New XmlNamespaceManager(MyXML.NameTable)
    nsmgr.AddNamespace("soapenv", "http://schemas.xmlsoap.org/soap/envelope/")

    Dim MyXMLNode As...
  9. Replies
    6
    Views
    1,113

    VS 2017 Re: XML xPath - select nodes to combobox

    I dont know where is problem . You cant see the xml on link in thread ??


    <?xml version="1.0" encoding="UTF-8"?>

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...
  10. Replies
    6
    Views
    1,113

    VS 2017 XML xPath - select nodes to combobox

    Trying to grab element ValueRecomendations for NameRecomandation = Brand and store them to Combobox

    Xpath - Tester

    Tried with :


    Dim MyXML As New XmlDocument()...
  11. Replies
    8
    Views
    766

    Re: Database Load on datagridview

    Why don't you go with column name as .paul mentioned.

    Where is your code you filll the dt table ? Are you missing the


    dt = table
  12. Replies
    1
    Views
    1,277

    VS 2017 Re: PIVOT Excel - Row fields

    I need to use google more


    pivotField.Orientation = Excel.XlPivotFieldOrientation.xlColumnField


    Source : StackOverflow
  13. Replies
    1
    Views
    1,277

    VS 2017 [RESOLVED] PIVOT Excel - Row fields

    Trying to accomplish this :

    161029

    Pivot table structure :

    161031

    Code used to accomplish this
  14. Replies
    4
    Views
    769

    VS 2010 Re: Change letters in entire app

    Thank you for your fast answer. This is reasonable to me. My team will go over all projects and change property of each form
    "Localization True" and Pick desired language. By that change it create...
  15. Replies
    4
    Views
    769

    VS 2010 Change letters in entire app

    Entire app which contains 300 + dll's and one main .exe is done on native language and for characters are used
    Serbian - Latin

    157413

    Now i need to change characters ( keep in mind only...
  16. Replies
    4
    Views
    950

    VS 2015 Re: Download file from FTP

    Well i can't to not mention Alex Pilotti ftp client . I use it in my services and it works as a charm.
  17. Replies
    5
    Views
    902

    VS 2017 Re: Run exporting as windows service

    Since it is not posible to export directly from windkws service i made console app which will do that. So windows service only runs it. Windows service is checking user defined configuration and run...
  18. Replies
    5
    Views
    902

    VS 2017 Re: Run exporting as windows service

    Ok do we have other free solution for converting file from excel to pdf.

    I need the simplest solution to convert file xls from path A to pdf on path B

    Was googled for a solution online but...
  19. Replies
    5
    Views
    902

    VS 2017 Re: Run exporting as windows service

    JDC2000 i already tried all of that but nothing.

    I dont see a problem with hardware configuration since it works like a charm with manually run.
  20. Replies
    5
    Views
    902

    VS 2017 Run exporting as windows service

    Using windows service to run Console application which will generate Excel and convert it to pdf.

    When i run that console application manually it works like a charm but when windows service start...
  21. Re: Handlers for same controls and events

    bLoadEbay means that form is previously loaded and on next checked value change it need to save the current state to ini file.

    Something like

    bLoadEbay = False

    Form load event

    fill...
  22. Re: Handlers for same controls and events

    Thanks for fast replies there is no errors here. Everything works as a charm but do i really need to use this much code in this case. Is there simpler solution ?
  23. [RESOLVED] Handlers for same controls and events

    Im pretty sure we can make this code looks well but i dont know how.

    On form i have 7 checkboxes .

    157069

    Each of those checkboxes on checked change is calling the same event.
  24. Replies
    7
    Views
    1,486

    Re: Compare two files

    Ok so definite i should go with third party software to getting something like this done..
  25. Re: Call a sub on another form in classLiblary project.

    I assume you use vb.net

    Why not try with


    Dim frm as New master_ChartofAccount
    frm.showCoa()
  26. Replies
    7
    Views
    1,486

    Compare two files

    Hey.

    On which way i can get two files compared.

    Example. One file is distributed to client and i saved the original . After few days client return me the file i sent. I want to compare that...
  27. Replies
    3
    Views
    655

    [RESOLVED] Cut sting value under condition

    I have two string values.

    s1 = "This is my test value #2213 and its great"
    s2 = "This #ASD is my #Test value and number is #2215"

    The point is to pick up 4 digit number behind the # mark.
    ...
  28. Replies
    4
    Views
    2,370

    VS 2015 Re: Tab order with multiple panels

    If you look closely you will notice there was 7+ containers with same tab number 0.0.0 .

    Second thing is when i finish with one tab container it starts to move around inside that tab container...
  29. Replies
    4
    Views
    2,370

    VS 2015 [RESOLVED] Tab order with multiple panels

    Wow i can't find the way its sorting out here.

    I know Panel is container of tab orders and starts with 0.0.1 but look at this and no matter how i sort my tab order there just wont go around
    ...
  30. Replies
    8
    Views
    1,681

    VS 2015 Re: Compile DLL in Project

    Copy Local = True ?

    Or you are trying as output to have one file as your complete project ?
  31. Replies
    3
    Views
    758

    VS 2015 Re: Code snippet -

    That explains everything then :)
  32. Replies
    3
    Views
    758

    VS 2015 [RESOLVED] Code snippet -

    By using tutorial on this link CodeProject - Code-Snippet-in-Visual-Studio i made my first snippet in visual studio 2015.

    My problem is that on intelisense i can't see this snippet. If i go...
  33. Replies
    1
    Views
    597

    .NET and PDF (Crystal report )

    Looking to create pdf file by using vb.net and MS SQL server. In database have image stored in FIELD tpye ( Image ) . Those images are basically QR CODES

    Now my point is when i click on print it...
  34. Replies
    4
    Views
    1,727

    Re: Something "unregister" my dll-s

    2300+

    Complete ERP, Document management system, HR etc ...
  35. Replies
    9
    Views
    3,563

    Re: link access table via code

    What about creating a view in your original database on table in database1.mdb that would make things much easier.
    I'm not familiar with access but with MS SQL its easy as 123
  36. Replies
    4
    Views
    1,727

    Something "unregister" my dll-s

    Ill try my best to explain this.

    I use vb.net and vb6 dlls inside my app. To use those dll-s i need to register them at my local machine. Application use around 2000 dll's and registration took...
  37. Replies
    1
    Views
    683

    DataGrid and ActiveBar

    Very very strange problem which im sure its not about the code or .dll programmed.

    On few computers this option work without problem.

    I have datagrid on form and ActiveBar .

    On form load i...
  38. Thread: Global variables

    by t3cho
    Replies
    5
    Views
    742

    Re: Global variables

    I will confirm this because i use VS 2015.

    Just go to your project settings and add new module. Everything you declare in that module will be visible among the forms and classes.
  39. Replies
    3
    Views
    793

    calling vb6 from vb.net

    <ComClass(WarrantyPrint.ClassId, WarrantyPrint.InterfaceId, WarrantyPrint.EventsId)>
    Public Class WarrantyPrint

    Public Const ClassId As String = "3EEDF4AD-78CB-4D9B-8F38-149CA1914AE0"
    ...
  40. Re: Two recordsets on the same table .Update

    Yeah it is messy i addmit that. But trust me this is the only way i have for now, since it is a huge project, and i must update simultaneously
Results 1 to 40 of 234
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width