Customized Datagrid - Creating A Windows Application For Company

Mar 1, 2012

I am creating a windows application for my company. in the master file i will enter the number of items we are getting from the customer. and in the next page i have to enter the details of each item. For that i have created a datagrid which has one autogenerate number field and the remaining fields must be editable. So that when i enter all the values in the datagrid, it has to go and save in the data base.

View 2 Replies


ADVERTISEMENT

Missing Customized App Icon On Windows 7

Oct 8, 2010

In my program's properties, I customized my application icon, which I also set on the main form's icon property. If I look in my bin/Release folder or if I run my program I see my customized icon. If I right-click and select Send to -> Desktop on Windows XP, I see a shortcut with my ICON on the desktop. If I do the same thing on Windows 7, I get the default ugly icon. What should I do to get my custom icon on Windows 7 when I make a shortcut from my main EXE?

View 1 Replies

Company Firewall With System.Windows.Forms.WebBrowser

Nov 22, 2010

VB2005. In my application I am required to go to a website, collect info, and then display both the webpage and the info collected. For this I am using the System.Windows.Forms.WebBrowser component and have it working faily well. The only thing now is that in order to get to external websites the company requires us to login to the firewall proxy server. For example when I visit [URL] a login box pops-up for our firewall server [URL] and I sign in with ID 9999 and password "pass". I am trying to programatically do this with the WebBrowser by using the credentails but have not found any relevant examples. Is this possible with the System.Windows.Forms.WebBrowser component?

View 2 Replies

Export To Excel Fom DataGrid .Net Windows Application?

Mar 30, 2009

I need to Export DataGrids' Contents to Excel using VB.Net for a Window based Application.

How to do this..

View 2 Replies

Installing Company Application In Colleague's Laptop?

Feb 15, 2011

I had developed a vb.net windows forms application for my company. It is working fine in our company. The database of that application is maintained in a separate server. I had direct connection to that database through sql connection in my application.Now one of our colleague wants that application to be installed in his laptop so that he can work on it when he is at home. How will I do that? The application will get installed but the problem is that the data won't get saved (as he won't be connected

View 2 Replies

Calculate A 15% Discount When Creating A Windows Application

Mar 11, 2011

How do I calculate a 15% discount in visual basic in when creating a windows application.I have two radio buttons Yes and No and when yes is selected a 15% discount is subtracted from the total price.So would I just say 15% as 0.15 or should I name the 15% as a constant?

View 2 Replies

Creating A PDF Using ItextSharp In A Windows Forms Application?

May 18, 2011

Creating a pdf document using Itext is quite simple if your application is a web application because you can find samples to help you out all over the web. Creating a pdf document for a windows application on the other hand is not so easy. I cannot find a single sample online anywhere.so far this is what I have:

Private Sub PrintDefaultReport()
'Declare PDF document
Dim doc As New Document(PageSize.A4, 40, 40, 0, 35)
Dim MemStream As New MemoryStream

[code]....

What is the above equivalent for a windows application?

View 1 Replies

Creating Tiered Windows Forms Application?

Aug 8, 2010

m planning to make it as such:1. BLL and DAL are on the same box.2. Only PL is installed on client machines.Simple enough. Right now am planning to go web service as I have no idea how to do this with windows forms. So in a nutshell, my question would be how to connect the PL to the BL and how to do this during the development stage. I was planning on deploying the BL as a webservice then during development, the PL sets a reference to it to get the data.Data will basically be datasets, datatables etc. Might also have a need to do some file transfer.

View 5 Replies

Export Datagrid / Panel To Word , Excel Using Windows Application?

Sep 7, 2010

How to export datagrid or Panel to word or excel useing vn.net 2008 windows application ?

View 1 Replies

Updating Desktop Application Using Http Over The Company Intranet?

May 20, 2010

I would like an automatic way of updating desktop application using Http over the company intranet. Also it much have to be used by VB6 applications as well.

View 6 Replies

Creating A Server Client Based Windows Application?

Jan 13, 2010

I am trying to create an application for official use. The idea is to built in the Chat communication. I am wrtting some code for Chat Server/client.

1) Where do I keep the DB (suppose if I have SQL server on hosted web site)

2) Can I configure DB on my home PC ( no matter where client runs throughout the world if should refer the DB on my machine)

3) For Server - How to read the Users(Name and IP) from domain(AD) as well as on LAN.

View 3 Replies

Error Creating A Pivot Table From Windows Application?

Apr 3, 2010

I am getting error "Exception from HRESULT: 0x800A03EC" near (******). can anyone please help me out. i have seen [URL] this blog also but there are also errors in that. can anyone please provide me the correct code for creating a pivot table. The code is,

Imports Microsoft.Office.Interop.Excel
Imports System.Runtime.InteropServices
Imports System.Data.OleDb

[Code].....

View 1 Replies

Error In Creating A Pivot Table From Windows Application?

Apr 3, 2010

I have been receiving the error "Exception from HRESULT: 0x800A03EC" near (***) in the code below,

Code:
Imports Microsoft.Office.Interop.Excel
Imports System.Runtime.InteropServices

[code].....

View 2 Replies

Forms :: Make An Application That Allows The Manager Of The Company Whether The Employees Are Truly Active?

Sep 18, 2011

I want to make an application that allows the manager of the company whether the employees are truly active: screenshot and a "timer" to measure the time of the activity of the employee Can be controlled using the mouse or keyboard while the application is not active, but in execution.Is it possible in vb.net to know if the user of the machine is using the mouse or keyboard? My idea is to set a "Timer" which triggers automatically after the connection of the employee and every 10 seconds the application checks whether the mouse position has changed or a letter is entered on the keyboard except the"Timer" Will Be stopped until have a new mouse position or activity on the keyboard. But the problem is: is the application able to know the position of the mouse or to capture all keyboard input even if the application n 'is not active(not in the foreground)?

View 2 Replies

Process Of Creating A Setup And Deployment Project For Windows Application?

Jun 22, 2010

Step-by-Step Process of Creating a Setup and Deployment Project for windows application

View 2 Replies

VS 2008 - Create An Application That Will Login Our Company's Intranet Portal Via A Webpage

Sep 12, 2009

I am trying to create an application that will login our company's intranet portal via a webpage. The webpage has a single frame in it that loads a secure(https) login form. After logging in, the application will need to read and send xml to and from the portal. I have been digging around and have seen a few different ways of submitting the login information from the program to the site, however, I have not gotten any of them to work. From what I can tell it is difficult to change the values of input boxes that are inside a frame. Am I accurate on this? There will be a large amount of data transfer between the app and the portal so I will need something lightweight but I have enough room that I would rather not reinvent the http/web-browser wheel if at all possible. The reason I say that is because I have read that some objects that handle web pages are very resource hungry. I have no preference on the .net frameworks as this is the area of VB thats kinda confusing. What I am looking for is either a point or violent shove in the right direction.

View 2 Replies

Creating A Datagrid From Reading In A File?

Mar 5, 2009

I want to read in a file and as I do put the contents into a datagrid, can this be done ?I have the following code so far

myPath = "C:SYNC_DATA�0 - LGW�5 - Archived�0 - IST Logs2008"
myFile = "istlog" & d.Year.ToString & d.Month.ToString.PadLeft(2, "0"c) & d.Day.ToString.PadLeft(2, "0"c) & ".txt"
Dim sFile As System.IO.StreamReader = New System.IO.StreamReader(myPath & myFile)

[code]....

I get an error on "adapter.Fill(dt)" which is propably incorrect.How can I get the ontents to be displayed in a datagrid on the screen called "DataGridView1"

View 1 Replies

Creating A DataGrid View Programmatically?

Jul 8, 2009

In visual basic how do you create a DataGridView Programmatically,for example i want to display 5 columns from my items table in sql server to a datagridview i just created ..

View 4 Replies

Creating Datagrid With Buttons From Table

Oct 13, 2010

I am trying to make an program that when it starts it will check an table in the database for what buttons it should add. It can be at the most 60 buttons presented on the screen, i am trying to get the datagridview to handle this. But my main problem is that the buttons get displayed in columns, i would like the buttons to appear like the attacment (more or less)

[Code]...

View 1 Replies

Creating A Program That Will Display Upcoming Birthdays In Datagrid

Jun 9, 2010

Im creating a program that will display upcoming birthdays in datagrid. But im having problems in creating its query. I used DateTimePicker to input in Birth Date.

View 1 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

Best Way To Create A Customized Control?

Jan 17, 2011

I want to place 24 check boxes on a form. I want to enable drag and drop for each and place the code to handle the drop on a customized check box, then create each check box from the custom check box. I understand how to create the custom check box, my dillemma is I would like to be able to drop the new control on the form using the form designer IDE.

View 2 Replies

Customized Checked Image?

Mar 24, 2011

At the top of my form, I have a status strip with the common "Window" dropdown that is seem in many commerical and Windows Applications. What I am attempting to do is the same that can be done in VB2010 itself. In Visual Basic, clicking the Window Dropdown allows you to choose which window is active. My whole point on this is that they are using a customized Image.Here is an image example from a program called Paint.NETIn the area of the dropdown, you can clearly see that the "Checked" images are customized. For example, Tools is showing the hammer with the glass button frame over it.What I want to know is how would I achieve this customized image set? I already know I would need at least 2 images, one for checked, one for unchecked.

View 5 Replies

Customized RootFolder Of BrowserDialogs

May 9, 2011

I have a FolderBorwserDialog named fbdProfileDirectory and would like to start the dialog at a specific folder (other than the System.Environment.SpecialFolder options). I would like it to start in a file at "C:\Browser\". The program has created this folder and copied contents from a separate directory already. Is there a way to start FolderBrowserDialog, or a similar dialog box at a specific folder?

View 1 Replies

How To Build Customized Designers

Sep 21, 2010

Is it possible to build customized Designers in Visual Studio, for example to mimic the Designer function of the stock Settings template, for classes whose instance variables change drastically from project to project?

View 1 Replies

Allowing A Class To Be Customized By Other Developers

Sep 12, 2010

UPDATED: Feel like this shouldn't be that complicated, but I think I just don't know the proper name for what I'm trying to do. I'm dealing with an ASP.net project. The concept is pretty simple: I have a library that supplies some ecomm functions. One class in the libary contains functions around calculating tax. One class in the library revolves around the cart header. This class is consumed by a web project.

[Code]...

View 4 Replies

Create A Customized Button For Use In VB 2010?

Mar 9, 2011

Suppose I have a Microsoft Expression Blend. Is it possible to create a custom control (such as a button) in MSE Blend and then import it to visual basic 2010?For example, I want to create a custom shape button (different from what is available in the toolbox in VB2010) (like for example a pen-shaped button) in MSE Blend. Can I import it to VB2010 to be used with Windows Forms Projects? If yes, how?

View 1 Replies

Create A Customized Dictionary Object?

Aug 11, 2009

I'm attempting to create a customized dictionary object, because I want to add some code to the Add routine, and I can't just inherit because Add is not overridable.

So I'm creating a class that implements IDictionary. Already I am confused, because Dictionary implements a lot of interfaces, listed below:

Implements IDictionary(Of TKey, TValue), ICollection(Of KeyValuePair(Of TKey, TValue)), _
IEnumerable(Of KeyValuePair(Of TKey, TValue)), IDictionary, ICollection, _
IEnumerable, ISerializable, IDeserializationCallback

But IDictionary inherits ICollection and IEnumerable, so why implement all three (and don't they have overlapping methods)?

#2, when I implement IDictionary, the code fills in two Add methods (one for the ICollection add of a keyvaluepair, one for the Idictionary method). Apparently both these add methods are required for Idictionary, yet a regular dictionary (which implements IDictionary) only has one Add method that I can see. I actually would like to have only one Add method if possible. Why am I being asked to make two (and that's before all the other interfaces have been added)?

View 4 Replies

Editable Or Customized Data Grid

Mar 1, 2012

I am creating a windows application for my company. in the master file i will enter the number of items we are getting from the customer. and in the next page i have to enter the details of each item. For that i have created a datagrid which has one autogenerate number field and the remaining fields must be editable. So that when i enter all the values in the datagrid, it has to go and save in the data base.

View 3 Replies

Explicitly Dispose A Customized Contextmenustrip

Nov 7, 2011

I have a class clsContextPopUpMenu to create a ContextMenuStrip with some basic functions (e.g.copy) that I can use in different controls. [code] A broader question is that when should I dispose objects/resource by myself? Of course, gc collector is not a magician to release all available memory. Can I always dispose objects/resource in Dispose Sub as shown above?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved