Do not use on any
shared computer
August 7, 2008 04:25pm 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.

 
Top MS Visual Basic Solutions: 151 - 175 of 1306
 
hello... im working on a program and im using Mid(newuserarg, InStr(newuserarg, "*") + 1) method to separate incoming stream data from a source and then writing the string to a database, basi...
Given a two dimensional array of varying size on either dimension.  How do I find the number of elements in each dimension?  I know for a one dimensional array I can use GetUpperBound and GetL...
Hi I am trying to write a small application in VB (just started learning VB today) to add network printers. I found some code on the internet Dim printername As String = CStr(ListBox1.Sel...
Hi all, my datagrid gets its data from a dataview: Dim catView As DataView = New DataView(ds.Tables("DMFA_ACRF_NT_ONTV")) grdSendFromFile.DataSource = catView The dataset / datagrid ...
      I have code to upload and save a picture as a thumbnail.  The thumbnail code works great.  The problem is I'm trying to then crop the thumbnail to a square pixel of 55 by 55.    I'm usi...
Hi all,         In VB6 we could load labels at runtime and display them by using Control arrays... something like                 Load Label1(Label1.Count)         Label1(Label1.UBound).T...
Hi, I am trying to read the dynamic content of a webpage from a web control. I can read it just fine for the original code, but cant access the generated code. I know this can be done be...
Hi all, I need to derive the UNC path from a given file.Fullname: like this: string UNCFileName= GetUNCPath(file.FullName) Any suggestions?
Hello all, I have created a bitmap and would like to change it's pixel size dimensions to 640x200 before I save it. How would I do that? Here is my code: Dim screenshot As Bitmap =...
Hello fellow experts, I'm currently writing a vb.net 2.0 consoleapp that will cycle through active directory user accounts and add/remove them to/from some distrobution lists. No problems d...
Hi, What I am tring to achieve is a way to export data from an SQL table to MS excel.  The ideal would be a list of all the fields from my SQL table that I could tick the fields I want and ...
Hi Experts! I'm trying to save changes in a datagrid inside a VB.NET WINform, the changes made inside editable datagrid need to be updated to a table in MS SQL via a stored procedure. Chang...
I want to fill an array with values from datareader using th get values() method , then, use this array to set the datarow's Itemarray property.  But I don't know how to set these procedures  ...
I am trying to build a simple application to enumerate Citrix Published Applications.  I understand how to loop through Application Folders and another loop for Published Applications.  The en...
I need the ability to compact a MS Access 2007 db using VB.net 2008 Any help would be greatly appreicated. This is a .accdb file, not the classic .mdb. I've found plenty of samples for the ...
Visual Studio 2005 Visual Basic.net Windows Application I need to simply return a selected item text value in a listview to a textbox when an item is clicked. I am populating the ListVie...
I create a VB.NET program which has a form and a simple crystal report (which called TestApp). Then I create a setup program to install this TestApp for users. In setup program I include all ....
I need to populate a Listview with the results from a Datatable, the listview is to have multiple columns, I am new in Vb.net so I really don't know how to work with the Listview control and h...
Does anyone know of a way to convert from pdf to a multipage tiff in visual basic 2008?  I am looking for a solution that is free and doesn't involve image magik (the only other solution that ...
I have created a webpage using VS 2005.  I have placed the aspx file on the web server.  I am having trouble viewing the webpage by typing in the path "http://..." I have placed the website in...
I am using the attached code to remove datarows from on datatable that match datarows in another datatable.  The problem is that the row count for that datatable doesn't change and once the la...
I would like to use an xml (Data.xml) file to store the text on buttons of my app as well as the SQL commands those buttons will trigger.  I can find plenty of examples of how to read xml node...
Does anyone know how to use the Find object available in Visual Studio .NET 2008 Pro?  I'm trying to write some code to search through an Excel worksheet and there doesn't appear to be any doc...
Hi, What code do I need to call/show a report (rdlc not crystal) in VB.Net 2005 from a button on a windows form. I'm assuming I'll need to add reference first but what reference? I want to ...
I have an UltraWinGrid which has parent and child rows (bands) .When I try to move through the grid using the up and down keys it seems to bypass the child bands. For example 1.  If I click ...