Create A Structure File In Program In Windows Form?
Dec 12, 2011Can i create a structure file in vb.net in windows form ?
View 2 RepliesCan i create a structure file in vb.net in windows form ?
View 2 RepliesIt is possible to create windows service using windows form control in vb.net.If yes then please give me the url or links.
View 1 RepliesHello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.
View 7 RepliesHow do you create custom chrome for a windows form in vb.net using Visual Basic 2008 express? I want to basically scrap what they give and start fresh.
View 1 Repliesi am trying to create a program that connects to a database and shows table fields in listview in windows form i manage to do that but i want now to have a button to take the total of a column in a list box ,lets say from the column "money"?
View 9 RepliesI make an application and make setup file using VS setup project. This work fine and create default text files into Program Files Folder for winodw 7/vista .but can not modify these files or create any new files.
There are few text files need to create ,modify during application running ,but in windows 7/vista unable to create,modify files.I am using full default admin right for these OS. If iuse C: root path then application work fine or for win XP no problem.I think UAC restricting to perform these opeartion. But i do not know how to change these restriction using vb.net, whenever application start.
I found one solution that , if change user rights manually then this problem solved.Follow these step to change your account settings.Control Panel-->User Accounts and Family Safety-->User Accounts-->Change User Account Control settings-->Never notify(Set tab to never notify).After this change need to restart system.Now can make all changes like windows XP into Windows 7.can also make changes into program files.
Its working fine, but need to make these changes manually in OS.but its not efficent solution. So if any one knows how can make these changes by coding that will nice.
I'm trying to convert data from a vb6 application. Using get and put I saved a structure to a file in vb6. I'm now trying to read it into a vb.net class using BinaryReader.[code]...
View 5 RepliesIt is possible to create windows service using windows form control in vb.net. give me the url or links. The windows forms control such as, Timer control, list-box, notify-icon control etc.
View 1 RepliesIt is possible to create windows service using windows form control in vb.net. The windows forms control such as, Timer control, list-box, notify-icon control etc.
View 2 RepliesI have a .net Windows Service developed in VB.net. I have a settings file in the root directory called Connections.XML and I am setting the basedirectory [code]...
When I schedule the service this is working absolutely fine in my Windows XP machine. But when I installed the same service in our development server (Windows 2003 64 bit Server) for some reason it is not able to locate this file.
I would like to know whether there is anyway in which i could create a .dll to replace the original "authui.dll" situated in the C:\Windows\System32 folder.
Is there any possible way in which i could design the login screen on Visual Basic 2010 and then convert the exe into a .dll which will work as an alternate login screen replacing the original .dll file
How do I create windows services in visual Basic 6.0
Do I need to use ActiveX Exe to create Windows services and if yes then what to do next.
How to create a Attendance form in windows form.The form should lookk like this:
1 2 3 4 5 6 7 ..........till 31 or 30 based on month selected
1. emp1
2. emp2
I shud be able to enter attendance for employees.....
I created a new Windows Service and a stand alone set up program for it. To the solution I added a set up program project and included both programs as outlined in [url]... However, when I run the Setup program, I do not see the my new service in the services window after the set up program completes. Is there additional work that needs to be done to have the program install the windows service correctly or do I need to include the [url]... program and a batch file to get it installed?
View 2 Repliesi am suppose to create "a windows form game called Yahtzis which uses five dice and three throws to create a score" .
The problem is that i don't even know how to start it can anyone shed some light.
I want to create a windows installer package using visual studio. It is my understanding that there was a simple way to do this in vb6, you could add an installer like you can add a new form.
How can I do this in vb.net? I downloaded and installed the Windows SDK from [url]... because it said somewhere that it could create installer packages and had tools to do so for .net
I create special character by Windows XP Operating System Program Start/Run/eudcedit But, i can't reduce width of charater Ex: I create number 2 in string H2O but 2 is subscript then width of "2" is short, and i can't make "2" character shorter.
View 2 RepliesI install a visual studio 2008. I create a new windows form application but very strange that on the right side there is no control bar in which all the control like button label textbox etc contains how i show it?
View 2 RepliesI have just begun using Visual Studio to create a windows form application in visual basic. I have a chart on the form, and I would like to be able to right-click, copy the chart and then paste in,say, Microsoft word. At the moment I have created a contextmenustrip which appears when the user clicks on the chart, but I am unsure of the code necessary to actually copy the chart and hold it until pasted into a different application.
View 2 RepliesI trying to create windows form in VB.NET 2010 but this trouble.The error saying :Error 1 'InitializeComponent' is not declared. It may be inaccessible due to its protection level.
And this is the code
Imports System.Data
Imports System.Drawing
Imports System.Text
[code].....
Is it possible to create a form, and controls like buttons, and also assign those buttons to their own scripts by code? The reason I'm asking is I've added scripting functionality to my application for users, I want them to be able to add forms for their scripts
View 17 RepliesI've search the net in order to create a custom control but nothing I find is worth looking at, The main thing I want to do is create a skinengin via DLL and import it in my vb 2010 then using or creating some sort of skin builder where I can create a full setting file which contains all the details of the customization regarding the Form(Look, Feel and the controls such as a menu), I have used Iriskin and multiple apps doing this for me and when a user installs my application they still recieve a message about buying the registered DLL file, I would like to create it completely from scratch.
View 2 Replieshow to create an use control?this link http:[url]....
View 4 Repliescreating a class.cs in a win form app? Here is some code I will use many times in my application...
Dim dat As System.DateTime
Dim day As Integer
day = dat.DayOfWeek
[Code].....
And also how to call this class in my forms to invoke this..
I have an error that keeps regenerating when the form is closed and open back up.
1) Windows Form Application (Project: TestProject)
2) Add class in same project:
Public Class Test : Inherits System.Windows.Forms.TextBox
3) Drag and drop into the form within the project (works fine)
4) Close form
5) Re-open form... then error about the class Test in the project not defined
Actual Error: Type 'TestProject.Test' is not defined.
Is there a best way around this besides creating a separate project and putting the 'Test' class in that separate project and referring that separate project in the 'TestProject'?
Modified Added: By the way... i've used Global.TestProject.Test... but then again another error generate with the custom property within the 'Test' class.
I barely use windows form but now I have a windows form application, there is a Listbox control, which will populate Active Directory search result, not like other regular database.I am thinking it would be nice if user can print off the search result in the listbox?
I was thinking using a Crystal Report viewer, but how to define the data source, it is not like regular data source that I can set up a connection, the search result is a dynamically generated data table, not from database.
I am currently creating an application which monitors any errors that occur in the other applications I have developed.
One thing that I want to try and do is add a sort of discussion thread into the form, so this allows for each member of IT to add comments/notes about the error that occurred.
Normally I would just use a DataGridView or a ListView, but I would like to have the capability for the comments/notes to be multi-lined so that the user can see what has been written without having to scroll sideways.
I have created a photo gallery in web.. was just wondering how to create a interactive in windows form. I wana put in all my pictures in a folder. Then call all the pictures from that folder. I am also wana set a caption for all the images but I dun wana use any db.
View 3 RepliesI want to create a table in my windows form application using VB.Net.
The table's rows and collumns are filled dynamically based on a selection in a drop down list. Each row in that table would have 2 textboxes, 1 combobox, 2 checkboxes, and 1 button.
I am aware of DataGridView and TableLayoutPanel -DataGridView - I do not like the appearance so I don't want to use it...Also it is not very flexible with checkboxes and buttons
TableLayoutPanel - Will involve many lines of code. Also handling the checkbox and button click events is not very flexible
have been developing an application for quite some time now. I have decided to create an mdi parent form to hold all the windows I have done so far. Is there an easy way to implement the mdi parent/ child associations?
View 12 Replies