Answer Questions
H VE If StreetAddressLine2 is blank, I don't want to print a blank line.
If StreetAddressLine2 is blank, I don't want to print a blank line. If DoctorBindingSource.Current( "StreetAddressLine2" ) <> "" Then DoctorTextBoxText(Color.MediumBlue, DoctorBindingSource.Current( "StreetAddressLine2" ) & vbNewLine) End If But, I am getting an error on the "If" statement: InvalidCastException was unhandled Operator '<>' is not defined for type ...Show All
Dhirendra CListCtrl - Disable click on the null text below an icon/image.
Hello, Can you tell me if there is any way by which i allow selection to happen only on the icon. I have created a custom list control derived from CListCtrl. I have no text, only images closely packed. I have set the text as null. For every icon/bitmap below each item, when I click in some 10 pixel range below the icon/bitmap. It gets clicked. I want to disable this click ... any clues please help jupitor ...Show All
ry383 SqlDataSource control goes AWOL
When I drag a table from my Data Connection pane onto my form design pane, I no longer see the SqlDataSource control. The control appears to be functioning well as it is populating my "datagrid" (now called GridView ). question is: Where is my SqlDataSource control hiding many thanks J. Just figured it out :) Apparently I had tinkered with View menu, as in View -> Non-Visual Controls Cheers! J. ...Show All
bj16060 Retrieve data from Excel and store it in Access through VB
Hi, I am using VB express 2005 to create an interface to retrieve data from Excel spreadsheet then store it into my Access database. I am able to retrieve data and store it in a dataset then display it in a dataGridView. But I am not sure how can i store the data into an Access database. I tried to connect VB to Access by opening a connection and then create a table in Access. I created a DataGridView and bind it to this tab ...Show All
soulz87 "Application.UserAppDataPath" before and after a publish
When I run my VBEE app in the debugger Application.UserAppDataPath points to: C:\Documents and Settings\username\Application Data\companyname\.... as outlined in the help file. When I publish my application this path then changes to: C:\Documents and Settings\username\Local Settings\Apps\2.0\Data\BKXYGCXL.... Why does it do this Can I stop it changing the path when I publish the application Thanks for your help Tim ...Show All
lorijean44 Network Applications with VB2005 Express a few simple questions????
Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network serve ...Show All
mdegi Filecopy("c:\xx.txt","\\Lan\Folder\xx.txt") error
I need to replace File of Share folder. But I show Error as "Process can not access to file \\Lan\Folder\xx.txt it is being used by another process" That I am sure that File is not used and Folder is share Full access. Please help. PS : Other Function such as Kill(" \\Lan\Folder\xx.txt ") also Error. It can not delete both open or not open explorer. I just remember that i ...Show All
gatoatigrado Is there a way to delete Automatic Dependencies Setup Project
Hi all, I am wondering is there a way in which we can stop automatic dependencies check in setup project. There is a reference which our project checks automatically which we need to remove permanentaly but it comes whenever we reload the project. --Gaurav ...Show All
Vlince Chart Control
I have upgraded a VB 6 application that has a chart. The upgrade was successful but when I run the application I get the following error: System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to get the window handle for the 'AxMSChart' control. Windowless ActiveX controls are not supported." Source="WindowsApplication ...Show All
Cephid Problem saving data with sql 2005 express
I am new to VB2005 express. I’m following the videos from: http://msdn.microsoft.com/vstudio/express/vb/learning/ All was good until lesson 9, working with a simple master/details form. I change data from a register (i.e. "Chuck" to "Charles"), save the changes and aparently everything work, but when I restart the programa the changes were not saved in the database ("Chuck still appears"). I even download and ...Show All
whw61 shutdown windows
Is there any way of shutting down windows thru a form is it in the My.Computer listings please help Thanks. I made a post trying to find this but i was continually told it wasn't a good idea. Thanks. thanks for da help also is there a way of making an app that hides windows all the time kinda like a second OS but with windows still runin in da background ...Show All
jbrudny Sending keys to a game
I tried to send keys using the "SendKeys" function to a game, and its didn't worked. How can I do it As per the above posting by Trucker - waiting any amount of time is not going to help you. Here is a link from Google that may help you or at the least give you and idea of the complexity of what you are trying to do: http://groups.google.de/group/microsoft.public.d ...Show All
Greg4 Installing on a computer with no Internet access
Hello, I installed the Web Developer EXpress Edition and the Visual C# Express Edition on my home computer with no Internet access. I read in the FAQ and saw in this forum it would not require a registration key. However, it is pretty annoying that every time I start any of these applications a "Please register to get..." message is displayed. 1. My question is that is it somehow possible to register these edition from a computer with ...Show All
Ross Grayum Microsoft Binding handle is invalid
How do I go about this error message when i try to run the program [Error while trying to run project: Unable to start debugging. The binding handle is invalid.] Hi, This is the post on the debugger forum about this issue, with some work-arounds http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=65188&SiteID=1 . Links to work-arounds: - http://lab.msdn.microsoft.com/productfeedback/ViewWorkaround.aspx Fe ...Show All
BXSGolfer Porting web navigator from VB6 to VS2005 C#
I am porting a VB 6.0 application to C# that automates navigation of multiple web pages within a site and extracts information from some of the pages. One of the pages contains a listbox containing a number of countries. The default value that is set is not the value I need to use. The HTML in the web page looks like this: <select name="country" style="" onchange="" multiple id="countryList" size ...Show All
