- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 4
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
27 Posted Topics
Hi, Having a real trouble getting a form to launch, which has previously worked. I have a series of buttons set up on a menu screen, each button launches a different form in the same project. For each 'click' event there are two lines of code: a DIM statement to … | |
HI, We used to have a Win 7 Pro pc running as a file server in our small office - 4 or 5 client PC's attached, all running Windows variants. This was fine, but after 5 years I decided to replace the file server before problems started developing. This is … | |
Hi All, The problem I have is that the port on my laptop NIC is meant to have gigabit capability, but I am only connecting at 100.0Mbps and I don't know where the bottleneck is. My Cat 5 ethernet cable connects my laptop to the RJ45 wall socket. The cable … | |
Hi, I have a menu strip with a dropdown in which the user can select (check/uncheck) from a list of 6 options. Slightly annoying feature is that after the user checks one item, the dropdown closes so they then have to click the menu to open the dropdown before they … | |
Hi, I have a dgv displaying records from an SQL database. On load, the dgv is filled, the dgv selection cleared and the 'action' buttons set to enabled=false. When the user selects a row (cellclick action) the 'action' buttons are enabled. When the action button is clicked the dgv is … | |
Hi all, As title, need to connect a home worker to our LAN in the office. We need to him to connect his PC (running Win 7) to the office File Server PC (folder shares on a windows 7 PC) and to a mySQL database running on a second Windows … | |
Hi All, I have a DOS batch script file that is scheduled to run hourly, to move any PDF files from a bunch of folders, and put them in one folder. When I view the target folder in Windows Explorer, all of the PDF files have a padlock icon on … | |
Hi All, My boss has an Asus K53e laptop running pre-installed Windows 7 Home premium. This connects wirelessley to the router at work, and also to his router at home. When ever ANY USB device is plugged in (printer, iPhone, memory stick etc), or is unplugged from the laptop, a … | |
Hi, I have a hotswap sata drive that I use for backups on a PC running Ubuntu 12.04LTS. When I insert the drive it shows correctly on the desktop and I can double click the icon to show the contents of the device. I want to write a script to … | |
Hi All, Have written a script file as follows: mysqldump -u xxx -pxxx dbase1 > backup.sql DATETIME=`date +%Y-%m-%d--%H-%M-%S` mv backup.sql /home/user01/dumps/Backup_${DATETIME}.sql read -p "Backup Complete. Press a Enter to exit" If I run the script by typing it's name at a terminal prompt it runs fine, but if I use … | |
Hi, I have a PC running Windows 8. Every time it boots up it tries to 'Scan and repair disk errors on C:' but never gets above 0% - i.e. it hangs at the very start of the process. The 'circle' icon rotates so it is not that the whole … | |
Hi All, I have a 128GB SSD that I use daily for off-site backups from our server. How many times can I expect to insert / remove it from the hot-swap drive bay before the connectors wear out? According to the SATA spec, the expected durability is 50 'matings' for … | |
Re: Check with the manufacturer of your motherboard, as they will have set a limit on how much the board is capable of using. There is also a limit set by some operating systems - Windows XP for example can only see 3GB of RAM no matter how much you have … | |
Hi All, I am trying to store a link to a document in a mysql database using VB.NET. I open a file browser for the user to select the file, and if I output the returned filename to a messagebox it looks fine, but when I write that filename string … | |
Hi All, I have a home-built PC running W7 pro with a Sata drive as the primary drive, and a second PATA drive for general file storage. This has been running fine for a couple of years. I have recently installed a hot swap sata drive bay into the pc, … | |
Am interested in developing a mobile app for work - want to send our engineers some job details to the calendar on their mobile device, then have them 'tick a box' when it is complete and log an entry back to the server in the office. I've been doing some … | |
Following on from my post yesterday (how to anchor buttons/controls to various sides of the current form when the form is resized) I have run into another problem. I am setting the width of my datagrid to be 80% of the form width on a 'form resize' event with 10% … | |
Hi All, I would like my 'quit' button to appear in the bottom right hand corner of my menu screen, but it seems that every computer in the office has a different sized screen, different size ration (some are widescreen), and different resolution. When I deploy my program, the quit … | |
Hi All, Don't know if this is the right forum for this query, but couldn't find anything more suitable. I have written a new app in VB.net as a front end to a mySQL database held on a PC on the LAN running Windows XP. This worked fine for a … | |
Hi All, I need to show a map, plotting addresses that are held on a sql database. Has any one come across any software suitable for this task (i.e. can be built into vb.net). I have tried using MS MapPoint, which according to the write up says it will do … | |
Re: your question is a bit vague, but from what I understand, I would have two tables - one for order numbers, order date, name of person ordering etc, and a second table recording the items ordered. Use the order number as a foreign key in the second table. Toomutch | |
Hi all, What seems like a fairly straightforward process has got me stumped! How do I show a MapPoint map on a VB Net form? I have MapPoint 2011 (Europe) installed on my dev pc, and have added the references "Microsoft MapPoint 18.0 Object Library (Europe)" and "Microsoft MapPoint Utilities … | |
Re: I would use a different sql command: [CODE] cmd.commandtext = "insert into staff (firstname, lastname, address) values ('" _ & firstname &"', '" & lastname & "', '" & address & "')" [/CODE] you can then remove the 'cmd.parameters...' commands Toomutch | |
Hi all, my current project shows a single page tabcontrol with a datagridview. I read names from a mysql table, and create an additional tab page for each person (there's only ever going to be half a dozen or so, so it should be manageable). I want to duplicate the … | |
Hi all, Having problems with null dates in a mysql table. Have eventually found out that I can store a 'null' date in mysql as "0000-00-00" and I can run the 'insert' command to add a record to the mysql table. When I check on mysql workbench I can see … | |
Hi All, I have a vb net program that shows a datagridview which pulls data from a mySQL database. When the user clicks on a row (I am checking for a 'cellclick' event), a text box is filled with data from a hidden column in the datagridview. This works fine … | |
Re: [QUOTE=codeorder;1748543]I have no idea(s) regarding "network.share", though here is a suggestion. Have a small sidekick.app installed on each user's p.c., that does the "copy and overwrite the existing application executable in the program files\app directory". I'm not sure how systems work with network.sharing, though there should be a folder somewhere, … |
The End.