VS 2022 Iquiry Messagebox When Datagridtable Adds new Row.
Hello guys. I'm new on software development and i kinda got stump on this issue. I want my datagridview to popup a message box whenever a new table is added. please help. thanks in advance.
View ArticleSlow Build Time in Visual Studio 2017 and Above
I'm experiencing slow build time in Visual Studio 2017 (or later versions) Compared to the older versions, I would like to understand the possible reasons behind it. I have tried various configuration...
View ArticleVS 2012 Help with a ListView Control
Hello, I am not going to post any code here because my issue isn't with how my code works. I have a form that has a listview control on it that gets populated with words. On the same form, I have a...
View ArticleVS 2012 [RESOLVED] Help with a ListView Control
Hello, I am not going to post any code here because my issue isn't with how my code works. I have a form that has a listview control on it that gets populated with words. On the same form, I have a...
View ArticleVS 2019 Why does rotated Transparent image is not saved at its rotated degree...
Hello Why does rotated Transparent image is not saved at its rotated degree with background image below it ? Why does the following does not save as combination of two images into One ? Able to rotate...
View ArticleVS 2015 Issues accessing API data as string array
I am creating an API to recieve data from a webhook and process it. I've set up a class to contain the POST data and can access all but one of the fields - the "groups", which is set up as a string...
View ArticleIdentifying Unused Variables in VB.NET Using Visual Studio
I am working on a VB.NET project in Visual Studio 2017 and need to clean up my code by identifying unused variables. I would like Visual Studio to automatically highlight or notify me of any variables...
View ArticleVS 2022 reading json from file vb.net windows form app
I have made a windows form app to record scores for my friends when each person has a race on my race simulator.As it is now i manually put in the scores for finishing place. What i would like to do is...
View ArticleAdvice / help reading this file to an array or better suggstion
I receive a text file with unknow number of messages, which I need to read and process each message. example of a message file. Each message starts with Message and ends with End Message Message...
View ArticleEnhanced GDI disposal in NET?
I've been doing way too much reading lately on the Dispose issue, and particularly pondering the best way to handle fonts, bitmaps, etc. in the context of WinForms controls. Some of my messing around...
View ArticleVS 2019 [RESOLVED] Why does rotated Transparent image is not saved at its...
Hello Why does rotated Transparent image is not saved at its rotated degree with background image below it ? Why does the following does not save as combination of two images into One ? Able to rotate...
View ArticleTableLayouPanel control bottom border
Good morning in a form I have a TableLayouPanel control, in the TLP, in the event of a button I call a routine to add a row. I don't understand why it doesn't add the of the row. I attached an image...
View ArticleDisabling Ctrl+P on WebView2 in VB.Net
is there a way to disable Ctrl+P webview 2 in visual basic? i have tried using java script but i dont think javascript is working on it
View ArticlePacking circles? [Resolved]
Take one Circle radius r I want to fit n circles of the same radius (r1) along the inside edge of that circle so that each inner circle touches the next. How do i compute the radius r1 from the two...
View ArticleVB.Net finalize
according to MS, finalize gets called whenever if ever VB feels like it, I would rather have a deterministic destructor to test I wrote recursive factorial function using the gmp library there's no...
View Articlestack increasing question
I have a recurse function for sorting a big array. But the stack is to small because I get a message stackoverflow. When the array is smaller there is no message and the array is sorted. How can I make...
View ArticleVS 2019 How can we APPROPRIATELY Size-Fit image into Picturebox ?
Hello Any ideas how can we APPROPRIATELY Size-Fit image into Picturebox ? Inorder to achieve above, Firstly I started exploring MS-Paint and was Zooming with MS-Paint's Zoom Track Bar at very bottom...
View ArticleSpecial Signs in a Button.text?
Hello. I use the following text for example in Button.text="White Brown ?" The special sign is ALT+11. The text font is Arial 14, Bold. The text itselfs appears ok but not the Special sign. see. Image....
View Article[RESOLVED] Add and populate Combobox into Datagridview
Hello, Here is what I am trying to do: Populate a datagridview with data from the database Use 1st column in the returned data to populate a combobox column in the datagridview Allow user to change the...
View Article[RESOLVED] datagridview column sorting
How do you sort on a datagridview? I can sort descending with this code, but want to click a second time and sort ascending. IOW, one click descending, the next ascending, and back and forth. Code:...
View Article