Advertisement

635 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: 5351 - 5375 of 8631
 
Hi experts! I don't know if this is possible: How can text that goes between brackets ([text] or <text>) be changed to bold as the user types in a textbox? The text that is not between the br...
i am sure ... many people want to convert vb classic in new vb.net.. But i want to convert a code in vb.net to vb classic! Existis a free tool to od thath? I have see many time ago a site ...
I am loading an Access database table into a VB.NET dataset, then to a datagridview control. I don't know ahead of time which datatype each field in the table is. I want to find out whether a...
How can I Prevent users from adding duplicate entries to a windows application data grid using .net?
In the vbscript below, i'm trying to see if I can substitute a variable in the select statement below.  I haven't been able to make it work.  Does anyone know a way? Thanks Randy ------...
I'm running VB.NET 2003.  What I'm trying to do is save the size of the columns after the user has resized them.  I tried the ColumnClick, Click, Enter, Exit, and MouseUp events, but those don...
Good Afternoon Experts...I have ths following Stored Procedure: CREATE Procedure LBSI_DeleteCRYSReports      (      @ReportUNCode int,                       @MenuID nvarchar(15)      ) AS BEG...
Hi exfperts, I'm an ms-access developer but new in vb.net, read some books and trying several things in vb.net. What i can't find in .net is the way how an event is triggered when activati...
I'm trying to create a program that when I run it I can capture a print jobs name,total pages, owner, etc.. I'm trying to use wmi win32_printjob for this, but I just can't seem to get it. I wo...
Hi ! I am a rookie to .Net VB(Studio 2005); in my legacy program I use the basic below to communicate with a serial port that has a POLE display attached to it. OPEN"COM1:9600,N,8,1" FOR OU...
I need to be able to edit the contents of a datagridview combobox cell or select one of the items in the dropdown list. If I understand the following statement from MSDN, (http://msdn2.micros...
Hi Experts, I have the below code: -     Private Sub cmdPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdPrint.Click         'Dim dr2 As DataRow = dstPur...
Hi, I am new to DataGridView contol in VB.NET 2005.  Here is the question:  I used a datatable to populate DataGridView first: Dim dt as datatable 'logic to fill datatable DataGridView...
Hi there, I have a datatable (date, value1, value2) I want to be able to display this information in a chart.   In vb6 days this was really easy - just setting the datasource to the reco...
I have a DataSet that contains data from my server.  To update the data, I run a merge on the dataset, from the data in the database.  Problem is, if a row has been deleted on the server, it i...
vb.net Excel 2003 What I need To Open an Excel sheet "MySheet.xls"    :  Display = false Look in all the modules If this macro name does not exist  create it. =======================...
Hi, How can I prevent .NET Reflector or any other tool from showing the source code for a VB.NET/2005 application? .NET Reflector is powerful enough to show the source for an application th...
Hi MyExperts, My question is: how to export datatable ( in dataset ) 2 pdf file. Besides, I can write a few strings ... to this pdf. This pdf file may contain (not only 1 table but also ...
I may be barking up the wrong tree here with published applications, but .. Isn't the point of a config file so you can amend items without hardcoding ? I assumed that when you publish an ...
Hi, i am trying to make a monitoring screen to monitor some machines and i am intending to animate the machines when they are in operation and stop animating when they are not in operation. Ca...
Hello Experts, I have a question about datagrids. I made the datagrid editable for the user so they can edit/enter data directly into the grid. I then read the grid into a list that I use t...
Can someone please explain how to why you would want to specify an update command, a delete command, and an insert command instead of just using getupdatecommand? I don't see why you would ...
Hi I have a field in an Access DB called DateCreated and I trying to populate it when I create a new recordwith todays date. Can someone tell me what is wrong with my code for that field...
hi, i got this class from the web. i think it enables a program to execute external application using windows Administrator(or others) account. but as a beginner, its too much for me to grasp....
Problem: Use Webcam to capture snapshot of clients but has to work through terminal services (which does not connect your local webcam to your TS session). Probable solutions: Use sta...