Hi all
A client have just installed windows 7 on there computer and when they tried to run my software they are having issues connecting to the database
i am using a mdb database located i...
I have a datagridview in my winforms application. I would like for4 the header to automatically take the same alignment as the cell. HOw can I achieve this. For example if the column is centre...
hello all,
I have what appears as a working program, but when i have the output to a listbox using zones, it doesn't line up..not sure.. maybe another set of eyes? any help would be appreciat...
I have a form in my windows application that contains a textbox and a datagridview. As the user types in the textbox, the results needs to be filtered in the datagridview. To do this:
1) Wh...
After a search a combobox is populated with values. I would like to display the first value automaticly. At this moment the user has to click on it and select a value. And per default the comb...
Hello,
Before calling a command from console, I need to set some environment variables (EVs). However, the command syntax requires use of passwords. Therefore, I could not use MS-DOS batc...
I have som code that reads values from a xml file. However I want the xmlNav.Select to not be case sensitive. I.e I want the Select to select the node even if the variable p_strValue is value1...
Hi I am looking for some vb code that lets me enter username and password into a webmail page. I am using the WebBrowser1 in a simple form. I can open and load the browser page but cant get to...
Dear Experts,
My VB6 program needs to access the internet to register its license when running in standard user mode. How can I get Windows Vista to ask for administrator approval with the ...
Using a webbrowser control in VB6, is it possible to obtain JS values ? for example if the page has a variable like "var = xxx;" could I somehow read "xxx" variable from VB ?
I know I c...
When the user clicks in a cell or clicks on a column header, I use this column as the filter and I would like to visually represent this in my datagridview.
1) Is it possible to change the ba...
Well guys,
I am using an application which is in VB.net and it using sql server 2008 as the database. Now, I am using sqlConnction object for the connection and have be...
I need to change the font color and/or the background color of a mschart1 at runtime. I am giving the users several options for the Color Scheme they can use... problem is I need to be able to...
I have a text file which I can arrange to have delimited with tabs, spaces or comas.
I want to be able to import that file into a display on my VB6 form that has each field of the text file i...
I am trying to connect to my jabber server (openfire) and send notifications to my users. Is there a free code/class/component for this?
I am not looking for a full feature IM client,
1...
I'm trying to find a way to move an account from one OU to another with VB 2008/VB.NET. I've seen plenty of ways to do it in VB6, but it doesn't quite translate to 08/.net.
Attached is the c...
Please help me get this code to work so that it can read the SQL Table one row at a time.
I'm new to SQL and have read using a SQL CURSOR is the way to read one row at a time out of a SQL T...
TheNautican supplied me with the vbs script for running a virus scan on shutdown which work great on XP machines. I have a couple of windows 7 systems that when shutting down the Internet Expl...
I am trying to create a web form for supervisors in our department to be able to track their employee's QC data. My first step is creating a form for the supervisors to create an entry for ea...
I am using VB6 to develop an application and I am creating reports. I need to match the value of a textbox on the pop-up form (that holds customer data and launches the report) to a RptTextBo...
I need help creating & attaching an outlook calendar request file using VB.NET.
I already have the code to send the email (without attachments)
Please help!
Hi,
Need to display directory list and filelist with icons in vb.net.
The directory is the command line parameter.
Please see the file attach.
Hi!
I'm attempting to draw a line on the screen which is as permenant as possible. I found an application that works fine over still items, but if I draw the the line over a movie (that's ...
hello,
I'm currently developing a POS software using Visual Basic 6 and for the report i use Crystal Reports, but I have no idea how to print the POS receipt using a TM printer. First of all,...
My app creates a CSV file that the user will later double click to open it in Excel. The CSV file contains, among other info, a couple of "numeric" text fields (zip code is one). When the fi...