Search:

Type: Posts; User: ssalomon

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    484

    Arcmap show form Location

    Hi

    when I load form in Arcmap it is in the center
    how can I load the form to the left not in the center over the map

    someone here who can help me with this

    Regards
    ssalomon
  2. Replies
    2
    Views
    774

    Re: WIX Checkbox checked registry

    Wix = Create Windows installation packages. in .NET

    you can install it in Extensions in .NET

    https://wixtoolset.org/
  3. Replies
    2
    Views
    774

    WIX Checkbox checked registry

    Hi

    How can I make checkbox be checked or not from registry
    <?if CHKSETTINGSGREG = 0 ?> don't work

    it always go to <!--<Condition Message="[CHKSETTINGSGREG]/1">0</Condition>-->
  4. Re: WIX toolset RegistrySearch (Default)

    I remove Name= then I can get Default value
  5. [RESOLVED] WIX toolset RegistrySearch (Default)

    Hi

    I am try to get (Default) from Registry with WIX any tips how I can do this

    in Registry
    (Default) = <<Unnamed Profile>>



    <Property Id="ACAD_PROFILE">
  6. query backup database and insert missing record

    hi

    I am try to loop thru each record in databasebackup and check if I have same record in database
    any help how I can do this how can I use While dr2.Read inside While dr.Read

    thanks
    ssalomon
  7. Re: Query Date from MDB using DateTimePicker how to format

    Thanks si_the_geek
  8. Query Date from MDB using DateTimePicker how to format

    Hi

    I have problem format date from DateTimePicker

    if I use "WHERE date = #2/19/2020#", Con" the it work well but not when I use DateTimePicker
    I just can not format DateTimePicker
  9. Re: File explorer Context Menu folder path with spaces

    Thanks Paul
  10. [RESOLVED] File explorer Context Menu folder path with spaces

    I am try to make file explorer Context Menu how can I get path from folder I select with spaces

    this is how I get the folder path I select if it is spaces in the name it split up...
  11. Re: reorder in Mysql or before I add it to Datagridview

    Thanks again si_the_geek

    "Exit For" solved the problem

    Regards
    ssalomon
  12. Re: reorder in Mysql or before I add it to Datagridview

    Hi


    I am almost fins with this using datagridview but sometime it don't count it right and mark two line with same order number

    in the loop next to select is JM0001 but it go to JM0004 and add...
  13. Re: reorder in Mysql or before I add it to Datagridview

    Thanks

    the problem is the ID can be random number when I connect record with t1.Tp_Ttl_ID and the name can be different

    the only thing what is right is the Name1 start with SI and Name2 will...
  14. [RESOLVED] reorder in Mysql or before I add it to Datagridview

    Hi

    how can I reorder this record in Mysql or before I add it to Datagridview
    it can have 3 record or 10 and different name I just need to loop thru the records and add number to Order

    I know...
  15. Replies
    2
    Views
    1,028

    Re: Could not find specified column in results

    Thanks si_the_geek
  16. Replies
    2
    Views
    1,028

    Could not find specified column in results

    Hi

    I try to insert the code but I get error so I upload it as png image

    how can I get ID3 to reader("ID3").ToString I get this error

    System.IndexOutOfRangeException: 'Could not find...
  17. Replies
    2
    Views
    3,761

    Re: Searching Combobox item by valuemember

    Thanks jmcilhinney
  18. Replies
    2
    Views
    3,761

    Searching Combobox item by valuemember

    Hi


    is it poseble to Search Combobox item by valuemember in TextChanged


    Sample Combobox I use with multi-columns
    ...
  19. Replies
    5
    Views
    1,848

    Re: Mysql into OutlookGrid Query

    Thanks si_the_geek
  20. Replies
    5
    Views
    1,848

    Re: Mysql into OutlookGrid Query

    Can not insert this Query as text in the forum I get error

    161157
  21. Replies
    5
    Views
    1,848

    Re: Mysql into OutlookGrid Query

    I get error in this forum if I try to Replay :)


    if I have 1 record in mainrecord and 3 record in Subrecord I get list like this in OutlookGrid

    What I get
    Mainrecord 1
    ---Subrecord 1...
  22. Replies
    5
    Views
    1,848

    Mysql into OutlookGrid Query

    Hi

    Hi

    I have two table Mainecord and Subrecord
    1. Mainecord only have one record
    2. Subrecord can have More than one record

    How can I Query Mysql into OutlookGrid need...
  23. Replies
    5
    Views
    883

    Re: Mysql Query get name twise

    Thanks jmcilhinney
  24. Replies
    5
    Views
    883

    Mysql Query get name twise

    Hi
    someone who can help me with this Query

    I need to get List from this Table but the problem is how can I get fiber name from Fiber twise in the list from this ID C_Fiber_INN_ID and...
  25. Replies
    2
    Views
    833

    Re: Mysql date 0000-00-00

    Thanks

    I change 0000-00-00 to 00:00:00




    If Not reader.IsDBNull(reader.GetOrdinal("date")) Then

    If reader.GetDateTime("date") = "00:00:00" Then
  26. Replies
    2
    Views
    833

    Mysql date 0000-00-00

    Hi


    I am tray to find out if Mysql date is 0000-00-00 but with no luck




    If Not reader.IsDBNull(reader.GetOrdinal("Date")) Then
  27. Replies
    1
    Views
    1,434

    Mysql AutoComplete Combobox

    Hi

    I am try to use Mysql AutoComplete Combobox
    if I add this code to TextChanged then I need to Wait for some time

    How can I use AutoComplete Combobox without Delay
    the database have 117739...
  28. Replies
    4
    Views
    1,811

    Re: Mysql to Treeview

    Thanks jmcilhinney
  29. Replies
    4
    Views
    1,811

    Re: Mysql to Treeview

    Thanks jmcilhinney this work well


    when I connect Parent(Town) to Child(contact) Each Parent(Town) can have many Child(contact)
    same with Child(contact) it can have many Parent(Town)

    it it...
  30. Replies
    4
    Views
    1,811

    [RESOLVED] Mysql to Treeview

    I need to have Treeview Regions/Town/contact any advice how it is best to do this

    anyone who can help me to get list to treeview like this
    Regions
    --Town
    --contact
    I have Table one...
  31. Replies
    8
    Views
    1,586

    Re: Xml move nodes up and down

    Thanks patel45 then I need to check this better

    this is another sample it works well
    MoveElementup is sample from this Url




    Dim elems = From el In xe...<Nodes>.<TreeNodeData>...
  32. Replies
    8
    Views
    1,586

    Re: Xml move nodes up and down

    This is treeview sample in VB.NET Download
  33. Replies
    8
    Views
    1,586

    Re: Xml move nodes up and down

    This is the code
    when I have only 2 nodes Category 1 and Category 2 then I can only move nodes down but if I have more Category then it work fine but not with the last Category can not move it up
    ...
  34. Replies
    8
    Views
    1,586

    Xml move nodes up and down

    Hi

    I am tray to move nodes up and down
    I can move nodes down but I have problem move nodes up
  35. Replies
    18
    Views
    6,167

    Re: vb.net read xml to listview and textbox

    Thanks dbasnett
  36. Replies
    18
    Views
    6,167

    Re: vb.net read xml to listview and textbox

    Thanks will check this out

    I was thinning about Category in the tree how I can add new Category to the tree




    <TreeNodeData>
    <Text>Category 1</Text>
    ...
  37. Replies
    18
    Views
    6,167

    Re: vb.net read xml to listview and textbox

    Hi

    I am finish to find out how I can add new but not how to add new Category




    Dim foo As XElement = DirectCast(Form1.Mytreev.SelectedNode.Tag, XElement)

    ...
  38. Replies
    18
    Views
    6,167

    Re: vb.net read xml to listview and textbox

    Thanks dbasnett

    Can I Go a little further and ask about add new and delete from the tree
  39. Replies
    18
    Views
    6,167

    Re: vb.net read xml to listview and textbox

    Thanks


    Too easy Just did not see the solution
  40. Replies
    18
    Views
    6,167

    Re: vb.net read xml to listview and textbox

    Hi


    tell me when I change the XML file in Notepad and try to reload the XML file I don't get the changes need to close and open the form again

    how can I reload the XML file
Results 1 to 40 of 115
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width