Do not use on any
shared computer
July 24, 2008 07:47pm pdt

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual Basic Solutions: 4376 - 4400 of 5349
null
What I am trying to accomplish is to have a SQL select statement look in a tbl and pull out pay information for an individual.  But my problem lies in this the pay tables only go to certian yr...
Hi, I have this in my articles.ascx.vb  - calling from xml file. Partial Class articleDefault     Inherits System.Web.UI.UserControl     Public Function getArticleAuthor() As String  ...
I am trying to setup a Count routine that will use a wildcard to find all records in a certain field within a certain table that starts with a specified number (comes from a text box) but I do...
I'm trying to build a page that will allow me to view the roles and their permissions (from within the asp.net) for a file or folder. I already have a page that shows the folders and files in ...
I allow users to enter phone in format of (111) 999-9999 Have () and dashes. I want to remove them before saving it. I know I can use "replace". But anyone has a function I can use to r...
hi there i used to have this line on a datagrid and it seems to be working: Me.DGridAPD.TableStyles.AddRange(New System.Windows.Forms.DataGridTableStyle() {Me.DataGridTableStyle1})         ...
Sorry if this question seems simple but I am struggling moving from VB6 to VB.NET 2008, but I will eventually get there. I have a couple of grids that display data from access right now  m...
Does anyone know a component for Vb.net to covert Tiff to text file?
I have a aspx page with a gridview control.  I added a check box (cbxInactive) to the gridview as a template field.  When the user clicks a checkbox next to record that should be inactive and ...
My web service now requires file access across servers using UNC paths.  I know I need to set up identity impersonate="true" in the web config file for this to work.   Is there any way to make...
I have developed a script which goes into a shared folder and opens up N workbooks and copies sheet 1 from each of N to a master workbook.  As it copies into the Master workbook it creates a s...
Another (I think reasonably easy) vb.net class/interface question. I have a class called "Credentials" which holds a username/password combo in a hashed form. I want to be able to compare i...
I recently opend up a 2005 solution in 2008.  I went thru a conversion wizard upon opening my project and it succesfuly converted.  However, when I go to add a new form or item, none of the ne...
Hi, I have a VB.NET 2005 application that has a Main Menu Tool Strip at the top. Depending on the type of user that logs in, the user will see (or not see) different menu items and sub items a...
I am writing code to get the column names so I can take the column name as use it as a reference to a range when I retrieve data. But I need to know the column name A, B, C, AA BA, CA, etc....
Hi Guys, I'm trying to put a routine together that can check if a URI is a link to a downloadable file, or a webpage. If it's a webpage, I'd simply launch the default browser to display, bu...
I have filled a data table. I want to take 1 colume of that table and put it into a combo box as a drop down list.  How do I do this?
i need to save checjboxes that were created on page load,the checkboxes have an id that is from the database.and i need to create an array to save what was checked and not the unckeched here i...
i need to know how do i create a session array in vb.net from a previous page i have tried dim temparray(10) as integer temparray(p) = Session(" Course")
Hi Experts, I am busy developing an application for a symbol barcode scanner. I need to load data to the scanner that I will receive in csv format. The datagrid I use on the scanner will re...
I have a combobox that is populated by a datasource. I just want to remove the first item in this particular case. I tried me.combobox.items.remove() and   me.combobox.items.removeat() an...
I need to remove a record that is highlighted in the datagrid itself.  I need to keep the same order as it is shown.  How do I remove the highlighted record and not effect the sorted records. ...
Hello, I have a datagrid with aloowed sorting, the problem I am having tis to determine what column initiated the sorting so I can sort based on that column. Is there a way to find out what...
I have an app that saves colors like this: 33023  instead of #FFFFFF I need to translate this color to #xxxxxx format AND vice versa. These 2 lines of code work: 'gives me ffff8000 Dim...
HI Experts!  I would like my form to load without filling with data but ready for a new record. I have figured out the if I comment out the TableAdapter.Fill() it will give me my empty form, b...