I found the code listed below regarding on how to create a generic dispose method that can be called with any type of object. The concept is a good, but the variables are being passed by VAL v...
hello
Im getting some strange errror when im trying to run my webapp in visualstudio 2003..
its a excel reading function which will take selected sheets into a database, now im getting thi...
using dv.find(variable.tostring) at first finds a row suprising from miss code the dv.sort("company") but then dv.find returns -1 after I added dv.sort("company") in the attached code snippet....
Hi,
I am busy creating a setup project in my vb.net project. I have compiled a dll from another one of my projects and i want to include it into this setup for htis project. Now can i just ad...
I have a datagridview (ItemStateMentDataGridView) that have data.
I want to fillter its data for the date , but notice that After I load the data from the database
I add new column calle...
What are some of the proven methods of archiving large quantities of files (e.g. millions of files, terabytes in size)? I'm looking for a way to retrieve/add files to an archive format VB.NET ...
Hi
first of all: I use VB.net in Visual studio 2005
I am trying to make an eventhandler that waits (listen) for a specific keystroke which triggers a Sub() where some tasks are performed...
Hi everyone,
I'm working on a program for my company that needs to grab data remotely, so I decided to use a hosted MySQL DB for which I have full access. I've tried several different optio...
Visual Studio 2008
Visual Basic.net
Windows Exe Application
I have a need to parse 1000 entries from an xml file daily.
I can't seem to find an example that I can modify that I do not ha...
Relative newbie to VB programming here. I've written a small application that has the functionality to email a report to my email account when the user finishes an action. I'm trying to incl...
I've been trying to format individual cells without success. I can't format a column as there are different values in the cells in the column (Integers / Text / Percentage / Decimals). I also ...
Could anyone supply me with a link where a good explanation of how to use GDI + is?
hi guys
this is a suggestion question. do you have in mind any books that are good about gdi + which one could buy to go through it and learn it from scratch, basically to study it in detai...
what is the best control to use to inherit when using gdi + ?
i had in mind creating a small board game and was thinking maybe the panel? and print out cells out of that? would it be effici...
I have gotten this far..... How do I start using the result set?
I reading some email addresses and they have box character after each one.
It that a carriage return and line feed?
How can I break up each one so I can insert the email address into the d...
I have two bgw events running to update a couple of tables...takes about 10-15 seconds, so I'd like to update a progress bar during the process...but I can't do that in the do_event routine, a...
Hi,
I am new to ADO.net, i have created a dataset with 3 tables in it, in my visual studio runtime environment i am stepping thru my code how do i see the actual values in the speceific table...
Hi,
Please i need help adding to a dataset.
I have a web service which i have 5 functions which each return a dataset. How do i then add each dataset as a table into a my main dataset contai...
My application is running fine in Win 2000 or in Win XP. But now I want that my application should run in Win 98 also... is it possible ?
If possible what are the steps that I should follow ...
I would like to know how I can convert and display a date string that was retrieved from a MySQL date time field in the format mm/dd/YYYY, I know that I can use the MySQL date format function ...
Im trying to figure out how to make a regular application (not a console) that will just listen for a connection and accept it. im not sure how to implement this but i just need to know how to...
I have a windows application that I have developed that I want to deploy. I know if I PUBLISH the executable only to my server and have the clients install from there, the program can do the...
I have a date that comes from my services formated as this "2008-08-06 09:34:54 EDT" and I want to use the date.parseexact method to convert it to a date with the time zone adjusted appropriat...
i want to display a number of pictureboxes without having to declare each one. Each has dragging so i add i mouse events for each and they all use the same events.
this displays the last ti...