Hi,
I'm using VB.Net/VS2005 w/ a Crystal Report and Access DB.
I have created an app that works fine on my pc. I have the full version of Visual Studio 2005.
The app prints data on a cryst...
In the designer view, my datagridview colums are
LineNumber, Quantity,Width, Length ....
But when the form is opened for testing, the columns are
LineNumber, Width, Quantity, L...
I need to convert the following VB6 code in VB.Net. Can someone please help me
My VB.net application is using the webbrowser control. The code works in DEBUG mode
but not when running the compiled version:
Webbrowser1.navigate("http://msn.com")
Hi all,
it might be easy but i dont find any hint elsewhere.
During setup of an application i would like to introduce new environment variables or modify the path variable permanently.
Is...
Hi There,
I want to develop a data layer.I think like that i can set data layer's provider. I have to use access database and sql server. But i don't want to write 1 differetent class. I hope...
I have just upgraded from VS2005 Express to VS2008 Professional and am trying to work on my website project that I started in VS2005 Express.
When I was working in VS2005, the layout of the...
Hi,
I am having a strange problem in Crystal report 2008. Earlier I was using VS 2005 Crystal report. Then we purchased Crystal report 2008.
When I opened the VS 2005 projects it asked ...
I'm trying to create an icon using Visual Studio 2005 following these instructions http://www.codeproject.com/KB/graphics/HowToIcon.aspx.
I'm not a Visual Studio programmer. I use Access V...
I have a corporate master page that has some navigation controls, and a couple of text boxes that are hidden (containing user information). Once I am working in a web page that uses this Mast...
I am developing with visual basic 2005. I need to know how I can set a simple text box to behave as a masked text box in a way where I would not be able to enter anything "except" numbers. I...
Hi All,
I am trying to make a program for my class where i have to use a function to make sure the weight i enter is between 0 and 500 and a number. I have made the function and it works, an...
I am select several rows from a table and populating a grid: column names: Type, Fld2, Fld3, Fld4
The Type is a Char(2) column. The data may be 1-25. The problem is that the data would s...
Hi,
I have a varchar data type field in my SQL table (MS SQL 2005). set to 50 characters, now if i place a value of "bob" when i retrieve the value thru a dataset it is retrieveing the value ...
I am working with visual basic 2005 and access 2007 and have a win form that contains unbound fields.
I need to know if it is possible to store an auto number into the text box for it upon IN...
How do I populate the unbound datagridview in visual studio 2005 with a Data Reader's help . This is my current code that involves textboxes and combo boxes, but I need to be able to populate...
I have a VB.Net application and i need some way of capturing and overriding the Ctrl-V (Paste) command so that i can determine what occurs on those key events. I want to my own custom procedur...
Hi, I'm using hMailServer which is working really great for me. I'm writing a new VS 2005 or VS 2008 application to send bulk emails. I don't know how to send the emails via my Mail Server. Th...
Hi,
I have a datagrid on a page that displays records based on the value selected from a drop down list on the page.
I added a template field to the datagrid and placed a checkbox into t...
I wrote a web service in Windows XP, and also, I wrote a client program that I can run under Visual Studio, and access the web service with no problem. Now I need to deploy the service to a se...
I have a program that zips up the contents of a folder, transfers them through ftp, and then moves that zip file to a location for archive purposes.
The problem I am running into is that at...
Using VB.NET, is there a way to do this? I want to open the .DOC to check on the text inside, but I do not want to open a full blown Word Application window.
I am trying to insert a table into a word document, but I can't seem to get the table to insert at the right spot.
the line that reads as
oWord.ActiveDocument.Tables.Add(oWord.ActiveDocume...
Hi,
I am running VS2005 and developing a Windows From using VB. I have
attempted to create a simple grid attached to a table adadpter which is
connected to a MSSQL 2005 database; and fo...
Hi,
I have Visual Studio 2005 installed and I am in the process of setting users and roles for a WCF web sevice. I had VS 2005 installed but NOT SQL Server Express. I installed SQL ...