20,284 Topics
| |
Can anyone tell me in simple terms how to create a class Library in VS 2003. It does not have that as an option when you go to add it. Any info would be appreciated. I went in and changed this : <Settings ApplicationIcon = "" AssemblyKeyContainerName = "" AssemblyName … | |
HELLO EVERY1, Im having difficulties in Visual Studio 2005 where I have a search program to search students from a database.It works fine but i donot get similiar records in the grid like there can be many people with same first name or last name E.g. If i select a … | |
hi, i'm hvng signup form with so mny fields n also hvng validation.in validation summary..the summary is displaying..I needd the summary should be align in format...in asp.net 1.1 with vb how to do that. | |
Hi all. im using Textcontrol version14. im able to add pagenumber to the Left top of the page and leftbottom of the page but i want to give the two more options like center of the document and right top and bottomright of the document. but im not getting how … | |
i manage to use the next and previous button in my program..the problem is it only show the last data on my my database that is when i click the next button..same as the previous button... i used the code that was given and fix all the mistake.... but it … | |
i need to send at or atx commands to mobile using c or c++.please tell me how to send it in win32 console?which fn &header file is used for this purpose? thanks in advance. | |
I can't figure out how to subtract the running total from 10. I also can't figure out how to make the time remaining label have a value when the form loads. Any tips on this would be SO much appreciated. [code] Imports System.IO Public Class atvRecords 'Public var declaration Private … | |
I have made changes in the MDI form ,,, but its not being shown in the form after running the program,, what can i do to save these changes n i wana see all changes after running,, changes are shown on the form before running, but after running, it is … | |
Hey all, I've got this program where I have to translate a word from English to Pig Latin. I'm sorta on the brink but I'm missing something. the test words are "ant" and "chair" but they should then turn to "ant-WAY" and "air-chay" but i'm ending up with "ant-anAY" and … | |
Can anyone tell me in simple terms how to create a class Library in VS 2003. It does not have that as an option when you go to add it. Any info would be appreciated. I went in and changed this : <Settings ApplicationIcon = "" AssemblyKeyContainerName = "" AssemblyName … | |
well to start i am a compleate noob to programing and this time iam going to go a bit deeper to something hard for me!!!! maybe so easy to you guys so lets see if can explain my self and get a head star here...please!!! i realy need this to … | |
I have two questions: 1. I have an if statment that if true does several things. This is where im having trouble: [CODE= vb]If something = true then something = 45 And something = 65 And something = 83[/CODE] My best guess was "And" to combine those three term but … | |
I'm creating a file that will only be on my local machine, for personal use. To make sure my kids don't enter data (or delete it) I want to do a simple password protection feature. I basically just want, when a button is pressed, a box to pop up with … | |
Hi I have been trying for a while to get a toolbar to work with a print function and cannot get it to work. However does anybody know if you can just use a normal button to print the form it is on? If so how?? I have already tried … | |
The file is being created and it is somewhat working. It works okay if you have the program open and enter like 3, 4, 1. It's supposed to subtract these from 10. It does so, saying that you have 2 hours left. But once it's shut down and you check … | |
Hi Friends ! I am working on vb.net, i want to send a value which is there in a data grid in one from to a text box which is there in another form. the data grid contains the Id and names of all the employees in an organization. in … | |
Hi there, Need help on something, you might know how. How can I format columns in datagrid- vb.net?because everytime I open the program, columns have same column width. dont know what to do | |
My application runs on a network of 15 to 16 clients on a SQL Server 2000. Some of the modules perform transaction, i.e. they run more than one sql. I have tied the different sql statemels under the following procedure: <code> con.Open() trans = con.BeginTransaction() Try ‘First Sql cmd = … | |
hiii how to reduce the column size of the datagrid based on the data present in that column | |
Hi, I am looking to write the sliding window protocol but am unsure where to start or how to do it. I read in text in a text file and display it in a label, do i need to convert the text to anything first, and also how do i … | |
Hi All, I need to generate payslips for all employees using crystal reports, some 2 to 3 employee's payslips are coming in a single page i need like that, and all data im getting dynamically from code behind using formula fields and parameter fields, bcuz no.of earnings/deductions may change at … | |
[B]1)[/B] What is string name?? [B]2)[/B]Can you have two files with the same name in GAC? [B]3)[/B]What is CAS?? I know just the full form Code Access secuiry. It is used for defining permissions. Which kind of permissions?? | |
i m using visual studio 2005. i am working on a windows application and i have a form and an mdiparent. On the form i have some buttons wich are control an sql server database and it works fine. when i make the form an mdi child then no one … | |
i create a form that user can enter their data then save into SQl server...that problm have being solve... Now i want the data to be automatically appeared in the text box and user can use the next button to search for their data..(text box created early for the user … | |
| |
I'm trying to create a .txt file that will hold a handful of numbers. I want to be able to add them, then retrieve the sum with my program (or retrieve the numbers and add them via the program, whatever). Unfortunately, I haven't a clue how to accomplish this. Also, … | |
hey frnds, plz tell me .Net Architechture if anybody have on mine ID <snip email> Second thing,I want to ask that ADO.net Architecture & .net Architecture r same or different thing. Third thing,plz send me the interview Questions on .net FRAMEWORK on mine ID. | |
Hey, I am currently having some problems with VB.net and MSSQL. I'm trying to create an application to learn more about VB.net, I decided to create a simple login system for the application (like the ones they used in distributed applications which have a centeral SQL server). I have come … | |
Hi all, [COLOR="green"][/COLOR]Please reply me soon !!![COLOR="Red"][ICODE][/ICODE][/COLOR] i have made my database in Ms-access and using vb.net for front end. My system is working fine with database stored in same pc of client(by giving path c:/.....). But i have to show my project using seperte server pc n client pc. … | |
Basically, I'm building a aspx calculator page for a client. What the visitor has to do is fill out the textboxes with a number. it takes the sum of all the text boxes, multiplies the sum by one number to get the minimum value and then another to get the … |
The End.