VS 2010 Crash course in UTF encoding
Can you please help me with this code? What is happening is I'm trying to process international characters, but the code is falling through (giving up?) and replacing the field with a blank (well, I...
View ArticleVBA code for copying files from one folder to another
I need ideas for the code for copying all *.xlsx files from one folder to another. I have all my code for working all my processes correctly and it works almost too smooth. (I keep expecting it to...
View ArticleInterfaces, DI/IoC, unit testing
So I know about these things however recently I keep thinking FAR too deep into things and I am now a little confused myself. I wonder if someone can help me untangle myself. in your n-Tier design, for...
View ArticleClass Module Updates Generating Error
Hi, I'm new to this forum but was wondering if someone could help me with an error I'm getting. I have an existing interface module that I needed to add a couple of properties to. When I compile I get...
View ArticleHow to read from ODBC data source using VB 2008, 2010 or 2012
Newbid to this forum here: I have some experience with VB 6 and prior. I need to use visual studio (08, 10, or 12) to connect to an odbc data source and read and display records in the simplest way...
View ArticleClasses To Access Form Objects
Hi. I got 2 things in my project. A form class, and a separate class. I wanna be able to change the data of the form using this separate class or any other class for that matter. For example, I'm...
View ArticleWebsite design - any advice?
:wave: We've gotten wind recently that sometime - maybe 6-12 months down the line - we'll have to build a web application. Our current project is a rich-featured windows application using a third party...
View ArticleProcess Viewer / Killer v1.0
Process Viewer / Killer is a small program to list current process on your system. This example does not use any of VB.NET built in process classes Everything is done from DOS using Tasklist and...
View ArticleVS 2008 VB6 to VB.net weird characters in Combo Boxes
When I look in a combo box drop down, everything looks fine, but when I make a selection, i get weird characters showing in the box. See attached, what is this, what can I do to fix it
View ArticleProblem Trying to Modify SQL Behind Command Object in Crystal Report 2008
I am encountering a road block trying to modify SQL codes behind Crystal Report 2008 command objects and wondering if someone has encountered the same problem before ... Though new to Crystal Reports I...
View ArticleHelp!Search Form and More! :(
Hi, Im new here, I hope that isnt a problem... So essentially we have to create a program (Consisting of writing and reading data) for our class in college. My program is desgined for teachers who want...
View ArticleMsOf10 Excel VB to insert rows until cells match
Hi, I was hoping someone could help me with some VB that will insert cells in Columns B, C & D until Columns A & B match each other. For Example my data looks like this: Col. A Col. B Col. C...
View Article[help] How to change the interval of many timers using a loop
Hi i want to change the interval of many timers using a loop.The first idea that didn't work was something like that: dim time(5) dim num(5) dim i =0 time(0)=timer1.interval time(1)=timer2.interval...
View ArticleHow can I prevent programs from copying in vb.net 2008
Hi How can I prevent programmatic copies
View Article[RESOLVED] how to save treeview list
need help saving treeview list ?:thumb: need to save all list on the right not left , the right treeview name is lst_Rooms
View Article[VB2008] OverflowException Error with Offsets
Hello People, I'm making an addon for my game Flight Simulator, with VB2008 (Visual Basic 2008 Express) via an DLL file and that works!. But when i must calculate anything, like the speed * 3600 (cause...
View ArticleMy panel isn't showing up
I'm creating a game of checkers and I'm having a problem showing a class called "Checker". This is the checker: Code: Public Class Checker Inherits Panel Public king As Boolean Public...
View Articlecommand button still hiding
excuse me everyone i'm new in vb and this is my first project i got problem with command button it keep hiding i have doing everything with all of the way but never come to resolved this is text file...
View Article[Forum Issue] Javascript Mumbo Jumbo
I've noticed that there is some javascript at the bottom of each webpage, even as I'm typing this. Here is a screenshot: Attachment 94577 I noticed it because I try to advise new members to look at the...
View Article[Forum Issue] Advanced File Selector Problems
I'm not allowed to choose all my files in the advanced file selector where as if I choose it in the basic I'm able to view all the files. Example below: Advanced: Attachment 94585 Basic: Attachment...
View Article