Currently I have a Word template (dot) in which I insert another Word doc (with bookmarks and checkboxes) for each row from a DataTable - basically, I'm creating a new page for each record. F...
Hi,
I am trying to convert date from one format to another format.
dim dateofbirth as String = "05-20-1950"
I need to convert the above date to a format which conforms to the below regula...
Hi, I'm using VB 2005, WinForms. My application has an Access 2003 DB back-end.
I have the following in one of my Forms:
1 - DataSet (ds) -- [the DataSet contains the two DataTables l...
Can anybody see what is wrong with my code?
Hello.
I am trying to create a WinForms application in VB.NET, which has a master form with a datagrid subform. In the datagrid I would like to have 2 drop down boxes whose values are popula...
Hi X-perts
I have two listview boxes: MainBox and SecBox. I need to remove all items from SecBox, if they are not in the MainBox.
what is the most elegant way of doing this? I cannot thi...
Hi EE,
I have an sp that selects 3 fields from a table.
1. ID
2. Text to display
3. Bit - Whether this record is the default value
I have been filling checkedlistboxes using ...
...
Hi guys!
I hope you can give me some ideas cause I'm a little stumped right now. I'm working with a simple program that looks at a directory for a file and updates a flag in the SQL Server ...
Ok,
Trying to get what this error is but not finding it. the error says its on this line
tempStr = Left(strProcesses, InStr(strProcesses, "|") - 1)
the following upper sele...
So I am able to connect to the database as the 'dbConnectionToRestoringDB.Open()' line works as does running the 'dbCheckLoginCommand.ExecuteScalar()' (and properly I might add). However the P...
I am using the .net Zip Package classes to create a zip file (http://msdn.microsoft.com/en-us/library/system.io.packaging.zippackage_methods(VS.85).aspx)
I need to be able to create a zip f...
When I place multiple forms inside of a MDI Parent Form, I can use the following code to Tile all of the forms:
Me.LayoutMdi(System.Windows.Forms.MdiLayout.TileHorizontal)
I'm now trying...
I am trying to read each line one at a time. How do I go to the next line in a streamreader? I don't want a readtoend method to be used as I have to read each line at a time. Thanks!
hello experts
please can someone advise how can i get the following in vb.net?
"2008-10-03T12:53:42-04:00"
thanks
s
Greetings,
I have a DataGridView that is databound. When I use the TableAdapter.Update method it is very slow. I have around 350 records in the DataGridView, when I edit just one or two c...
Hello,
I have a crystal report in my ASP.net application and I am programmatically trying to create a pdf from that using ItextSharp. I do understand that from Crystal report you can export...
I have a web site developed in VB.NET. When a user logs in, based on various criteria, he gets connected with a specific database.
At times, it might be necessary to restrict users from ...
HI X-perts,
How can I display a combination of Greek and English letters in windows forms?
Pls, advise.
Thanks
I've tried moving the mouse cursor with SetPos.
I've tried changing the system parameters with
SystemParametersInfoW(17, 0, Nothing, 2).
Nothing seems to work. I cannot disable the scree...
I want to loop through the controls whether it's a textbox, dropdownlist or whatever and reset them all to their original state. What I listed below works, but there has to be an easier more m...
I need the sample piece of code that I can use to write my code that will copy single file from one directory to another.
I already have this:
Dim mstrFileName As String -...
Hi,
I have so far used PHP & MySql for my database driven websites.
I use Dreamweaver and with their Spry framework they seem to have a lot of great features for xml.
My question i...
I want to be able to add the items from a database to a stringcollection for a combobox.
Where the A,D,C,D,E is I want this to be the items from my database.
How can I add them like so
...
Hey Guys,
Well. I am new to VB programming an I am wondering one thing that how can I add a class of a different project to my current project as a reference?
I tried Rig...
I'm using VB 2005, WinForms. I have a DataGridView (DGV) on one of my Forms that is bound to a BindingSource. I would like to add a column to that DGV and fill it with data from another Bindin...