Hi Folks :
I am looking for which control to use in vb2005 equivalent to frame in Vb6. I tried the groupbox control however the visible property does...
Stupid question, but where do I set the row height in the DataGridView?
This sounds like a really dumb question. I am writing a program for Windows CE using VB.Net 2005. I can't figure out how to end the program. .Net won't allow an "End" statement in CE. Do w...
hello,
I would like to create a button so that when you click it you see
this MessageBox.Show(GetVolumeSerialNumber("C:\"))
how can I do that ?
Using Create Database in SQL Server 2005 Express from within VB, I apparently was successful on the first try.
On the second try I got the widely-posted-about "An attempt to attach an auto-...
I've got a class "Customer" with a public property called "Hosts", which is an ArrayList of a class called "Host" which has 2 properties ("HostID" and "Name").
In Form_Load, after populatin...
I need to make my currently english only app support chinese.
Labels, menus in Chinese.
Users to enter data in Chinese (which is stored in an MS SQL db)
Print reports and operate an asp.n...
Hi,
I need to read the value from barcode scanner and put that in my form textbox textSerialNumber.
I have downloaded moRS232 from net and added that class in my project. I am able to open a...
I seem to be missing something. I create as dataset, then the dataview and set the datagrid to the dataview. Why are the scrollbars grayed out and useless?
I am using VB.NET to build a program for a Windows CE 5.0 Device.
Dim objXMLHTTP as New MSXML.XMLHTTPRequest() produces the following error:
COMException was unhandled
COM object wit...
My my application is not even compiling with following error.
Error creating ALink Win32 resources: Error reading icon 'C:\Documents and Settings\Administrator\Application Data\Microsoft\Vi...
Hello fellow experts,
I'm trying to get some stuff printed; that's all not so difficult, well, you know, but I have this particular situation where I HAVE to programmatorically make the Pri...
Is there a way to duplicate a form in VB.NET on VS2005?
I don't mean I want to import it, I just want a new copy with a new name so I can edit it.
Thanks
I am binding a listbox to a custom collection Vb.net 2005.
I created a collection binding source which is filling the listbox with some _ComObjects.
The ComObjects have a "Name" propert...
i have a DataGridView with a single updatable checkbox column. i only want to update the records that the user puts a check in. the problem is that it always updates one less than the total ...
I have some code that deletes the macros in an Excel file. The code was working fine on Windows 2000, but now that we've installed Windows XP we have problems.
The problem is not in deleti...
Im using VS2005 and have a form with a bound DataGridView control. What I need to do is change the forecolor of a cell based on the value of anther cell in the same row. Below is the code Iv...
I am building a VB.Net application that nedds to continually dsplay the current Date Time in a digital display indicating hh/mm/ss AM/PM. Any Help?
Thanks
I have read some of the other posts about this subject and one said or I read it to say that there really was not that much difference in ADO recordset vs. ADO.net in speed. But it was better...
Can I use the user32 function SetKeyboardState to virtually enable the CTRL key? I'm trying to code a button that when clicked will programatically "hold down" the CTRL key until the button i...
I have a data entry form which contains a datagrid, dataset, and 12 Comboboxes.
Each Box has been populated individually with identical lists of Service Codes.
I have binded the selected...
New to VB.net apps, I got a code snippet from a buddy.
Visual Studio is not recognizing the .Elapsed method for Timer - "Timer1". Any idea why?
I have a timer named Timer1
Private S...
Im having great difficulty using the "Create Insert, Update, Delete Statements" and "create methods to send updates directly to the database". My select statement is SELECT Category, Code, Sh...
I really have no idea what im doing here :( Can anyone explain? Or at least let me know what to change? (I took most of the code here from the msdn pages)
Public Class Sound
Pr...
Hello!
I need a way, code, free component, Activex or any way or method that help me to print a PDF file!
If there is a free activex or components, this is good too!
I need to define ...