How do I load an EXE or DLL file icon?
I noticed in the registry when an icon stored as a resource is referred to, it has the file, a comma, and then the resource number like this: "C:\Program Files\VideoLAN\VLC\vlc.exe",0 So I tried this...
View ArticleHelp How to Fix Run-time error - where my nested SQL is not recognizing my...
I'm trying to teach myself VB and IÂ’ve been successful in writing a very similar module, but for some reason this one just will not run. I have no Idea why the nested SQL Select statement will not...
View ArticleDatabase connection to SQL Server 2012
Hi, I have tried to read around this for literally weeks and I have hit a complete block in my progress! I am using Visual Basic 2010 Express to build an application which should connect to a SQL...
View ArticleEmail to SMS
I'm writing a simple program to allow doctors to send out a text to remind patients that they have an appointment the next day. I've actually got it finished and working perfectly. Except for one...
View ArticleInvalid Row Value Error
I'm getting an error 30009 "Invalid Row Value" when using a datagrid that is populated with the result set of a query. This seems to happen on one user's machine only. And it happens only when the...
View Article[semi-serious] Gaming consoles....
The family already has a Wii that's connected to the TV in the main room. I've got a TV in the upstairs office area, it's got a Roku, BluRay and uber-basic cable attached to it. I've been considering...
View ArticleAre different formats in a single label possible?
Hello, If I have a Dim myLabel as label Is it possible to bold for example the first word of that label and leave the rest of the label regular? All this in one label? Or do I need 2 labels? Thx
View ArticleAlready installed...but it isnt?
TechGnome suggested I post this here to get more feedback since my last topic strayed away from the main topic..any help would be appreciated on this. :)...
View Article[RESOLVED] Projected Line Changing When Start Point Off Screen
I project a line using the pythagorean theorem. I just noticed that when the begin point is off the display screen to the left, the line appears to change slope and the right end point value also...
View ArticleMsOf03 [excel] How to remove non-shift hours from computation
Hi everyone, I'm newbie to excel. I'm trying to create a simple time tracker that can track how many minutes/hours a transaction has been complete. It's easy as subtracting cells *1440 but I needed a...
View ArticleVS 2008 Show and hide form with key combination ?
Can somebody tell if its possible to show and hide a form in vb.net 2008 using key combinations like CTRL + K , to show the hidden form from nowhere ( for ex I'm using web browser or I'm in my...
View ArticleThe underlying provider failed to open Entity Exception
I've installed VS 2012 Pro followed by SQL Server 2012 Express. I then joined one solution to another so they share the same APP_DATA folder. Both projects have SQL server mdf databases in the APP_DATA...
View ArticleIs IP Addres Vaild
Hi I needed a function to check if a IP was valid and came up with this little bit of code, It's not perfect but seems to do what I needed it for anyway I left it here as I thought it maybe of some use...
View ArticleVS 2010 how to add mysql data into button using loop ?
hi, I'm doing some app that I need to put mysql data into my button name example i have 3 mysql data data1, data2, data3 then i use some like this, to change my button name Code: For Each btn As...
View ArticlePassing Connection & SQL String from VB.Net to VBA
I just discovered that you can use VS 2010 to create a Excel 2007 (or 2010) workbook. I can then use that to create a connection to SQL Server and code in a few queries etc and set the destination...
View ArticleVS 2010 Error changing indvidual cells in a datagridview
I am trying to change the color of individual cells in a datagridview based on values from the columns. If the CDRGvalue is not blank and the ALOSvalue is greater than the PLOSvalue then I need to...
View ArticleCharities I support & do not support
Charities I support: -Boy Scouts of America -Deseret Industries -Goodwill -American Red Cross -San Antonio Youth Literacy Charities I refuse to support: -United Way -Any other charity that shows me...
View ArticleVS 2008 Trying to get hardware ID: System.OutOfMemoryException
Hey... I have used this code many times before on other projects. But now im gettign this... Works if I debug on Visual Studio, but if I launch it using .exe, it gives me this Code:...
View ArticleVBA - Mark cell if location matches and date falls between date range
I'm trying to create a code that will match a location number between two sheets within the workbook, then look at a service date and mark an X in the appropriate column to tell if the event date takes...
View Article[RESOLVED] How to remove everything after last slash(/) including slash itself ?
hi all . i am extracting a list of urls from webbrowser controle but i want to remove everthing after the last slash including the slash . could any one telll me how this can be done? thanks Example...
View Article