Create Stylish Form Skin In Visual Basic?
Sep 1, 2010
How to make stylish form in VB.Net?I am working on Final year project for graduation. Project on a "Service center" of a Mobile company. how to make project more beautiful or easy user interface.
Programming language: VB.Net (2008)
Database: SQL Sever
View 2 Replies
ADVERTISEMENT
Jul 9, 2009
how can i change the skin of the form in visual basic 2008 .
View 1 Replies
Dec 8, 2011
I really wanted aqua skin (Mac OS X) for my forms at Visual Basic 2010.I found a site called SkinSoft which offers an installation for a componentfor them that skins over the form to make it Mac OS Xish.Now, they say that - Visual Basic/ C# Express users will have to manuallyadd the item into their toolboxes - "Choose items", and from the list choosethe AquaSkin component or whatever name it is, but I couldn't find it in mine.
View 2 Replies
Feb 15, 2011
how to make a layered form (im a begginer!). I've found something about calling API, but that sounded like old; cant I do this with .Net? If api is necessary, with that hwnd thing, how do I call it? And if you are so kind, is there a way to search for thing only for visual basic .net 2010? Because i dont find a way to practice a strict filter, and visual basic 6, or old visual basic stuff (if not other languages) appear mixed with the program i use.
View 1 Replies
May 11, 2011
create admin form to register, Remove, Edit user accounts in the system connected to Microsoft SQL Server R2 2008 or access database ? any toturial videos or instructuions step by step ?
View 3 Replies
May 29, 2010
How do I create a variable in Visual Basic?
View 4 Replies
Sep 22, 2010
I saw Beth videos, and I wanted o creat a database with Visual Basic...
I downloaded Visual Basic 2010 Express, but I saw there is no option to connect to server...
and in the Databse Explorer, there is only Data Connections and no "Servers"...
View 2 Replies
Nov 16, 2009
I want to know the steps to create a menu bar.
View 2 Replies
Apr 8, 2010
using visual studio 2008 and programming in visual basic. i need to create a ftp server and am not sure where to start...i've tried to find anything that would help but all i come up with is the system.net.ftpwebrequest object but nothing really about how to use it. i need it to download files only, show connections, the ip addresses connected and the progess of the file transfer.
View 6 Replies
Aug 11, 2010
I am trying to create a DLL from a class library in Visual Basic.
First I created a new Project in Visual Basic Express 2010 as a class library. Then I added a class which contains a function that I want to access in another program. This is why I want to export the class library as a DLL. In visual studio I am compiling the project which refreshes the saved dll in the bin folder of the project directory. When I open this dll or include it as a reference in another executable visual basic project, it does not find the function. how to generate a dll from a visual basic class library properly?
Here is the code of the class stored in the class library project:
Public Class Test
Public erg As String
Public Shared Function fTest(ByVal in As String, ByRef out As String) As Boolean
[Code]....
View 6 Replies
Aug 21, 2011
I have a two part question
I have a button on a form that when clicked i want to have it flash a few times. I have tried creating a for-next loop using the visible true/false property but I only get one result, that being false.
I also want to vary the lenght of time between the flashing.
View 3 Replies
Jun 13, 2011
How to create a macro recorder that will save each and every keystroke, like the one in MS WORD, and save the saved keystroke in a database, and it will allow user to assign it a hotkey to paste the saved data anywhere in e.g. text editor, emails, etc!
View 5 Replies
Dec 9, 2009
I want to be able to have a print button on my form that when clicked, automatically prompts the users printer to print the form in it's current state when the button was pressed.
View 6 Replies
Sep 23, 2009
I'm a college student and starting to use Visua Basic 2008.Unfortunately couldn't find the right algo for adding a database in vb 08. T_TMy problem is that how to add a database access 2007 in visual basic 2008.
View 3 Replies
Mar 14, 2009
How to display zeros after decimal place in numbers in Listbox?
View 3 Replies
Jun 27, 2012
how to make that application send a http request via POST to a file on my webserver with the username / pw.
After all the tutotials I've been reading, I concluded that none worth spending my time with, because they all based on own database, and I'm looking for one that connects to a maestro server and requests the data from there.
View 2 Replies
Aug 13, 2011
When ever I try to add Service-based Database in Visual Basic 2010 Express Edition it just prompts me a message.
And if it means anything this error started showing right after I installed
Visual Studio 201 Professional test.
View 5 Replies
Jul 21, 2010
I am trying to create a quiz on visual basic 2008 with two buttons : true; false that present one question at a time. At the end of the quiz, I would like the program to add up the number of correct questions.
View 3 Replies
Feb 26, 2009
Im still working on my scheduling program and Im thinking of how to get it where it dont add my agent until they actually leave for lunch and not just t the time they are "supposed" to. So sine my program sends emails Ive been thinking of making it where the agent replies with #lunch sh250080 and then when my program receives it it adds them to the lunch list.
View 3 Replies
Mar 2, 2010
Does anyone know of a way to create a demo disc (CD) of a Visual Basic ClickOnce application? I used to be able to download the exe file and run it. I'd like to show my work via a disc rather than create a file to install on a users' computer.
View 2 Replies
Mar 6, 2012
One of the client requirements is that the server generate files and store them on a special folder. This files created can not be modified by users or deleted.So the only way I thought is to generate this files with elevated privileges so a normal user can't delete or modify them.But the question is how can I generate a file with this privileges that normal users can interact with this files... only download from server.I use this code to generate the file... But I don't know how to configure it for elevated privileges.This is the button which generate the file and allow to download it:
Protected Sub ibtGenerar_OnClick(ByVal sender As Object, ByVal e As ImageClickEventArgs)
oArchivoTelecredito.NombreArchivo = txtNombreArchivo.Text
oArchivoTelecredito.SesionDetalleArchivosTelecredito = New List(Of
[code].....
View 1 Replies
Jan 6, 2010
However I have hit a massive brick wall with my program. My program that I'm trying (can't emphasis this word the importance of that word) to create a Client/Server chatroom using TCPClient in Visual Basic. So far I can get my client to speak to my server. However, i'm trying to get the returned data to display in a listbox which never happened, i then tried a label, which again never happened then a text box which I'm sure you can figure out how that went! I'm not great at networking programmers nor am I not bad I'm terrible but duty calls when it comes to projects.
The code I currently have was mostly taken from the net but when I have the program fully work and I understand how the software works I intend to heavily modify for it to suit the needs of what I need to achieve. where I can get my client to display the data from the server that I have already sent to the server (which displays successfully within the server).
[Code].....
View 2 Replies
Jan 24, 2011
How do you extract source code from a VB.NET .EXE file?
View 3 Replies
Oct 10, 2011
I have a form, user logs in and another form is generated. User submits a query. My problem is that I cannot keep a record of who is making the query.
The user has a uid and usernamae but once the new form is generated where the user submits the query both these identifiers are gone. Is there a way in which I can overcome this?
View 2 Replies
Feb 19, 2012
Okay guys this is my first thread as well as my first dive into programming. So my question is, I want to have this design on my form that would fade from blue to black, and I have no idea how to do this. So picture a form thats blue and when you look
View 3 Replies
Jun 14, 2010
i can connect to only one Data Base with dataset in Visual Basic . but i want Have Dynamic connection to data base i mean in want to my appliction users have ablity to connect to any data base they want (For Example : Choose file from menu and then open and then Select any Data base.)
View 4 Replies
Jun 13, 2010
I am a student and trying to start a programming career, my colleague asked me to make a multi tier or multi client desktop application for the schedule tracking using xml as a database; however the desktop application would be deployed in one or more computers but my leader can monitor the info from her office in addition she wanted me to put administrative privilege to avoid unauthorized access in some database features of the system. an info regarding multi-client desktop app.
View 3 Replies
Sep 18, 2010
How can I add a string to my visual basic form?
I'm creating a study application for myself and this is what I have:
Imports System.Diagnostics
Public Class Form1
Dim amounts As Integer
[Code].....
I'm trying to display a line of text on my form saying.. "Prevented firefox from running X times.
X being my "amounts" variable.
Here's what my form looks like:
So how can I put my amounts variable in place of the X?
View 1 Replies
Sep 2, 2009
I am trying to display *.rpt file in visual basic submit form, how would I do that? I have Report2.rpt and Form1.vb, I like to call Report2.rpt when submit button is clicked, it will then show the report on screen.Private Sub SubmitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SubmitButton.Click.[code]And also how do I get the date to be queried in my crystal report, I don't want all records, I just want the records in between fromDate and toDate.
View 2 Replies
Jan 12, 2012
I've managed to find from other questions some data that allows me to achieve the next code:
Imports System.Runtime.InteropServices
Public Class Form1
<DllImport("user32.dll")> _
[Code]....
My problem is that I can't manage to find the DOS console window.
The question in C# Embedding a DOS console in a windows form
View 1 Replies