- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 5
- Upvoting Members
- 5
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
Been in computer industry for 40 plus years, starting at university with paper tape and punchcards - no screens and no pc's in those days. I provide IT support to small businesses and home users, both hardware and software, supporting customers locally…
Re: [quote=webinvest;352147]Hi all, Now I have no programing experience, I know very little about this, so please bear in mind. I am trying to turn a particular excel spreadsheet I have made (the user inputs information and it creates a final answer(result)) and I want to be able to turn this … | |
Re: Hi, There are ways, but you need to consider carefully what simoutaneous updating you wish to do. For example if you have a database of names and addresses and two people wish to update it at same time, then if they wish to update different records, no problem should occur. … | |
Re: Are you sure these people aren't trying to track your equipment so they can steal it ? Or maybe hackers can find your equipment when you are using it ? | |
Re: If you were watching a film was laptop on carpet, bedclothes, etc. I have this and it blocks air vents, causing laptop to overheat and stop. The moral of the story - always put your laptop on a smooth surface so air flows around it. | |
Re: Hello, I use streamwriter/streamreader for writing and reading text files. To read files you need something like s1="path and filename" Dim rf As New StreamReader(s1) linne=rf.readline . . rf.close For writing to files you need something like Using outp As New StreamWriter(data_path$ & Convert.ToString("weight.dat"), True) outp.writeline (var1,var2,.....) outp.close Don't forget … | |
Re: Alternatively, create a query in access which has all the information (fields, data selected, etc) you want, then access the query and not the table in your program. | |
Re: You use i in line 6 but it is not defined. What is happening when yu run ? | |
I am writing a VB.Net (VS 2015) application to control equipment in real time which is connected via USB ports. The equipment requires that text string, terminated by a chr(13) be sent. Most commands will get a response back. For example one command (set VALVE1 ON) will open a valve … | |
Re: What error messages are you getting ? | |
Re: I assume you can get the results you want in the database with a query and report ? If so then access the query from VB6 and do what you will with the results. | |
Re: To answer your question - yes it is possible. I am not a C expert, but the principle I would use is to read in line by line. For each line see if the users' string exists. This assumes that the string you are searching for is completely on a … | |
As some of you know I am moving to VB.net from VB5. I see that to read and write to text files there are two options 1) Use System.IO.File e.g Filewritealltext ( options...) or 2) Use Streamwriter e.g Dim ts as StreamWriter( options...) Are there any differences, apart from syntax, … | |
Re: Should the slashes after website name be pointing other way ? I am not sure why you have two references to website.com in your link e.g http://www.website.com/www.website.com\images\logo\logo.png | |
Hello, I have for a number of years supported a VB5 application which controls customers equipment. We are now going to do some major changes to software because hardware is changing. It now seems the ideal opportunity to upgrade to a newer/latest version of visual basic, which if we go … | |
Re: Where are you going to read the two numbers from ? What programing language will you use ? | |
Re: I think whatever forum you are on people tend not to put a sensible title on their posts. e.g 'Please help' Now that the forum is tagged based it is more obvious. Before if you saw a post in VB5 or 6, for example, wheich was titled 'Please help' then … | |
Re: Are you using Excel ? if so then write your results to one sheet. Then put a page heading in, via Page layout, then hit print button. You can scale it to get more on a page, etc. | |
If you write a post without having first logged on, then the option to loggon with DaniWeb credentials is not there. Three other loggon options are there which I don't have, but not Daniweb loggon. If you then go to top of screen to loggon you loose what you have … | |
I need to interface to a USB device from VB.net, where I both read and write to the device. Are there any programing differences between the different USB interfaces, i.e 1,2 and 3 that I should be aware ? Does it matter if say a USB 3 device is plugged … | |
Re: Hello, I know VB5 better than 6 but in this statement of yours If Data1.Recordset.Fields("C_Number"**) = Text15.Text(i) the index has got to be on recordset, surely, because you have multiple records in recordset and not in Text box ? Hope this points you right direction | |
Re: Hi This is not a language that I am familiar with, but in line 6 you have int countlev_easy = 0,countlev_med = 0,countlev_hard = 0; In the test you appear to be comparing these variables with letters, not numbers .......... | |
Re: That looks fine, but I would use employee number/id, rather than his/her name. | |
Re: [quote=Gayal;361190]Now at the placement and looking for a Super Cool Final Year Project. [/quote] If it is going to be super cool then it has to be something to do with freezers, surely ??? | |
Re: Sorry I am confused - is the Livebox from Orange ? Can you get access to setup from your laptop ? | |
Re: Hello Ian, Please submit code you are using, so we have a chance of helping | |
Re: I do all my VB5 development in XP window on Windows 7, I don't have any problem. If you generate and install set for your application, then it will install and run on Win 7 pcs. As you can see from a post I have just made application mostly runs … | |
Re: Hi, Have you plugged in an external monitor ? Then switched to it with correct function key ? Have you tried contrast and bightness keys ? (Sometimes they are on side of screen) Denis | |
Re: Is the date in windows explorer not what you are looking for ? | |
Re: Hi, You say PC's are connected via internet, but how ? Are they connected as if in same building so you can map a drive on the other ? If so then have a mapped drive and the data can be saved to drive on relevant PC. If not, then … | |
Hello, I support a large VB5 application which is installed and running on a number of windows PC's around the world on versions up to win 7. I have installed it on windows 8 and whilst the program starts, it fails with error 70 in a number of places. On … |