Search:

Type: Posts; User: justme369

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: help filtering 2 columns binding source

    InvPisoBindingSource.Filter = ("Tipo IN (" + query2 + ") And Sucursal = " & "'" & textsucursal.Text & "'")

    this is wat i did..and i got it..thnk u
  2. [RESOLVED] help filtering 2 columns binding source

    I want to filter 2 columns in binding source o

    1.- sucursal by watever is in textsucursal
    2.- tipo has more then 7 valuyes..but i want to filter by only 4.. the ones shown in query...

    what am...
  3. VS 2008 Re: Help cant read all info from Excel to datagrid

    i solve it by after creating the excel file, i add the ' to the values, it applys to all the columns except the first 2 where the date and hour are...thank you
  4. VS 2008 Re: Help cant read all info from Excel to datagrid

    would u recomend to export it to text file better? then import from text file?
  5. VS 2008 Re: Help cant read all info from Excel to datagrid

    ok how can i try that? using my export to excel code.. where should i place that '
  6. VS 2008 Re: Help cant read all info from Excel to datagrid

    so gary any solution i can obtain? bcuase text or numeric doesnt work for me =S
  7. VS 2008 Re: Help cant read all info from Excel to datagrid

    is there a way to export to excel all columns as text, except colum 1 and 2, since they are date and hour..
  8. VS 2008 Re: Help cant read all info from Excel to datagrid

    when i change all values of that cell to only numbers, it takes numbers, but not text, when i import.

    What my import to datagrid is doing its this, if the first value is non numeric, it only...
  9. VS 2008 Re: Help cant read all info from Excel to datagrid

    import to the datagrid?


    Dim dataimport As New DataSet()
    Dim conect As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & lookup.Text & ";Extended Properties=""Excel...
  10. VS 2008 [RESOLVED] Help cant read all info from Excel to datagrid

    Hi this is my code for exporting datagrid to excel


    Dim strFileName As String

    ' Create a dialog box to find the excel file
    Dim dlg As New Windows.Forms.SaveFileDialog()
    ...
  11. VS 2008 Re: help how to filter for 11/2010 in date column

    actually the one that worked the best wasjmc always right...can you explain... wat it does here

    DateColumn >= #{0:M/dd/yyyy}#
    im thinkin 0 its for replacin the month..but maybe im wrong can you...
  12. VS 2008 Re: help how to filter for 11/2010 in date column

    hi thnk you for the replys.... it worked already using a bit from both solutions...

    its a datagrid with dates.. not strings..
  13. VS 2008 Re: help how to filter for 11/2010 in date column

    i tried using something like %%/11/2010...where % can be watever value but it doesn work =S
  14. VS 2008 [RESOLVED] help how to filter for 11/2010 in date column

    i would like to filter a datagrid thats bound.

    i have the value as string 11/2010 wich is datevalue

    in the colum FECHA, i have diferent values
    01/11/2010
    05/11/2010
    05/12/2010
    4/11/2010
  15. Replies
    7
    Views
    1,594

    VS 2008 Re: Code FOr CroSS THreAD

    thank you jmcilhinney..is not that i dont want to learn i doo...i like your example..is just that i needed examples like 1 apple + 2 apples= 3 apples...sort of ,for kids..cuz this part multi...
  16. Replies
    7
    Views
    1,594

    VS 2008 Code FOr CroSS THreAD

    I would like some code and how to place it in my windows form

    This is inside a thread, that is called by button 2

    If portdata2.Rows.Item(sum).Cells.Item(1).Value = "" Then
    ...
  17. Replies
    2
    Views
    831

    VS 2008 how to convert this into vb net

    how to convert this vb6 into vb net


    it has en error on addressof

    m_lngPreviousValue = SetWindowLong(p_lngWindowHandle, GWL_WNDPROC, AddressOf WindowProc)
  18. Replies
    0
    Views
    799

    VS 2008 help with ObjPtr

    does someone knows how to replace or call this in vb net?

    m_lngRequestID = modSocketSupport.ResolveHost(m_strRemoteHost, ObjPtr(Me))
  19. Replies
    2
    Views
    602

    VS 2008 Re: API functions

    most of the examples there use the ones i have....i want another kind of code..

    like for example to find mac theres send arp...theres nbtstat and WMI...if i dont find a mac with one i find it with...
  20. Replies
    2
    Views
    602

    VS 2008 API functions

    does someone know what api funtion to use for getting remote host name

    right now i use

    System.Net.Dns.GetHostName and the nbtstat -a function, but still have some computers that i dont get...
  21. Thread: snmp

    by justme369
    Replies
    1
    Views
    909

    VS 2008 snmp

    I'm trying to find some tutorials or example code for working with SNMPusing VB.NET 2008. I've found some articles here and there, but all the ones I manage to find involve downloading some 3rd-party...
  22. VS 2008 Re: find out what port of what switch its the remote computer

    ok so i got the telnet ...now how i do the snmp....the administrator of my network told me that telnet was not safe..that i should do snmp..so wat i do
  23. Replies
    2
    Views
    530

    VS 2008 Re: convert this

    thank you
  24. Replies
    2
    Views
    530

    VS 2008 [RESOLVED] convert this

    sRemoteMacAddress = Left$(tmp, Len(tmp) - 1)

    how to convert this intop vb net
  25. Thread: Help wmi

    by justme369
    Replies
    0
    Views
    519

    VS 2008 Help wmi

    I want to know if this is the same procedure to connect to a workgroup computer or how can i do it to connect to a workgroup computer

    having the workgroup name and user and pass



    Private...
  26. Replies
    1
    Views
    732

    VS 2008 Re: help with NetWkstaGetInfo

    bump
  27. Replies
    1
    Views
    732

    VS 2008 help with NetWkstaGetInfo

    i want to know if anyone knows how to implement this NetWkstaGetInfo to get the current logged on user on the workstation and then get the logg on user for a specific either IP,MAC or HOST

    thankk...
  28. Replies
    6
    Views
    1,016

    VS 2008 Re: how to retrieve remote user log on

    ok chris thnank you very much for ur help...
  29. Replies
    1
    Views
    659

    VS 2008 error in trim

    Dim hello As String
    hello = Left("worlds", 1)

    im getting an error saying Public Property Left() As Integer' has no parameters and its return type cannot be indexed

    can plz help me why?
  30. Replies
    14
    Views
    1,271

    VS 2008 Re: PLZ HELP ME WITH Multithreading

    tell me if this is ok to do..


    i run only one sub in the background worker...this sub its the one that takes longer to finish ...

    and when i click button 1
    i run the background worker along 2...
  31. Replies
    14
    Views
    1,271

    VS 2008 Re: PLZ HELP ME WITH Multithreading

    or u mean i call the threads in the do work?
  32. Replies
    14
    Views
    1,271

    VS 2008 Re: PLZ HELP ME WITH Multithreading

    how can i place the subs in the do work

    Private Sub BackgroundWorker1_DoWork(ByVal sender As Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork
    public...
  33. Replies
    14
    Views
    1,271

    VS 2008 Re: PLZ HELP ME WITH Multithreading

    i sort of knew it had something to do with wat jmc explained but how can i solve it?

    since the code for both threads are really long i cut some code from both threads...

    my interest its how to...
  34. Replies
    14
    Views
    1,271

    VS 2008 Re: PLZ HELP ME WITH Multithreading

    there are datagrids
  35. Replies
    14
    Views
    1,271

    VS 2008 Re: TELL ME IF IM RIGHT OR WRONG HOW TO Multithreading arghhhhh

    this is the code

    1 button access the 2 diferent threads,

    i want to execute sub thisisnext when thread mythread1 finish...but i dont know how because i keep getting an error saying i cannot...
  36. Replies
    14
    Views
    1,271

    VS 2008 Re: TELL ME IF IM RIGHT OR WRONG HOW TO Multithreading arghhhhh

    this is the error im getin when the 2 threads are done i call another thread and this appears


    Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was...
  37. Replies
    14
    Views
    1,271

    VS 2008 Re: TELL ME IF IM RIGHT OR WRONG HOW TO Multithreading arghhhhh

    one thing i notice its that after each thread has finish...they both turn on 1 flag...in the main thread theres a code that checks for both flags..if theyre both on..then the datagrids adjust...
  38. Replies
    14
    Views
    1,271

    VS 2008 Re: TELL ME IF IM RIGHT OR WRONG HOW TO Multithreading arghhhhh

    the text boxes are an example....wat each thread does its run some codes for 2 separately datagrids
  39. Replies
    6
    Views
    1,016

    VS 2008 Re: how to retrieve remote user log on

    other then the WMI option for reading user name...im reading the winlogong current user default name from the registry...
  40. Replies
    6
    Views
    1,016

    VS 2008 Re: how to retrieve remote user log on

    thank you for ur help... i dont have admin rights on my cp but i have the pass and user for an admin account i can use..like .username=X,.password=X
Results 1 to 40 of 183
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width