I have cloned nodes from one XML data file to another in VB 6 successfuly. But when i tried to do the same thing in VB .Net 2005 i get this error message "The node to be inserted is from a di...
Hi,
I have a module in an Access database that gets a textfile from the network, breaks it down using the MID() function, and inserts it into a table in the Access DB. I've made a macro that ...
Hello,
always if I have the Response.Write("something in javascript") the font of the displayed text will change.
Do you have any advices?
thanks
Hi,
I need to use datareader several times in a function ..how can i do that...
here is my first function load1
My second function which again uses datareader which is 'codes1' is also a...
Hello
How would I declare a contextMenuStrip to be used on my entire project? Is there a way to do this without a recursive function or putting the context menu code in the mouse click?
...
I have some data in a dataset and I need to send it to the printer when the user click on the print button.
I also need to enter a title and an address to the page.
How can I do that.
I am trying to open an Excell application into my VB .NET software, in order to export information to that Excell.
I search and found in the internet the code attached, but I have received ...
I have a mouse double click event for editing a selected item in a listview:
This code works fine:
Private Sub lsvDevice_MouseDoubleClick(ByVal sender As Object, ByVal e As System.Win...
I have an app that print images from an arraylist with a corresponding arraylist for a text description of the image
I am using the addhandler function to retreive the arraylist data, every...
Looking for a way to take & save a screen shot as a JPG - this will go into a timer event for a time-lapse view of users screen throughout the day.
Needs to be able to perform task without ...
Hi all, I have a EPOS Pole Display connected to my PC with a 9-pin serial lead. I would like to get my VB .Net app to send messages to it before Ive no idea how to even start doing so.
Can so...
In the example below, the replace method does nothing at all!
Am I using this incorrectly?
This code reverses the string and gives me the ASCII of the string. Now I have the ASCII code , how can I get reverse the code and get the actuall string back again?
I have an mdi parent form that opens a child form A. From A I can open up Form B. What event can i use to determine that form B was created in the mdi parent?
Hello,
Iam trying to implement a GridView dynamically. The GridView contains also ImageFields. The source of the gridview is a xml file. The xml file contains also an element with the path ...
Not sure how to go about doing this:
I have for example, 4 pages. p1.aspx , p2.aspx,p3.aspx, p4.aspx. I also have a Master page. On the master page, i have images on top and a leftside "div" ...
ok so the issue is with some old classic code where the db connections are not properly disposed of, we are going through and making that correction. However, is there a way from vb.net to ga...
Hi guys,
Basically ive made a program to delete duplicate items in the print queue. The only problem is that you either have to have it on button click or on a timer. I dont reall...
I am a novice to programming in general, but I am adding a dll to my application that allows us to access our database (raiser's edge), I was getting permissions error when trying to debug, I ...
I am using ClickOnce deployment for a Visual Studio 2005 windows application. This application is distributed to a file sharing server on a network of which all the computers have access to th...
The Attached Screen Shot depicts a maintenance form for two tables having a one to many relationship. The grid in upper right corner is bound to the same Parent table that the fields in the m...
Hello all:
Anyone have a good example of the tab control. What I'm looking for specificly is the (Selecting/DeSelecting/DeSelected) event handler. For when a user changes tabs. I nee...
vb/net 2003
I have had a .net program for almost a year.
When trying to install yesterday..
I get a
"can't create <file>.suo
I have no idea how this file was created.
Why would it...
Hi all,
I want to work on developing a internet filter but am unsure of that steps in how a filter works. Can anyone tell me how it work, the stages in checking what website are being acces...
I wish my company would just send me out for some training so I'd understand all this :-)
I have a solution with two projects, one a windows installer. When I build the installer project, I...