Search:

Type: Posts; User: stanav

Page 1 of 13 1 2 3 4

Search: Search took 0.37 seconds.

  1. Replies
    9
    Views
    577

    VS 2015 Re: Program hang when running outside of VS

    Thanks for the suggestion and the sample code, Dbasenett. I will study your method of dealing with serial port data, and find a way to apply that to my program.
  2. Replies
    9
    Views
    577

    VS 2015 Re: Program hang when running outside of VS

    @dbasenett:
    - Yes, StatusUpdate also checking for Me.InvokeRequired since it can be called from a different thread other than the main UI thread.


    Public Sub StatusUpdate(ByVal message As...
  3. Replies
    9
    Views
    577

    VS 2015 Re: Program hang when running outside of VS

    @dbasenett:
    - The removed code was intended since it was irrelevant to the issue.
    - Me.StatusUpdate is just a sub to update the UI letting the user know the progress of the current test, which is...
  4. Replies
    9
    Views
    577

    VS 2015 Re: Program hang when running outside of VS

    The values are readily available at the time PopulateForm is called because I can verify that they were saved to the database. The same behavior occurs if I use Invoke (non-asynchronous) instead....
  5. Replies
    9
    Views
    577

    VS 2015 Program hang when running outside of VS

    Hi,
    I hope someone can help explain this very weird behavior that I'm running into. I have a small program that communicates with a testing device over the serial port. The program will send some...
  6. Re: FileSystemWatcher.Changed event get triggred when shared excel file gets closed

    He meant Excel files in a shared network folder. A lock file is created in the same folder when an Excel file is opened so that if other users try to open it, it only opens in read-only mode. When...
  7. Re: [VB.NET] Pdf Manipulation Class Using iTextSharp

    Easiest method is to use a PDF print driver, such as Cute PDF... All you have to do is to use the default app for that document type (i.e. Notepad for .txt, MS Word for .docx...) to open the file and...
  8. Replies
    4
    Views
    704

    Re: How do I log out of this thing?

    PlausiblyDamp is correct. If you don't want to use Windows 10's Mail app, you can always go back and use web based webmail app as you had been doing before. Just remember to delete the account in...
  9. Replies
    7
    Views
    7,061

    Re: Computer running slow

    Check the CMOS battery for the date/time issue. Battery may be dead.
    And yes, old computers seem to run much slower after they're not being used for a while. It's not because they get slower but...
  10. Replies
    12
    Views
    2,212

    Re: Get Files Off Old Laptop

    I usually lay the HDD with the controller board side up and use a small fan blowing onto it :)
  11. Replies
    9
    Views
    4,446

    Re: HDMI Cable or driver issues

    What screen resolution do you play your games at? HDMI only supports resolutions up to 1080p (full HD - 1920x1080). If you play at resolutions higher than that, you'll experience lags and stutters.
  12. Replies
    12
    Views
    2,212

    Re: Get Files Off Old Laptop

    As others have already suggested, you basically have 2 options:
    1. Use an external USB drive, be it a flash drive or HDD. You may need to dig through your drawers to find an old USB flash drive that...
  13. Replies
    7
    Views
    3,123

    Re: SQL backup software?

    Thanks Gary. I just begin learning to manage SQL server so any advice from the pros are really helpful for me :)
  14. Replies
    7
    Views
    3,123

    Re: SQL backup software?

    Thanks, TG. Yes, the built-in SQL Backup Manager is sufficient for my organization, but it's kind of cumbersome to to set up and use. Most guys at our organization, me included, are not very...
  15. Replies
    7
    Views
    3,123

    SQL backup software?

    Hi,
    Can anyone recommend an MS SQL server backup software that is robust and can do scheduled full, differential as well as transaction log backups and restore from the backups reliably?
    Is SQL...
  16. Replies
    14
    Views
    11,358

    Re: [RESOLVED] Baidu Antivirus issue

    It has to be something that set to run at startup to trigger that Baidu installation. Use Sysinternals' Autorun to identify what it is and where it hides then delete it.
    Dowload Sysinternal Autorun...
  17. Replies
    6
    Views
    2,606

    Re: Remove password from Windows 8 login screen

    If you use Microsoft account to sign in your Win8 computer, you must use a password. And if this is the case, switch to a local account instead. A local account doesn't need to have a password, and...
  18. Thread: Help!!

    by stanav
    Replies
    4
    Views
    692

    Re: Help!!

    You declared the variables Diameter, Area and Final without initializing them, so they will have the default value of 0.
    Then you have Area = Diameter * 3.14159 which is 0 because Diameter = 0
    Then...
  19. Re: MS Outlook password dialog box issue in office 2007

    1. Log in Exchange server and make sure that there's no problem there. If something wrong, fix it first.
    2. If #1 is all good, with Outlook closed, open Control Panel > User Accounts. Go to the...
  20. Re: MS Outlook password dialog box issue in office 2007

    What type of email account is it (Exchange, POP3 or IMAP)?
  21. Replies
    1
    Views
    1,098

    Re: download outlook emails at disk

    Why don't you let Outlook's auto discovery do its job? That is, to add an Exchange email account in Outlook, you just provide your name, email address and the password and Outlook will auto...
  22. Replies
    40
    Views
    6,285

    Re: How to get status of a server.

    Your server is behind a router. When you ping the public IP address, the ping replies you receive are from the router, not your server. To get to the server behind NAT, you have to set up port...
  23. Replies
    1
    Views
    1,064

    Re: How to connect my mobile with Telephone

    Have a look at iCreation products:
    http://www.icreation.com/product/products.asp
  24. Thread: What is VGA

    by stanav
    Replies
    4
    Views
    1,264

    Re: What is VGA

    It also refers to the type of connector use for computer graphics. You often hear people talking about VGA, DVI, HDMI... They are all different types of video connectors of which VGA is the oldest.
  25. Re: What antivirus software do you use? Problems with Avira, Avast 2015, and Panda 20

    I use MSE in combination with MalwareBytes Anti-Malware and some common sense... Not to go to naughty sites on the Internet, not to open attachments from unknown senders, not to run exe attachments...
  26. Re: How can I change this program to receive parameters?

    Most programs that use parameters are launched from a command line - not a file with registered file type. Therefore, if you want to be able to use parameters when opening a file, the parameters...
  27. Thread: Help Please!

    by stanav
    Replies
    1
    Views
    698

    VS 2013 Re: Help Please!

    You should post the screen shot and the code directly here instead of links to other sites.
  28. Re: How to reference multinumber string?

    Try something like this:


    Dim controlName as string = string.empty
    For i as integer = 1 To 10
    controlName = String.Format("Flav{0}Name", i.ToString)
    otherForm.Controls(controlName).Text...
  29. Replies
    2
    Views
    727

    Re: How to fix the size of controls?

    What type is the distressTable control?
  30. Re: Is there anyway to copy the text from a PDF file and manipulate it like a string.

    Have a look at this CodeBank submission for the PdfManipulation class using iTextSharp.
  31. Replies
    2
    Views
    1,447

    Re: [RESOLVED] Java installation on my computer

    LOL.
    JRE (Java Runtime Environment) is a platform that is required to run application written in Java language. And since it's not required by Windows, it's usually not pre-installed. The user can...
  32. Re: How to display a boolean column as a DropDownList in DataGridView?

    It is supposed to select the right item automatically for each record. If the actual field value of a record doesn't match any of the items listed in the combobox, you'll get an error. You need to...
  33. Replies
    3
    Views
    1,423

    Re: Adding and Subtracting Current Time Label

    "Now" is a function that returns the current Date. The Date type provides various methods and one of them is "AddSeconds", which is the one you want to use if you want to add 5 seconds to the date....
  34. Re: How to display a boolean column as a DropDownList in DataGridView?

    There are 4 properties of the DataGridViewComboBoxColumn that you'd be interested in:
    - DataPropertyName: name of the column in the data source that you bind to the DGV.
    - DataSource: the actual...
  35. Replies
    15
    Views
    2,264

    Re: Splash Screen graphic issue

    Can you post a screen shot showing the incorrect scaling of your app? Also, what version of .Net framework does your app target?
  36. Replies
    15
    Views
    2,264

    Re: Splash Screen graphic issue

    On the computer that your application doesn't display correctly, what's the Display zoom option set to? 100%? 125%? 150%?
  37. Re: How to display a boolean column as a DropDownList in DataGridView?

    You set the DataPropertyName property of that column to the field name of the field you want it to bind to. Yours in this case is "HoldCode", so back to the designer, go in the Columns properties of...
  38. Re: How to display a boolean column as a DropDownList in DataGridView?

    Well, I don't know what you've been told... but auto-generated columns are DataGridViewTextBoxColumn type only. You will not have other types such as ComboBox, CheckBox... generated automatically for...
  39. Replies
    7
    Views
    1,045

    VS 2010 Re: Help i dont know why it isnt working

    1. Your If statement may not be what you think it is... If you want to check to see if count= 1 or count = 2 or count= 3... then you need to spell it out so.
    However, you can make it short by

    ...
  40. Re: How to display a boolean column as a DropDownList in DataGridView?

    You add a DataGridViewCheckBoxColumn to your DGV, either in the designer or in code. In the designer, select the DVG and go to the Columns property in Properties window. Click the [...] button. The...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width