[RESOLVED] VB.net delete rows from .csv where value = 0
I am trying to delete all rows from a .csv where a column is 0. I use a streamreader to read the lines and then streamwriter to create a new file. However the rows are not being deleted. Code: Dim SR...
View ArticleMove the control array together
Code: Option Explicit Dim xx As Single, yy As Single Private Sub Picture1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single) DoMouseDown Button, X, Y End...
View ArticleClosing a window using VBA
Hi guys I wonder if anyone can help. I am trying to close a single excel window using the below code, however it doesn't seem to be doing anything. I works if I want to close say a notepad window, but...
View ArticleI need help (Flutter Developer)
Hi all, I am very happy to join your forum. I have a question. I'm currently developing a small game project and I'm short of a Flutter Developer partner. Could you tell me if there are any qualified...
View ArticleVB 372 error : Failed to load control y from x.ocx. Your version of y maybe...
Hello All, I have a desktop application which is deployed on client machine, the client randomly gets this error once or twice a day. The ocx file and the control are my own custom controls. I have...
View ArticleWinforms Visual Inheritance. Inherited control anchoring/positioning not...
Hi All I had this problem years ago and was able to solve it but can't, for the life of me, remember how. Pretty sure it was just a property I needed to set somewhere. I'm adding wizards to an analysis...
View ArticleSQL SERVER on ASP page getting Timeout error
Hi all. It's been years since I saw a timeout message, so I need some help here. SQL Server database, webpage in classic ASP. I am cycling through a list of appointments and sending out a reminder...
View Article[RESOLVED] VB.Net - Paste value into 2 TextBox
Hi I would like to use a button to paste a value into 2 textbox with a specific formatting. Ex: If i have copied to clipboard the value: Code: 46.57180476969694, -82.05882047395006 Or Code:...
View Articlescan datagridview
hello all, I used quite new to visual basic so I'm hoping this is an easy solution. I have a datagridview with multiple columns. One is category and one is amount. What I am trying to achieve, is when...
View ArticleSave form to specific folder before sending email
I'm now using EASendMailObjActiveXObject1.0TypeLibery. Which works great. But how would you save the form to a specific folder before sending. I'm just looking to keep a record of the form that I'm...
View ArticleHow to prevent page flickering and no loader?
Hi, I'm trying to refresh a dashboard on my home page, the page is flickering with a loader, how to prevent it? Code: $.ajax({ type: 'post',...
View Articlevb6 everything SDK,quick Search file for vb6,vba
Need Run EveryThing.exe First ! it's support x64 everything.exe,but un suppot about:Lite version Download Portable Zip 64-bit,it's only 2 files,it's funny (Everything.exe,Everything.lng),it's support...
View ArticleHow can I create a loading script?
I want to create a loading script for a label What I have is Code: For i As Integer = 0 To 2 Label1.Text = ">" Thread.Sleep(500) Label1.Text = "~>"...
View ArticleHow to download multiple URLs at the same time?
For i As Integer = 0 To RichTextBox1.Lines.Length - 1 wreq=System.Net.WebRequest.Create("http://www.....id(i)") wreq.AutomaticDecompression = Net.DecompressionMethods.GZip wres = wreq.GetResponse Dim s...
View ArticleVS 2019 File Dialog Problems
Hi again, I'm having another problem with my project, I want only the selected image files to be shown with openfiledialog but when I click the button, it shows the options for the only files i want...
View Article[RESOLVED] Save form to specific folder before sending email
I'm now using EASendMailObjActiveXObject1.0TypeLibery. Which works great. But how would you save the form to a specific folder before sending. I'm just looking to keep a record of the form that I'm...
View ArticleDataview overhead
Microsoft Link - https://docs.microsoft.com/en-us/dot...edfrom=MSDN%22 states - "DataView constructs an index. An index contains keys built from one or more columns in the table or view." 1. Is similar...
View ArticleAdd watermark from excel
Dear All Master, Greetings everyone, I am a beginner. Please help I want to make watermark to multi image based on source from excel. The source of excel contains the filename image and text for each...
View ArticleDataGrid View
Hi, Before i have a go at this i would like peoples thoughts on the best way to tackle this. Basically I am building a RFID Time-In & Time-Out App in VB.Net for our Staff members visits to our...
View ArticleDoes anyone here have any experience with Odoo?
We have a large production level application written in VB6 that serves several businesses. For the last 15+ years it's been great and strong. Now we are getting strong competition from more modern web...
View Article