[RESOLVED] Why does my picturebox not take an image ?
Hi, I'm adding a row of pictureboxes to my form using this code (you can assume all variables have been properly declared) Code: Â Â Â Â bxw = Me.Width \ 40 : bxh = CInt(bxw * 1.333) Â Â Â Â x = 10 : y...
View ArticleOverflow using timeGetTime
I understand the signed vs unsigned long thing but why do i get an overflow error occasionally doing a subtraction between the value of the last call to timeGetTime and the current call. I understood...
View ArticleSaveAs() turn file to read only
hello guys, i'm trying to make some changes on 2 files and then later save the changes but each time i debbug the program the files that i used turn into read only can you please tell me what im doing...
View ArticleDatagridview data from SQL database
Hi, I have an issue at run time: Error message: 'Units' is not declared. It may be inaccessible due to its protection level. RCMS 'Units' is a header on the datagridview (DsUnitsUp), therefore, if the...
View Article"Alpha wipe" image transition
A photo transition effect that wipes a new image over an old image working from left to right. Easily modified to wipe right to left, top to bottom, or bottom to top. Unzip into a directory. Copy two...
View Articlecombo1 combo2 sequential file
iHi, I'm ontro n combo1 it loads me the data well where are the vegetables and fruits themes in the themes file there is the following fruits vegetables Code: Private Sub Form_Load() Dim strBuff As...
View ArticleIs there a SendData equivalency for vb.net?
I am doing a code migration from VB6 to VB.NET, I would like to know what is the equivalent sentence to SendData that can be used within VB.NET
View Article[RESOLVED] 3 Icons on the Drop Down List of a Dim Statement
I would like to know what each 3 Icons represent on the Drop Down List of a Dim Statement when you insert a Data Type, Properties or Method. I have look everywhere and try to find the meaning and...
View ArticleQuestions about ActiveX DLLs.
Obviously the No Compatibility setting means there's no guaranty that the next time it's compiled it will have any similarity to the previous time it was compiled. But then there's Project...
View Articlebass.dll for vb6,where is new version? How to intercept a section of MP3 and...
i noly have version:BASS 2.4 Visual Basic module How to intercept a section of MP3 and save it as a new file?
View Article[RESOLVED] How to fast jump to END Sub ?
hi ~ all ' example Now cursor is at Code Line = 1 of Sub Test_01 How to let cursor fast jump to End Sub of Sub Test_01 ??? ( or ... is there any plugin to do it ) Sub Test_00 ' ' ' End Sub Sub Test_01...
View ArticleVS 2019 Mouse wheel scroll issue
On my form i am drawing a series of panels onto which i am drawing a thumbnail image, each with a text box below. There may be 100 or more thumbnails so the whole form scrolls. No issue there......
View ArticleAccess Object Browser items from an addin
Hi, I was wondering if anyone knows of a way to access information on methods, enums & constants for your currently loaded project(s), similar to how the Object Browser accesses them? I'm basically...
View ArticleData Reader
Hi, I receive the following error message at run time: There is already an open DataReader associated with this Command which must be closed first. Code: Dim con As New SqlConnection("Data...
View ArticleVS 2017 Execute SQL query entered inside TextBox control and display results...
To all Gurus (willing to help a beginner): ...out there who are well versed in SQL queries against a "MS Access" database inside a Windows Form Application: I would like to allow an advanced user to...
View ArticleRequest Assistance to convert VBA to VB
Hello! I am working with automation software that has an activity that runs macros. I understood it to be VBA, but I keep running into errors. When I looked at the sample, I noticed a difference in the...
View ArticleCombo box with data source
I am trying something new with my current project. I have a combo box, and it is being populated by a bound data source and table adapter with filter. It is displaying the names of technicians as...
View ArticleDemocracy
What do you think about the current state of democracy around the world or in your home?
View ArticleDrag Drop problem....
In the image below, I want to drag, for example, a Blue Command Button (near top) and place it ON the Green Command Button you see along one of the paths (not in the BASE area). I currently have all...
View ArticleOffice 365 Pros and Cons
I currently use Excel 2010 in a Windows XP (yes XP) virtual machine on my mac, but I'm looking for something more modern. Of the Office apps all I need is Excel so is Microsoft 365 Business Basic right...
View Article