Search:

Type: Posts; User: mrjohn

Page 1 of 6 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,012

    VS 2008 Re: Clarification about how transactions works

    thanks!
  2. Replies
    2
    Views
    1,012

    VS 2008 Clarification about how transactions works

    Hi.I have a silly question but I need a clarification:I have a .NET 3.5 application where data is loaded from saver in some datatables

    something like this



    Using conn As New...
  3. Vb.NET how long?:Microsoft's new strategy to end the co-evolution of C# an VB

    Found these :(

    Microsoft's new strategy to end the co-evolution of C# and Visual Basic will make it even less respected by developers
    C# is the future for .Net developers, so it's time to limit...
  4. VS 2015 Re: Is safe to use .NET 2 compiled controls in .NET 4.6?

    k.thanks for info
  5. VS 2015 Is safe to use .NET 2 compiled controls in .NET 4.6?

    Hi
    I've upgraded an older VB.NET 3.5 project to .NET 4.6.1.
    It contains compiled controls/libraries (dll) not from MS,targeting framework .NET 2.0 (v2.0.50727).
    I've compiled my app with 4.6 and...
  6. VS 2008 Re: Linq CopyToDataTable is not a member of System.Collections

    It works,thanks!
  7. VS 2008 Re: Linq CopyToDataTable is not a member of System.Collections

    I need datatable because result is sent to a report engine

    Ok,I will loop result and put data into a new datatable

    with all Option Strict/Explicit/Infer set to On
    I got an error 'Specified...
  8. VS 2008 Re: Linq CopyToDataTable is not a member of System.Collections

    Hi
    indeed wtIE is a datatable,sorry I did not not specify before
    thanks!
  9. VS 2008 Re: Linq CopyToDataTable is not a member of System.Collections

    Hi

    I made the change,got this error

    'CopyToDataTable' is not a member of 'System.Collections.IEnumerable'

    thanks!
  10. VS 2008 Re: Linq CopyToDataTable is not a member of System.Collections

    Hi,


    LINQ (Language integrated Query) is a new feature introduced in .NET Framework 3.5

    so why I can use

    Imports System.Linq

    and that works
  11. VS 2008 Linq CopyToDataTable is not a member of System.Collections

    Hi!
    I need to create a group into a datatable and the result to be another datatable,i'm doing something like this:

    Dim pquery As IEnumerable = (From row In wtIE.AsEnumerable() _
    ...
  12. Replies
    8
    Views
    1,647

    VS 2013 Re: Syncfusion Community Edition

    k,that's good
  13. Replies
    8
    Views
    1,647

    VS 2013 Re: Syncfusion Community Edition

    At this moment it is a good product,but take care:3 years ago I got in the same manner the 60 free controls from Devexpress and used in a project,now seems there are no free controls,If I want to...
  14. Replies
    0
    Views
    609

    VS 2013 Write application from Winforms to MVC

    I have a VB.NET applications used for restaurant orders,user can login,select table,category,then articles.It is written for touch screen-users:almost everything is represented
    by buttons that can...
  15. Replies
    7
    Views
    1,205

    VS 2008 Re: Configuration file XML or Sqlite

    Thanks for the answer,good details!
  16. Replies
    7
    Views
    1,205

    VS 2008 Re: Configuration file XML or Sqlite

    I need to save information about different server name/ip that user can chose to connect with,there are <5 records and I decided to use XML as database,I've done something like this


    Private...
  17. Replies
    7
    Views
    1,205

    VS 2008 Re: Configuration file XML or Sqlite

    Hi,
    in my application I simply access settings by
    My.Settings.mysetting
    on change I use
    My.Settings.Save()
    and that's all
    corruption can be done by something wrong on system...
  18. Replies
    7
    Views
    1,205

    VS 2008 Re: Configuration file XML or Sqlite

    Hi
    corruption is rare,once at 1-2 years for 50 implementations
    I'm not the only with tat problem,in first google results:
    The problem is this: if the user.config file gets corrupted (which has...
  19. Replies
    7
    Views
    1,205

    VS 2008 Configuration file XML or Sqlite

    Hi
    I have an application (POS software) where main settings are saved with app.config
    Sometimes config file become corrupted and all setting are lost(database connection settings,printer...
  20. Replies
    3
    Views
    753

    VS 2012 Re: Customize Solution Exporer buttons order

    At this moment that seems to be the solution,not the best
    thanks
  21. Replies
    3
    Views
    753

    VS 2012 Re: Customize Solution Exporer buttons order

    any help?
  22. Replies
    3
    Views
    753

    VS 2012 Customize Solution Exporer buttons order

    126361
    Hi!
    how can I customize buttons order in Solution Exporer,I want 'View Code' button to be places as I can use it from a single click,now I have
    to click in point 1 (as in image) then I can...
  23. Replies
    22
    Views
    5,567

    VS 2013 Re: Obfuscator free for VS 2013

    It is working with these settings:
    Preset: aggressive
    Protection: remove antidebug
  24. Replies
    22
    Views
    5,567

    VS 2013 Re: Obfuscator free for VS 2013

    any help to my last post?
  25. Replies
    22
    Views
    5,567

    VS 2013 Re: Obfuscator free for VS 2013

    It works with VS integrations
    there I found how to do it

    if $(ConfigurationName)==Release (
    cd “$(TargetDir)”
    “c:\path_to_\confuser Release\confuser.console.exe”...
  26. Replies
    22
    Views
    5,567

    VS 2013 Re: Obfuscator free for VS 2013

    @Shaggy: You're right, but many can use ILSpy or other tools to get the source code but not as many can do it if it was obfuscated,you add a protection,that way obfuscators exists

    @Toph: there it...
  27. Replies
    22
    Views
    5,567

    VS 2013 Re: Obfuscator free for VS 2013

    Thanks for the answer,it is a way to integrate it with VS and automatic obfuscation?
    it is more secure than Eazfuscator?
  28. Replies
    22
    Views
    5,567

    VS 2013 Re: Obfuscator free for VS 2013

    Eazfuscator gone commercial from couple years, I was talking about free version (Eazfuscator 2012)
    I'm looking for a free obfuscator.
    thanks!
  29. Replies
    22
    Views
    5,567

    VS 2013 Obfuscator free for VS 2013

    Hi
    I'm using VS 2008 and Eazfuscator latest free version and I want to upgrade to VS 2013. Eazfuscator latest free version doesn't work with VS 2013 and I took also a free obfuscator:Confuserex,is...
  30. VS 2008 Reset/remove user columns click sort from DGW

    Hi !
    I have form where user can add parent data above and under child data (DataRelation between),there are also 2 binding sources and 2 datagridviews.
    All works fine except the case when user...
  31. VS 2008 Re: Some help with read from serial COM (electronic scale)

    Hi Shaman,I'll take care of your advice,thanks.
  32. VS 2008 Re: Some help with read from serial COM (electronic scale)

    I left that code,now I use this and seems to work:

    Private Sub SendData()
    Dim mySerialPort As New SerialPort("COM3")
    Dim wRs() As String
    AddHandler...
  33. VS 2008 Some help with read from serial COM (electronic scale)

    Hi,I need to read some data from electronic scale,

    I found a vb.net COM read/write exemple there:
    http://www.innovatic.dk/knowledg/SerialCOM/SerialCOM.htm
    direct link for source :...
  34. VS 2008 Re: IDE message in W8 :this task requires... elevated permissions

    I found one good solution for me
    http://stackoverflow.com/questions/12257110/can-you-force-visual-studio-to-always-run-as-an-administrator-in-windows-8
    I use Total commander/MultiCommander to open...
  35. VS 2008 Re: IDE message in W8 :this task requires... elevated permissions

    Thanks all of you
    UAC is very annoying,can't use it.
    I've tested also VB2010 SP1 - the same issue,I can't upgrade now more than 2010 version because I need to run this project also at work,there...
  36. VS 2008 [RESOLVED] IDE message in W8 :this task requires... elevated permissions

    Hi
    I'm trying to migrate from XP os to W8.1.
    In W8.1 I when Irun project from the IDE (VB 2008 Express) I got this
    message :
    "this task requires the application to have elevated permissions"...
  37. VS 2008 Re: Find first (most recent) record - datatable

    Thanks for details!
  38. VS 2008 Re: Find first (most recent) record - datatable

    Thanks so much for your help
    There is a difference between + and & for string concatenation?

    thanks!
  39. VS 2008 Re: Find first (most recent) record - datatable

    Hi ! thanks again !


    so I use DefaultView:

    mytable.DefaultView.Sort = "id,data_in DESC"

    and the search :

    mytable.DefaultView.RowFilter = "id=" + wIdSearch
  40. VS 2008 Re: Find first (most recent) record - datatable

    Hi,thanks for your answer,indeed,now I only need date_in,but if I also need the row or other fields?
    thanks!
Results 1 to 40 of 214
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width