i have design two software in vb 2008 and i want the second software to be open from the first one through a button in the first project of software. i have create the button but i need a code that can call the second software or project to open when i click on the button created for the second software or project in the first software or project. in a simple word how can i create button to open another application i design in vb 2008
After trawling around the net for a good few days, i decided to post something here.
Basically, i've got a problem linking a data source (Access 2007 database) to a VB 2008 project.
I've broken it down to having a problem dragging a table onto my form, when it generates the nav bar, it says "0 of {0}", and the table is empty (despite the actual database containing values)
However, this happens only at home, at college it works totally fine. The only difference that's obvious is that i'm using Windows 7 at home, and Windows XP at college.
I have a problem i have made setup of my project when i install it and run the program it asks for the complete path of database like this "C:PaymentsystemPaymentSysteminDebug".
Is there any way i want to change the path i mean i want to place database in d drive.
When setting up the Ajax Control Toolkit's AutoComplete control, it creates an utoComplete.asmx and a AutoComplete.vb file. The AutoComplete.vb file automatically ends up in the App_Code folder. I was hoping to move all of these styled-classes into a separate namespace, but the compiler simply does not dig it. Is this possible, or must it be within the presentation layer to access the "Web" related namespaces?
i have made a little program , however [im new to coding] i dont know how for example when a user clicks file > software i would like the user to go to a program , which is saved in same file as of he vb application.Also how for my legal document can i make a pop up box ,not a msg box , with created by copyright.
I have two areas on a form. One scrolls through patient visit details, the other scrolls through each patient's name and address, information like that. Is there a way that I can link these together so that as I scroll through one, the other scrolls as well? Meaning when John Doe shows in the left pane with his name and address, his appointment info shows at the same time on the right? It's using two different tables in the same data set, one for patient info and one for appointment info.
I'm designing a sign-in program that will give kids points if they invite people to come to the weekly events, and if those guests come then the kids who invited them will get extra points every time a guest of their's signs in. I really need help with this as technically I've only had one semester of programming.
For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.
i wanted to link options selected from Comb box A (general) to specific options in combo box B (specific). I want to pick a word in Combo box A that has specific words/phrases in Combo Box B show. But not all the words to show in the combo box B if they aren't associated with the Word picked in Combo Box A. Ex.When "Soda" is picked in A, only "Coke, Sprite, Fanta" should be visible in combo box b, not everything else.
This is the code i used to make the boxes, but i don't know how to link them. Do i use an If/Else/ Case Else statement or what?
Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' fills the combo boxes with values
I have used "buttons" and linked using "process" to files on my C drive but need to have the files added when compiling. What code will I use to ensure all documents and files are copied & available so that I can compile and use on CD.At present buttons do nothing because of not seeing the link to the files.
A friend at work is trying to write a piece of database software for an HND project and when adding his database file, he gets the below error message. I'm too much of a greenhorn to know what it means, can anyone make sense of it?
Using VB2008 and Sql. I have one table and two forms. On form1 I have details view of table and on form2 I have DataGridView of the same table. What I am trying to accomplish is when i click on DataGridView is that details view changes and shows data selected in DataGridView.
I am trying to link a date produced from a month calendar to a three column data source . Col 1 is date and cols 2 and 3 hold password records for use on the selected date. I am able to have the selection from the month calendar produce a result into the label text but cannot see how to relate the date in col 1 back to the label. I am beginning in this world,
I have created some tables in 2007 and would like to use visual basic to create an interface for a database. I would like to add, edit, and view my records and maybe create reports.
Does anyone know of any online tutorials which would help me to do this or could anyone offer any guidance.
Im trying to tell my button to go directly to a website, it works fine when i path it to the web browser itself, but then when i add it to go to the sppecific site it says system cannot specify file path. Heres the code Rob gave me and it didnt work ""[URL]""" Heres my exact line: Process.Start("C:Program FilesFlockFlock.exe ""[URL]"")
I'm working on building my own UserControl that will display thumbnails. I've got the collection and the items that the collection holds working ok, and I've got a handle on how I'm going to display the information on the face of the UserControl. However, my problem is how to fire the Method that displays the thumbnail on the face of the UserControl when a new Item is added to the Collection?
The Calendar control (the Month Calendar) control in VB 2008. I am creating an attendance timesheet and I want the Calendar to color each date differently like e.g An employee Paul is selected from a list.
On the calendar I select the month. (The dates are not supposed to be selectable). Then lets say it is June. He is late on the 1st and the Second, so those days are supposed to be colored red (the whole block). Let's also say he is absent on the fourth and so I want that date to be coloured black. How do I do this? I tried finding a query and my friend told me that this functionality is not available in the current control and that I was best off making my own control (???).
I have tried selecting specific dates and bolding them (there is a function that allows this) but I am stumped trying to find two different ways to differentiate colours. Second:- How do I link a calendar with an Access Database?
I am working on a project that requires us to create a bracket type tournament and I am now stuck. I linked my access database to my project, and have 32 labels (lbl1-lbl32) and I cannot figure out how to integrate the labels to read from my database. It can be random or not, I just cannot get the labels to display the names of the fighters.
After the labels are integrated, the next coloum of the bracket has a link that opens a new window with each of the fighters match results, does the link have to include anything particular to display the attributes from the database?
I have developed a windows application in VB 2008. Now I want to make an Installation Package (setup) of my Project. But I don't want to create only the Setup. I want to include the .Net Framework 3.5 and Crystal Reports and all the files that are necessary to run my Application. so that when I run that setup (installation package of my application) all the necessary files installed automatically.
I have a form that displays some data I pull out of a SQL server. Now I want to print this entire form on an A4 sized paper (including the static labels etc). see pic attached. write a function that would print the entire form once all the data is retrieved (EOF of the dataset)?
I want to change the colour of the autocomplete section of a combo box depending on the value of the item. I found the following code to do this for the main drop down section like so.;
Private Sub cbdept_DrawItem(ByVal sender As Object, ByVal e As System.Windows.Forms.DrawItemEventArgs) Handles cbdept.DrawItem Dim c As System.Drawing.Color
I am trying to make a regex that will match strings between a comma only if the comma is outside of complete brackets. Brackets inside of " " should not count. Examples below. [code]
Is there a tool to convert a VB.NET 2005 project to a C# 2008 project. I am trying to convert our project to VS 2008 and mostly port all the vb.NET code in some projects to C# 3.0/3.5.
i'm doing a program, and i'm working with a guy (he's kinda like a teacher) and he's teaching me tiered coding, UI, BLL and DAL.i've been taught to have the UI in one project, and the BLL in another, but they're in the same solution. pretty much i don't know how to declare things from the BLL project in the UI project.
I emptied the recently-viewed projects from the registry but now the project which I'm working on does not appear there even though I've opened it many times. How do I get the project to appear in recently-viewed projects?