Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested MS Visual Basic Solutions: 5426 - 5450 of 8631
 
How to make selected item/row in form1's listview to populated in form2's textbox.
I developed a bunch of reports using the designer and setting the datasource as ADO.net and a stored proc.  I call it using the follwing  Used trusted conneection (integrated security) at runt...
Here's a tricky one ....... I want to use VB.NET and interop to programmatically open an Access MDB and save it to MDE. I use VS 2003 and Access 2003 !! I found some articles on it but...
Hello Experts! I would like to activate the label edit for a treeview node after it has been added to the tree. That means: You add the node via button and it has default name "Project ...
How can I prevent a user from changing tabs in a TabControl without disabling the TabControl?
Hi all I am trying to fill the datagrid from the query I have textboxes, comboboxes and checkboxes and i create a query according to those fields How can I display them on the datagrid...
Hey, I need some VB.net code that would allow me to put in a bunch of file names in a textbox and search my hard drive for files with those names and then make a copy of them in a folder. ...
I have a ListView control with checkboxes. Two things I need. First, I need to be able to CHECK The box when the line is clicked on. I have full row select as True. I also need to be...
I am process of architecting a multiple namespace project that will be worked on by multiple developers. I am working on a utility class that will handle the majority of the database connectiv...
Hi....Help I have a form in a windows app with a datagrid attached to it which gets its data from the datatable which i build through some XML data.  Problem is when i want to go back into ...
Is it possible to do a left join using two datatables? I am looking at the DataRelation object but that only seems to allow Inner Joins.  Any insight on this would be appreciated.
I've written some code that monitors a fileystem for changes (creation of new files). Every time a file is created in the monitorred filesystem, it's automaticly beeïng moved to another locati...
I have an SQL inline udf which takes 3 parameters and returns a table of results. (It works in SQL query analyser so I know there's no probs on the SQL end). I'm trying to get the resulting ta...
Hi I want to be able to open up a Microsoft Outlook Send Email with an attachment. Basically like what the mailto: command does in internet explorer, where it gets your default email client...
I am trying to figure out how to use the information in this article: http://msdn.microsoft.com/msdnmag/issues/01/11/Autoplay/default.aspx My goal is to have windows automatically start an...
I have written the following code.         Dim iMail As CDO.Message         Dim iConf As CDO.Configuration         Dim iFlds As ADODB.Fields         set iMail = New CDO.Message       ...
Hi, maybe sound rediculous but I can't manage to make Crystal Report show me the preview in landscape and print the same. I'm using Vb.NET 2003 and Crystal Report 9.0 that come with it. ...
Hi, Can anybody tell me how to I write a code Open Serial COM Port in VB.NET? I have found a sample from http://www.codeworks.it/net/VBNetRs232.htm but I dont know how to add in into my pro...
Hi, I have web-app which uses SQL server to get/set data. Where is the best place to hold the connection string data? In WEB.CONFIG, attribute sqlConnectionString="..."  in tag <sessi...
Hi I am communicating with a Delphi DLL and I reference it by this Public Declare Ansi Function GetERPStatus Lib "C:\Program Files\EasyCheck\EasyCheckLib.dll" Alias "GetERPStatus" (ByVal...
I'm getting fileversions from a file, which is working fine. Right now I'm using an absolute path of c:\program files\etc... I create a var called myPath and assigned the system root value t...
Hi, I'm trying to create a calculated column in a datatable which puts in the value of a field from a parent table. I'm working with the following tables from my db: custOrders, Customer Es...
Although I know this isn't possible, I need a solution for the following problem I have 2 datagrids datagrid1 has all individual records datagrid2 shows an aggregate of the first exampl...
I found this code which is what I need for my program.  I tried to convert it myself, but I get an error on fi.SetValue(PD.PrinterSettings, outname) It says object reference not set to an i...
Hi,        Anybody has a sample code to build a keypad function? I need this component or feature for a touchscreen program, thnx for help....