[RESOLVED] Help with Code, PLEASE
I am attempting to populate a drop down from a text file, the cod is below, and I've attached a data file I'm getting the text from. Help if you can, What's happenuing is if i rem out the lower code,...
View ArticleCommand-Query responsability segregation and change notification
Hi I am build a large application and have based it around the Comand-Query responsability segregation pattern for a number of reasons (allowing me to segregate the work between developers with lower...
View ArticleData type mismatch RT error 3464
hello all... I'm having a data type mismatch error on a piece of code that worked fine one minute and gave me an error the next. It is testing for duplicate names. It's driving me crazy. The associated...
View ArticleGetting a random image from a database?
Would anyone know how to retrieve a dataset of images from a database and then randomly select one? Thanks,
View ArticleResult Error
Hi, im new in this forum, so actually, I guess this is the right section, and I guess that I'm not doing anything wrong. Well. I was working in a project, and everything was alright, until I got this...
View ArticleMsOf10 Automation error accessing childnodes
I first create an InternetExplorer and then I extract an object. I was extracting text from it using: myText=obj.childnodes(0).innertext text However, I get an "Automation error": -2147352319...
View ArticleVS 2010 [RESOLVED] Quick question on Class properties
Hi guys. I have a newbie question: Is there any substancial difference when creating properties for a class this way: vb.net Code: Public Class Invoice Public Property customerName As String End...
View ArticleCalculation not working correctly
Could somebody please help me out with getting my calculation to work. What I am trying to do is, if textbox31 is a negative number then it needs to subject textbox31 from textbox1 to get a bigger...
View Articleweird problems with blt'ed graphics in vb6 with dirext7 & 8
DirectX 7 & 8(in Visual Basic 6) when you move forms above it or move the form in question thats being drawn in out of the desktop view and back its like for a moment (till you unclick what your...
View ArticleMS OFFice Container in VB.Net
First, I'm not sure if this belongs here or in the Office Development Forum but it seem it is VB at the core to me anyhow. I have spent most of a week lurking around the web for solution to my problem:...
View ArticleSimple Timer / Reminder program
I am trying to design a simple program with a combobox listing a few different intervals of time, and a command button to wait that amount of time and display a messagebox or something similar. is this...
View ArticleMsOf10 Autofilter - how to have it look to see if field contains
Good afternoon, I have been going crazy for the past two days trying to get my code to work, so I think it is about time I see if someone can help me. The three red lines below are where I am at a...
View ArticleType Mismatch Run-time error '13'
I am not certain why this vba code is producing a type mismatch... Code: Function ETChours() As Integer userPeriod = "11 / 1 / 2013" userDate = CDate(userPeriod) currentMonth = month(userDate) MsgBox...
View ArticleVB6/CR9: Getting "Unknown query engine error"
Hi all, I was charged with getting an old report to work when the database was moved to the new database servers. I documented everything in this post:...
View ArticleVS 2008 ASP.Net books related
hi, I need a asp.net in c# books that is only dedicated to have programs with source codes
View ArticleConsole application help
I was just wondering if there was any piece of code that I could use to make every incomplete word go onto a new line instead of having half of the word and the end of one line and then the second half...
View ArticleMerge rdlc's rendered as pdf in ActionResult
I have an ActionResult that returns a FileContentResult that is working fine. c# Code: [AllowAgencyUser] public ActionResult TrainingHours(int id) { EmployeeModel model = new...
View ArticleVisual Basic 2010 listbox question
ok so i am using vb2010 and I have created two listboxes and a textbox and a button. the first list box has a my list in it like seen below: U-Ad ($350) Striker ($190) New Ad ($250) Samson ($530) as...
View ArticleVb2010 Listbox question
ok so i am using vb2010 and I have created two listboxes and a textbox and a button. the first list box has a my list in it like seen below: U-Ad ($350) Striker ($190) New Ad ($250) Samson ($530) as...
View ArticleVS 2010 Serialization path question
I've never had to do serialization before, I've messed around with it and can do it, but I've been serializing to a hard-coded location like "c:/serialize.xml". Now that I'm wanting to publish the...
View Article