179 Posted Topics
Re: You only handle one value with what you have here. Think about it - how many i's can you have with what you have below? How many j's? I understand you think since i,j would be different for each row,column that you have it covered but you only have one … | |
Re: Can you use a For Each statement with a list? Dim word as String For Each word in lstResults strMedal = word blnStartG = strMedal.StartsWith("G") etc . . . | |
Re: You posted this more than one time . . I responded to the other one | |
Re: I assumed with so many posts that this one was being worked on . . . I'm at work so I can't go through everything step by step but I didn't see anything that jumped out at me on your hijack this log. My first thought is that you may … | |
Re: I'm assuming that you powered the modem and router down - then plugged in the dsl modem and waited until it was up then plugged in the router and waited until it was up then powered on the computers . . . if not you might try that or else … | |
Re: I used this when working with datagrids recently - hope it helps [url]http://www.xmlfox.com/datagrid_datagridview.htm[/url] I've also done some formatting in the html of my vb.net application | |
Re: Is it a Dell machine? Ton's of stuff on Pre-boot System Assessment on google - most all related to Dell's | |
Re: Sure - but you have to start it and get some work on your own first. If you're stuck getting started let us know, we can give you some general guidelines but you will probably not find someone who will write the program for you. Make sure you have read … | |
Re: I've not used it but [url]http://www.download.com/EasyQuery-NET-WebForms-/3000-7959_4-10566452.html?tag=mncol&cdlPid=10882975[/url] I also saw this one . . . [url]http://www.download.com/Korzh-Query-Builder/3000-2181_4-10284413.html[/url] | |
Re: First of all I would say it's quite possible he will set up a schedule to auto send the message or send it at a later time. If that happens then he wants to remind himself as well. He may also just want them to see that he sent it … | |
Re: I've used VB.Net code with windows authentication but nothing else - have you tried using the login controls? [url]http://msdn.microsoft.com/en-us/library/ms178329.aspx[/url] | |
Re: Nickel, My assumption is that you have a program that isn't wanting to shut down by using this shut down process. I've had problems in the past with adobe not wanting to shut down properly. I don't think that's the problem but the suggestion to post what tasks you have … | |
Re: You could also set the breakpoint at the beginning and step through everything if you can't find that - it will be a pain if you're program is huge but if you're in debug mode then they probably are not being hit because you're not getting to that point in … | |
Re: LizR - you are by far the most patient and understanding person I've met in a long time. (well basically we have not met but you get the idea . . .) This guy basically trashes you and you still continue to try to help him. You're amazing - besides … | |
Re: What version of ie are you running? I just viewed all six pages with firefox 3 as well as ie7 | |
Re: If you declare file in advance it's just Dim file As string followed with For Each file in all_files At least that's how I normally do it "For Each liListItem In ddlAssigned.Items" is how I've done it | |
Re: Actually I've done some work with datagrids and they can drive you nuts sometimes. As far as I know, the only way to do this is for you to set the border properties for the columns from the HTML side. You will probably not have each individual column listed already … | |
Re: I'm not totally sure what you're asking but ... I would start by mapping out what you want the system to do and breaking it out into manageable chunks. If it helps then write out pseudocode or do a flowchart. After that then start picking the pieces that are easiest … | |
Re: I think this is an assignment for school and it's possible his English isn't the greatest. Or at least his explanation. He also posted that he needed to try to write a program that would show what operating system the program is running on at that time. At least that's … | |
Hi all, I'm stuck - it might be easy but I don't work with VB6 much. I have a form that is open and has a button on it which opens a second form overtop of it. when the second form opens it locks the first form. Upon exit from … | |
Re: You run grossPay = hoursWorked * payRate payRate is defined above it but hoursWorked is not - therefore it looks like you're running grossPay = 0 * (the value of the textbox) -- move your hoursWorked = textboxHours.Text to above the grossPay = hoursWorked * payRate and see if that … | |
Hey all, I know this is probably easy but I'm going cross eyed looking at my code. When I used [code] List<string> SOID; //SOID is the database name for the filepath List<string> filesInDatabase = GetDatabaseFileName(out SOIDs); List<string> filesOnServer = GetServerFileNames(); foreach ( string fileName in filesOnServer ){ string fileWpath = … | |
Re: Have you seen this? [url]http://www.codeproject.com/KB/webforms/datagrid_checkbox.aspx?display=Print[/url] (hopefully that's not bad sending you to another site . .. ) or in your search try using some form of datagrid column binding with checkbox | |
Re: You could get a ton of different answers to your question and all of them could be right depending on the situation. My first thought is that you have presented a valid question that you need to discuss with the professor/s (providing you have one and it's not self taught). … | |
Hello, I'm newer to programming and trying to do something that has me stumped. I need to read files from a directory on a server and compare those file names to a field in a database. When I find the file names that are the same, grab a different field … | |
Hello, I did a search several ways and didn't see this addressed and am hoping someone can help me. I have a computer that has a fresh install of windows xp on it. When I went to access a website [url]http://wcmh.weatherplus.com/wxplocal/index.html[/url] the browser locks up and will not unlock - … | |
Hello, I did a search several ways and didn't see this addressed and am hoping someone can help me. I have a computer that has a fresh install of windows xp on it. When I went to access a website [url]http://wcmh.weatherplus.com/wxplocal/index.html[/url] the browser locks up and will not unlock - … | |
Re: Have you tried last known good configuration yet? What version of Windows are you running? |
The End.