|
First
|
Prev |
Next
|
Last
Pages: 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
listbox index Man the help in VB.NET is hard to use!! Can somebody please tell me the syntax to find the index value a user has chosen from a list of items in a listbox. Also, is there a way to use the string value instead of the index number? I'm trying to do something like... if lstBox.items.index = 0 then stuff... 27 Jun 2008 15:14
Setup Project - Test If User Is An Administrator? Is there a good way to test if a user is an administrator at the start of a setup, and abort (with an error message) if they are not? ... 28 Jun 2008 04:32
Creating a picture box array Is there some way to create a picture box as a member of an array? There is no "index" property as in the VB 6 image control, and it will not let me name it pictureBox(0) Thanks -- Jeff Ciaccio Physics and AP Physics Teacher Sprayberry High School; Marietta, GA Blog: http://sprayberry.typepad.com/ciacci... 27 Jun 2008 12:09
Services I have two questions regarding services. First of. Is there any problem with creating VB9 services running timer events om Winxp? I built a service App and it installs and runs but the timer events doesn�t klick. Lastly, how do I logon to another computer Win2003 Server and restart / check status of a ser... 30 Jun 2008 09:38
Check for .config file in user directory, if not there then instal I am using the .config and My.Settings to get my connection string. I need it to first look in some directory specific for the logged in user. If it isn't there then look to the program installation folder for the .exe.config. Ideas on how to best do this. Thanks, ... 27 Jun 2008 12:09
Printing to CAB lableprinters Hi. Many Lableprinters have the ability to save the lableformat to a memorycard attached to the printer. What i have to work with is a CAB A4+ printer with the format saved in memory. What i want to do is to get my program in VB9 to send the commands to the printer that usualy is stored in the .RPL file(replac... 27 Jun 2008 10:05
Skip control when tabbing I am creating a ASP.net project and I wanted to make it so that when the user tabs on on of my pages that they do not have to tab through some controls. Is there a way to skip controls while tabbing? Thanks, Ty ... 28 Jun 2008 02:30
Seeking CSS, Javascript, HTML, PHP editor component.... I am seeking a .Net component that handles CSS, Javascript, HTML and PHP editing, validation and auto-completion (intellisense would be great). I have searched Google and componentsource but have not found such a component. If you have seen such a component, a link to it would be most appreciated. Thanks! ... 27 Jun 2008 18:20
GridView, DataKeyNames Hey there, I have a GridView on an ASP.NET / VB page and currently it has an attribute called DataKeyNames which has a reference to an XML attribute name, for example. <asp:GridView CssClass="gridview" ID="mygridview" runat="server" AllowSorting="True" Width="100%" AutoGenerateColumns="False" ... 27 Jun 2008 12:09
Application not letting go of file. Andrew Cooper wrote: This is a classic VB "Proper" Developers' misunderstanding - I've done it myself once or twice ;-) Setting Object [Reference] Variables to Nothing /rarely/ has any useful effect. You're simply telling the run-time: "I don't care what happens to this object any more. Please get rid of ... 28 Jun 2008 04:32 |