Search found 4102 matches

Search found 4102 matches Page 5 of 411
by CodenStuff
Sun Jan 14, 2018 7:48 pm
Forum: Coding Help & Support
Topic: User Control accessing Form?
Replies: 2
Views: 3734

if the usercontrol is in the same project as the form you should be able to use

in the picturebox click event...
Code: Select all
List.Showdialog()
by CodenStuff
Sun Jan 14, 2018 7:43 pm
Forum: Announcements
Topic: Site Update - January 2018
Replies: 2
Views: 3388

Okay I have finally managed to get the site up and running. I had a lot of issues both with the database and files which took a lot longer to solve than I had hoped. What you see isn't the final product but at least the site is up and you guys and gals can continue to post and get any help you need....
by CodenStuff
Sat Jan 13, 2018 4:20 pm
Forum: Announcements
Topic: Site Update - January 2018
Replies: 2
Views: 3388

This is it boys and girls. As of NOW the site is in update mode. Registrations have been temporarily disabled and anything posted between now and the update completion may be lost. Here is the plan order for the update: 1) Backup the entire site files from the host 2) Backup, Backup again, Backup th...
by CodenStuff
Sun Jan 07, 2018 3:35 pm
Forum: Announcements
Topic: Site Update - January 2018
Replies: 2
Views: 3388

Hello Coders, It's been a long time coming but the latest (and possibly greatest) update to the site is almost ready to be implemented. I am going to schedule it for next weekend at the latest - between 12th and 14th January It will be a massive update and I know I've given warnings in the past abou...
by CodenStuff
Wed Jan 03, 2018 2:41 pm
Forum: Coding Help & Support
Topic: For each
Replies: 2
Views: 2609

Your code looks good.

Have you checked for case sensitivity?

Also try in reverse: IF text = "uncleared" THEN do this ELSE this
by CodenStuff
Tue Dec 12, 2017 6:59 pm
Forum: Tutorial Requests
Topic: How to get systems dots or ,
Replies: 3
Views: 3260

You should be able to get this info using system culture

https://msdn.microsoft.com/en-us/librar ... .110).aspx

take a look at that url
by CodenStuff
Sun Nov 26, 2017 4:36 pm
Forum: Codenstuff boardroom
Topic: All moved in to my new home
Replies: 3
Views: 5542

Hi Coders, Well I'm all moved in to my new home now. It took most of the day and we had loads of furniture to move and about 5,000 boxes and bags full of rubbish to haul down the stairs to the removal van and once we arrived at the new place we had to take it all out again. It was probably one of th...
by CodenStuff
Sun Nov 19, 2017 11:15 am
Forum: Tutorial Requests
Topic: Drawing With modifications options fields?
Replies: 2
Views: 2676

What do you mean by make it...

Are you trying to do this on a winform or in a word document? :duh;
by CodenStuff
Mon Oct 23, 2017 4:28 pm
Forum: Announcements
Topic: We're having an upgrade!
Replies: 3
Views: 3480

You may have noticed that the update I had planned didn't happen as expected in September. The reason for this is because it is taking me a bit longer to sort out the database upgrade as well as the fact that I'm in the process of moving house in a couple of weeks time. That means that most of my ti...
by CodenStuff
Sun Oct 01, 2017 10:38 am
Forum: Coding Help & Support
Topic: Sqlite MultiDate?
Replies: 3
Views: 2989

Rough but have you tried it like: Dim tblFields As SQLiteDataReader = DataBase.executeQuery("SELECT " & attributes & " FROM transactions " & fromClause & " WHERE date BETWEEN" & "10/1/2017" & " AND " & "10/12/2017&quo...
Search found 4102 matches Page 5 of 411
Go to advanced search