• Member Avatar for cgeier
    cgeier

    Replied To a Post in Application Blows Error ONLY when running on its own

    I believe that your overall memory issues are probably due to the manner in which you use locking. The rest of your code would need to be examined. Unfortunately, I'm …
  • Member Avatar for cgeier
    cgeier

    Began Watching There was a problem checking for updates.

    Get error 80244FFF "There was a problem checking for updates." Have not received any updates for two months. Runing Win 8.1 that was updated from 8.0.
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in There was a problem checking for updates.

    Run chkdsk, but after that: [How do I reset Windows Update components?](http://support.microsoft.com/kb/971058) [Troubleshooting problems with installing updates](http://windows.microsoft.com/en-us/windows/troubleshoot-problems-installing-updates#1TC=windows-8) [Fix Microsoft Windows Update Issues](http://support.microsoft.com/gp/windows-update-issues/en-gb) [Redesigning chkdsk and the new NTFS](http://blogs.msdn.com/b/b8/archive/2012/05/09/redesigning-chkdsk-and-the-new-ntfs-health-model.aspx)
  • Member Avatar for cgeier
    cgeier

    Began Watching Programmatically access accdb file

    Hi, My project is in c#, created in vs2008 with access 2007 as the db and windows 8.1 as the os. I've created a setup file with the required dll …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Programmatically access accdb file

    Using methods in `System.IO`. Add `using System.IO;` [System.IO Namespace](http://msdn.microsoft.com/en-us/library/system.io(v=vs.110).aspx)
  • Member Avatar for cgeier
    cgeier

    Began Watching Application Blows Error ONLY when running on its own

    I have an application I have been buidling for awhile and have finally finished the first draft of it (it's a screensaver). Anyway, during my countless hours of testing never …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Application Blows Error ONLY when running on its own

    You haven't show your declaration for "ImageCenterLock". I haven't used lock, but you should only maintain your lock as long as you need it. I'm not familiar with the implementation …
  • Member Avatar for cgeier
    cgeier

    Began Watching Main form

    i don't know why i have this error in my code: ' ' Created by SharpDevelop. ' User: s11088659 ' Date: 5/26/2014 ' Time: 9:44 AM ' Lab 8 ' …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Main form

    I would say because class "resultex" is missing `Namespace My` which happens to be referenced in line #23 in "MyApplication" (`Me.MainForm = My.Forms.MainForm`). See line #11 & #27 in "MyApplication" …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Hide some menu items as per user rights?

    You may consider storing the MenuStrip (ToolStripMenuItem) variable names in the database. ex: * FileToolStripMenuItem * BackupToolStripMenuItem * ExitToolStripMenuItem * ToolsToolStripMenuItem * AccountingToolStripMenuItem * EmployeeToolStripMenuItem The database structure will stay …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Hide some menu items as per user rights?

    To get a list of menus that exist in the MenuStrip (ex: MenuStrip1): I use a class called "MenuInfo" to store the data. **MenuInfo.vb** Public Class MenuInfo Public Property name …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Hide some menu items as per user rights?

    The code above in AppPermissionTbl is how to do it for SQL Server and SQL Server Express.
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Hide some menu items as per user rights?

    Some of the sample data didn't get posted in the proper place. The 30 minute cut-off didn't allow me to edit it further. Here's the sample data with it's table: …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Hide some menu items as per user rights?

    My previous post used some reserved words. Also, I've worked on the db structure a little more. The table names are as follows: * AppPermission * AppGroup * AppUser * …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Edit Word document in visual basic application

    The following will replace "<address>" with the text contained in RichTextBox1 and save the document as a .pdf file. The original file will be unmodified: 'use early binding Dim objWordApp …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Hide some menu items as per user rights?

    Store all of the menu names that will require access permissions in a table. **Create table: Menu** Column: name (PK) or Column: id (PK) Column: name **Create table: Group** Column: …
  • Member Avatar for cgeier
    cgeier

    Began Watching Hide some menu items as per user rights?

    Hi everyone! I'm making an application which requires users with different permissions/previleges to login and use the application.For example, if the user is "admin", all menu items in the menu …
  • Member Avatar for cgeier
    cgeier

    Began Watching student transcript generation system using vb.net

    Am about writing my final year project and my topic is student transcript generation system. The problem now is that I don't know how a transcript generation system works. someone …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in student transcript generation system using vb.net

    That's not how it works in the real world. You need to identify your requirements and then figure out how to translate that into a program. How does one do …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in How To Print Rich Text Boxes

    [How to Create a Print Preview Control In Visual Basic](http://www.wikihow.com/Create-a-Print-Preview-Control-in-Visual-Basic) [WordWrap with PrintDocument](http://www.codeproject.com/Articles/19751/WordWrap-with-PrintDocument)
  • Member Avatar for cgeier
    cgeier

    Began Watching How To Print Rich Text Boxes

    Hello eveyone I am working on a simple notepad program and need help with printing. How to get the rich text file to apear in the print preview dialog would …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in How To Print Rich Text Boxes

    [How to: Save, Load, and Print RichTextBox Content](http://msdn.microsoft.com/en-us/library/aa970917(v=vs.110).aspx) **Note:** Notepad doesn't handle rich text. WordPad does though.
  • Member Avatar for cgeier
    cgeier

    Began Watching Edit Word document in visual basic application

    Hi, My requirement I need to edit or replace content in the word document every time and save it to another location. What I wanted is I want to simplify …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Edit Word document in visual basic application

    The following has been tested and should work: Requires the following: **Add reference to "Microsoft Word xx.x Object Library":** * Click "Project" * Select "Add Reference" * Click "COM" tab …
  • Member Avatar for cgeier
    cgeier

    Began Watching explorer1.vb error

    what am i going to do?..unintentionally, explorer1.vb was deleted and when i run the program, it shows errors... Error 3 Unable to open module file 'C:\Users\USER\documents\visual studio 2013\Projects\IT Equipment Inventory …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in explorer1.vb error

    Check your recycle bin to see if it is there. Otherwise you may be able to recover the file using data recovery software. You will want to stop using the …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Issues with Windows 7 sleep mode.

    Does this happen only on one radio station, or all radio stations? Check your buffering settings. * Open Media Player * If in "Now Playing" mode, click on "Go to …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Read CSV File

    There is a correction to my above post. There was a typo. Also, the previously mentioned keys are for XP/Win 7 (32-bit). If you are using Win 7 (64-bit), you …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in binding issue

    You may be able to adapt this to use in your program: [How to: Bind Data to the Windows Forms DataGridView Control](http://msdn.microsoft.com/en-us/library/fbk67b6z(v=vs.80).aspx) The best way for you to learn is …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in tab control

    Pass the info in the constructor and choose the correct tab using code in the constructor or use form communication--see the tutorial for form comunication.
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Read CSV File

    Glad to hear it is working. The registry keys above are for Win 7. They may be different on different OS's.32-bit applications can run on 64-bit machines. However, 64-bit applications …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in how to hide or stop “Mixed Content” popup in IE 11 through javascript

    Are you using "System.Windows.Forms.WebBrowser"? If so, try the following: System.Windows.Forms.WebBrowser myWebBrowser = null; //disable script errors this.myWebBrowser.ScriptErrorsSuppressed = true;
  • Member Avatar for cgeier
    cgeier

    Began Watching binding issue

    hey all i have another little issue it's regarding the databinding here and what i'm trying to do here is to get some data from access to my programme how …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in binding issue

    That's because every time your event (TextChanged) occurs you are calling the "Add" method. You should only add the binding if it doesn't already exist.
  • Member Avatar for cgeier
    cgeier

    Began Watching Unable To Shutdown

    I have a clone computer with the following specification, Intel i5, 4GB RAM, 250GB hadr disk, ATI Radeon graphic card, PCI-E network adapter running on Window 7 Pro 32bit. The …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Unable To Shutdown

    Ensure that the "Shutdown" option is not configured to restart the computer. * Right click the "Start button" (Windows globe) * Select "Properties" * Click "Start Menu" * Ensure "Power …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Read CSV File

    Also, ensure that your program is compiled only for x86 (not anyCPU). I don't believe that there is a 64-bit version of JET. Get information about the computer (architecture and …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Read CSV File

    Check the event logs on the server to see if there are any errors. Also add the following `Catch (OleDbException e)`. Also check that "Jet 4.0" is installed (properly). * …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Read CSV File

    Are you running the actual program on the server, or running the program on your computer and trying to access the file on the server?
  • Member Avatar for cgeier
    cgeier

    Began Watching Remote Log in error

    Hi, I have created a databse using sql database "TestingSQL" using microsoft management studio 2012 and created a simple vb application as a tryout. It works well in my pc …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Remote Log in error

    You should not use the "sa" account for database access. You can use it for testing, but it is designed for administrative use. [SqlConnection.ConnectionString Property](http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring(v=vs.110).aspx) *If User ID and Password …
  • Member Avatar for cgeier
    cgeier

    Began Watching Read CSV File

    Hi, for some reason I can read this file perfectly on my machine (.net framework 4.5 is installed) But when I run it on one of the servers (.net framework …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Read CSV File

    It seems like a no-brainer to develop using the .NET version that you plan on using to run the program, because new features are added in newer versions. Either install …
  • Member Avatar for cgeier
    cgeier

    Stopped Watching vb.net to control a physical switch

    Hi all, I'm hoping someone can help out, or at least give me a yes or no answer and possibly point me in the right direction. What I'd like to …
  • Member Avatar for cgeier
    cgeier

    Began Watching Bluetooth failure

    What if bluetooth driver failure occurs? Sony Laptop bluetooth driver failed when updated to windows 8.1 from windows 8
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Bluetooth failure

    Check manufacturer website for driver update. If no update exists, re-install the existing driver. Also, try removing from device manager and letting the OS re-install the device.
  • Member Avatar for cgeier
    cgeier

    Began Watching Windows update error

    Is there any procedure to avoid failed updates to repeat with same message of failure again and again.
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in Windows update error

    Find the source of failure, and fix it. Or disable updates.
  • Member Avatar for cgeier
    cgeier

    Began Watching vb.net to control a physical switch

    Hi all, I'm hoping someone can help out, or at least give me a yes or no answer and possibly point me in the right direction. What I'd like to …
  • Member Avatar for cgeier
    cgeier

    Replied To a Post in vb.net to control a physical switch

    This is not an expert with this, but I believe you need to use a programmable microcontroller. Or a pre-built product that contains a microcontroller.

The End.