|
First
|
Prev |
Next
|
Last
Pages: 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
Getting really frustrated with help not signing in to forums I can sign in manually in the help system or in a browser but then when I try to get a help from a forum entry via the help system, it tells me I cannot sign in or the site is broken and throws up this horrible screen telling me either the system is down or I don't have the right username/password but WON'T LET ME ... 30 Jun 2008 23:01
Setup and Deployment project auto start Thank you -- that works great. How about checking the application updates? I know one can do using one click but how do I do that using Setup deployment project? Thanks On 6/28/08 7:45 PM, in article #tAjSkX2IHA.5664(a)TK2MSFTNGP02.phx.gbl, "SneeKeeFahk" <NOSPAM(a)DONTSPAM.com> wrote: Your going to need t... 28 Jun 2008 23:56
What's the VB9 equivalent for this code In VB6, I could easily take the value from a combo box and make a command with it, this: baudrate = cboBaud(listindex). With the new dotted stuff in VB9, I can't seem to do that. Here's an example of my problem. I have a combo box with various baud rates in it. The user selects one and I want to use it. ... 3 Jul 2008 22:47
VB & Access with error message: REGDB_E_CLASSNOTREG(0x80040154) --- BUMP --- Need Help Please help with this one. Been waiting a long time - no responses. Bob On Tue, 17 Jun 2008 20:12:18 -0700, Bob <Bob(a)No-Address.com> wrote: Hello, I'm in a real predicament. I built up a new 64bit PC due to a virus and a flaky hard drive. Installed all my programs (Excel, Word, VS2005, etc) all the ... 28 Jun 2008 19:51
Problems with programmatically added control - can't get properties, can't even reference control! I am adding a bunch of controls with the code below. Problem 1: When program flow passes to "UpperChanged" when I click it, the control name is undefined. When I enter: If udUpperLim1.Value > 1 Then I get an error that udUpperLim1 is "Not Defined" so I cannot get the value in the control. Problem 2:... 1 Jul 2008 03:06
shortcut problem Hi All I have a windows forms application written in VB.net 2005 which places a shortcut in All users desktop during installation, using MS setup and deployment Occasionally when a customer goes to launch the program the installation screen appears instead of the program starting The strange thing is, if... 29 Jun 2008 23:25
Linq problem In testing I am adding / removing items using linq. Steps: 1. Add new item using InsertOnSubmit and SubmitChanges with no problem. 2. Remove the item using DeleteOnSubmit and SubmitChanges with no problem. 3. Attempt to add the just removed item. This results in the following error. {"Canno... 28 Jun 2008 14:45
VS2008 cannot deal with errors I just add a new event to a usercontrol. In the event I put a parameter but after realized that the event handler was going to call a subroutine in another usercontrol which did not need this parameter. So I delete the parameter in the event handler and then wait to see the error popup. Nothing happens. No e... 28 Jun 2008 14:45
Setup and Deployment project autostart Hi All - I'm trying to create a setup project using the Setup deployment project option from Visual Studio 05. Everything works great except I cannot find how start the application once user click on finish installing the application. Do you need to write a script for that or is it built in somewhere? Any h... 28 Jun 2008 19:51
TreeView and Images If I want to use images in a TreeView, must all nodes display an image? [[I would like to only display images on nodes of a certain level.]] -- Dennis ... 28 Jun 2008 15:46 |