Any source of WPF templates or similar?
Hi all, I'm migrating an old proyect made under VB6 and Excel into .NET and c# using WPF (I've decide to use WPF instead of Winforms). I've see the basics of WPF and now I can recreate simple forms...
View ArticleIncorrect Interpretation of file names.
Hello all, The problem is when I perform a search of several extensions '* .mp3; *. Flac' I realized that there are file names that when displayed in a 'List1' the file name is different. For example:...
View ArticleSending email from vb.net 2010
I have an earlier app wherein I generate a formatted text file and then send it to MS Outlook and email it. In a new app, also vb.net 2010, I am using the exact same routine but cannot make it work....
View ArticleWhat is After Effect and how to make animation at graphics.
I am really interested to create an animation video, Please help me, How I"ll success within a short time and easily.
View ArticleRegistering Active Report 2.0
Hi, We are using Active Report 2.0 with VB6 in a project. Active report is not a registered copy and we get the following message in the report: Copyright 1998-2007 Data Dynamics . This is an...
View ArticleVS 2017 Optimize code
Hi, I would like to ask something which is still eluding my understanding Say I have a button, when this button is click the following is happen: Code: If TextBox1. Text = Test Then Textbox2.Text =...
View ArticleVB6 with Access - SumIf
Hi - I'm using the code below to get the sum of several values in an access table (using VB6 with Access 2016). My code is below: Code: TypeRs.Open "Select SUBASSEMBLY,STDHOURS from ELECTRICAL",...
View ArticleCalculations using date time formats
Hi, I have a program that is used to hire out tools. If the customer hires out a tool and then returns it late there will be a fee. To calculate the fee you multiple the price of the late fee by how...
View Article[RESOLVED] How to save and retrieve a font from the registry?
Good morning all... I need to know the right way to save a font to the registry. And I know that most people say use My.Settings for fonts, but I do not wish to do that. By default, when you save a...
View ArticleHow to read an xml data through javascript or jquery?
I need to read xml data by using java script or jquery, is there any code or tutorials available which can help me to finish it? Thank you for your help.
View ArticleConfused about proper use of ErrorProviders
I have 5 controls that I need to check for errors. I have set up all the events on text changed event and identified the errors properly. I was pointed to ErrorProviders as a way to display that the...
View Article"Devices and Drives" ... accessing them via VB6
Okay, here's one I haven't tried before, and don't see the obvious solution. I'm trying to write a "picture backup" program from my phone to my NAS box. I've got a "Folder Tree Copy" program I'm quite...
View Article[RESOLVED] Problem with e.Button.
Hi, I'm trying to detect a right click on any one of at least 150 labels, the labels are application generated. The generating code includes an AddHandler: Code: AddHandler lbl.Click, AddressOf...
View ArticleVS 2017 [RESOLVED] How to enable a datatable column AutoIncrement property?
Hello! I'm trying to set the "AutoIncrement property" to a column in my datatable, I don't know the command syntax to do that, I've found some samples to do it via code in C# but I'm in VB.NET, but I'd...
View ArticleRetrieve Printer Status
So I'm not too experienced with coding just yet and have been trying to figure this out all morning to no avail. I have a Custom VKP80II-ETH printer that I'm trying to get the status from(Low Paper,...
View ArticleWeb Page not loading in correct position?
When I load my website, for some reason it scrolls down to the first <div> tag missing the menu bar and images. What would cause that? Thanks,
View ArticleAdd table with grid in datareport
Dear friends, I have developed application for patient data management. I have option for patient diacharge card. I have used access as database and datareport to print discharge card. I wish to add a...
View ArticleExcel file remains opne
Dear friends, I have developed application with VB6. I wish to create excel file using template excel file. My programme works fine when I generate report first time. But when I close excel file and...
View ArticleArithmetic Overflow in LINQ
Hello all, I have a sum in the follow query that produces a very large number, I can't seem to find a way to convert it preferably to a double. It needs to go into the trillions and have decimals...
View ArticleVS 2010 How to save My.Settings even when the exe application is copied
Using My.Settings I made some buttons disabled if my exe application was used 100 times. This works well but if the user copies the exe file again, he can reuse the application 100 times. How to...
View Article