Skip to main content

All Questions

0 votes
1 answer
654 views

How Do You Resolve This Parameter Not Valid Error? (C#, VisualStudio, WinForms)

Apologies for being such an amateur, but this error pops up for every picture box every time I run the program. I tried re-importing the images and even deleting the pictureboxes, but the error always ...
user avatar
3 votes
1 answer
891 views

Is there any way to NOT get a Designer error when deleting code? (C#, Visual Studio, WinForms)

I'm making a WinForms program for my Diploma final project using C# and Visual Studio. Sometimes I accidentally double-click a tool and that opens up the main event for the tool, like button_Click. ...
user avatar
0 votes
1 answer
69 views

How can I make a "Find Form" for RichTextBox while keeping SelectionColor? C#

I am making a Notepad with Syntax highlighting. I made the Syntax-Highlighting work, but now I need help :D I need a "Find Form" that works with this code: // getting keywords/functions ...
Momoro's user avatar
  • 607
0 votes
1 answer
409 views

How to check if a string contains all characters (in any order) from other string?

I am going to try to give an example of what I am trying to solve. I think it's the best way to explain the problem. I have 'for' cycle that generates numbers from X to Y. X is the lower value of the ...
Richard Steele's user avatar
0 votes
0 answers
72 views

Why I can't add controls to a c# form another class?

I have read and watched tutorials about adding controls while compiling, and I tried to implement them on my code, but isn't working. I check it on debug but it seems the controls aren't even being ...
Coralain's user avatar
0 votes
1 answer
205 views

How to check if Tesseract has finished processing a file?

I am just programming a software in vb.net where I try to OCR dozens of *.jpg files. The basic idea is to manually select a folder where I have a bunch of jpg files and a second folder where txt ...
Richard Steele's user avatar
0 votes
2 answers
162 views

Search first ocurrence of specific character in RichTextBox returns -1

I am just trying to find the position index of the first whitespace of the current line. I have written a code that works good only for the first whitespace in the whole richtextbox, but if I try to ...
Richard Steele's user avatar
-2 votes
1 answer
243 views

How can I compute the total hours from timein and timeout from my SQL database?

I want to compute the total time (timeout - timein) in hours in multiple rows with rows that has employee_ID value 1 and getting those values in between two datetimepicker? Is this possible?
jerome nas's user avatar
0 votes
0 answers
81 views

My metroframework form becomes a new form after cleaning and rebuilding my solution now all the components are gone

I was dealing with this error "the type namespace 'Resource' could not be found". So after adding some reference for that I got the run-time designer error like that with the title "to prevent any ...
Umer Asghar's user avatar
1 vote
0 answers
139 views

How to see the items of datagrid view in visual studio 2013 c# winforms

I want to know how to see the datagrid view row elements(data) in visual studio 2013 during debugging it. Thankyou!
theburningfire's user avatar
-1 votes
2 answers
274 views

Is it possible to set [DesignerSerializationVisibility] attribute on property dynamically?

I'm using Visual Studio 2013 and I have the following enum and properties: public enum MoreButtonIcon { Default, Calendar, Clock } [DefaultValue(false)] public bool UseCustomButtonIcon { ...
cmos's user avatar
  • 492
-1 votes
1 answer
2k views

"could not find installable isam" exception when trying to read an Excel file with oledb

I'm trying to read an Excel file (xlsx format) using OLEDB. when trying to open the connection i get the exception "could not find installable isam". string conStr = @"Provider=Microsoft.ACE.OLEDB.12....
omer_shemesh's user avatar
0 votes
0 answers
34 views

F12/"Go to definition" points to temp class file for a reference dll in VS2013 in win application

I am working on migrating a windows application from Vs2008 to VS2013.I have a solution containing 5 projects(lets say P1,P2,P3,P4,P5). And I have another solution which contains only one project(lets ...
user337986's user avatar
0 votes
1 answer
2k views

C# - bunifu animation doesn't work

While debugging the project the animation of the panel doesn't show... It only lags but doesn't show the transition. if (sidePanel.Width == 260) { PanelAnimator.ShowSync(sidePanel); sidePanel....
Derrick's user avatar
0 votes
1 answer
333 views

Type not defined, Visual Studio Express 2013

In Visual Studio Express 2013, I'm making a custom control called "AddressVerifier", which has a custom button called "CustomButton". Every time I modify the form, even just moving a label, it ...
PaulOTron2000's user avatar

15 30 50 per page
1
2 3 4 5
23