Forum: VB.NET Nov 3rd, 2008 |
| Replies: 0 Views: 1,742 I have two pictureBoxes & two Panels. On PictureBox1_Click, I want that Panel2 is Fadeout & Panel2 is Fadein. & on vice-versa on PictureBox2_Click.
I write the foll. code-- But with that code... |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 14 Views: 1,354 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 14 Views: 1,354 I go to start & type the Coomand,Msg is threre DllRegisterServer in msdxm.ocx failed...What was it?????????????/ |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 14 Views: 1,354 What does it mean make sure you have registered the component using regsvr32 utility. |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 0 Views: 360 Hello frnds, i add the languages in combobox on form load,I want that suppose i select Hindi from the combobox, All the Projects text is converted to hindi...& so on.
Can somebody help me,as i have... |
Forum: VB.NET Jul 13th, 2008 |
| Replies: 1 Views: 448 Suppose mine textfile contains the foll. records--
Sunday, July 13, 20086:29:55 PM^^1^^ritu
Sunday, July 13, 20086:29:55 PM^^2^^ritu
Sunday, July 13, 20086:29:55 PM^^3^^ritu
Sunday, July 13,... |
Forum: VB.NET Jun 15th, 2008 |
| Replies: 5 Views: 8,391 hey frnds, Firstly I pick the records from the databse into the DataGridView, Then I want that If we made changes to the records in the GridView & Click on Update Button, Changes are Reflected into... |
Forum: VB.NET Jun 1st, 2008 |
| Replies: 0 Views: 879 hey frnds i want to know that how to add Textbox entry into the dataGridView.
Suppose I have DataGridView with two Columns-
First Column--name
Second Column--marks.
On the Form--
I have a... |
Forum: VB.NET May 23rd, 2008 |
| Replies: 4 Views: 1,066 I know call them but i have already told i wnat code |
Forum: VB.NET May 23rd, 2008 |
| Replies: 0 Views: 631 Hey frnd tell me that in Vb to scan a registry we define our own function. In Vb.Net to scan a registry we define our own function or using the inbuilt function,it can also be done??
Plz give me... |
Forum: VB.NET May 22nd, 2008 |
| Replies: 4 Views: 1,066 Hey frns I want to record the time that the application takes. I want that when i click on Start Button in label time starts from 00:00:00, & when we click on cancel button time resets to zero.
I... |
Forum: VB.NET May 16th, 2008 |
| Replies: 3 Views: 4,906 I try the foll. code---
protected void Button1_Click(object sender, EventArgs e)
{
int i;
for (i = 0; i <= ListBox1.Items.Count - 1; i++)
{
... |
Forum: VB.NET May 11th, 2008 |
| Replies: 1 Views: 509 I have three labels & three textboxes on the form, I bind the data to the textboxes using DATA FORM WIZARD & Binding Navigator to naviagte thru the records.
Suppose if i do any... |
Forum: VB.NET Apr 29th, 2008 |
| Replies: 1 Views: 5,959 Hey frnds, I know about Ctype??
Please forward me what is Directcast,Cz i hace faced this question in Interview.Difference B/w the aboce two???/ |
Forum: Visual Basic 4 / 5 / 6 Apr 24th, 2008 |
| Replies: 1 Views: 890 What is @@rowcount and with small code snippet explain the usage?
Is the foll. code is rite--
Create procedure get_emp_count ( @emp_id int) As Select * from emp where
emp_id =@emp_id
If... |
Forum: Visual Basic 4 / 5 / 6 Apr 23rd, 2008 |
| Replies: 0 Views: 657 I know only three differneces.
1) ADO wroks on Connected architecture, while ADO.Net on DisConnected Architecture.
2)ADO is used to create Client Side Cursors while ADo.net create both client as... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 7 Views: 844 I understood.
I have SQL Server 2000/2005 installed on my computer(Same m/c).
If I do not give server name in Connection name,then by default it takes SQL 2005 version,means higher version. Is it... |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 7 Views: 844 hi,nileshsarode, I had done all the steps of connectivity.
One thing ,After clicking on Test Connection button,Msgbox is displayed that shows Test Connection Successed.
After that u write click... |
Forum: MS SQL Apr 9th, 2008 |
| Replies: 2 Views: 4,787 |
Forum: MS SQL Apr 8th, 2008 |
| Replies: 2 Views: 4,787 FIRST EXAMPLE--CREATE FUNCTION dbo.myFunction()
RETURNS INT
AS
BEGIN
DECLARE @myInt INT
SET @myInt = 1
RETURN @myInt
END
select dbo.myFunction() as 'Simple Number' |
Forum: MS Access and FileMaker Pro Apr 8th, 2008 |
| Replies: 4 Views: 995 Can u plz tell me in the more clear way,I m not getting. |
Forum: MS Access and FileMaker Pro Apr 8th, 2008 |
| Replies: 4 Views: 995 CREATE TABLE Persons
(
FirstName VARCHAR,
[Last Name] Text,
Gender int,
[Date Of Birth] DateTime,
MaritalStatus Integer,
IsMarried Bit,
PersonalIncome Money,
HouseholdIncome Currency |
Forum: MS Access and FileMaker Pro Apr 8th, 2008 |
| Replies: 7 Views: 2,781 hi clue,plz tell me I also want to create a form that add two nos, but I do not know form where to place Textboxes & command button on the form.plz tell me I will be very thankfulto you. |
Forum: MS Access and FileMaker Pro Apr 8th, 2008 |
| Replies: 2 Views: 4,561 Can Somebody plz tell me how to give the form ,a footer & header. I want to write in Heaer-REPORT FIRST
But i m not getting how to type the text in Header & Footer, plz reply.
Bydefault the... |
Forum: MS Access and FileMaker Pro Apr 7th, 2008 |
| Replies: 7 Views: 2,781 U all r talking in this thread abt the form In MS Acess or anyelse. |
Forum: MS Access and FileMaker Pro Apr 7th, 2008 |
| Replies: 7 Views: 2,781 hey I know how to Create a form Using Wizard. Can somebody plz tell me how to create from on which u place controls like Textbox,CommandButton.
Plz reply. |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 29 Views: 5,543 But nothing is added in the toolbox to which I can Drop onto the form,after doing this. As when we add ADO,it is added in the toolbox. |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 29 Views: 5,543 There is so such control in the Components... Microsoft Active X Plug in ..Is it same as which u r saying?/I m working on 6.0. |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 29 Views: 5,543 hey tell me dat ADODC is always used on all the form,if we deal with the database. |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 14 Views: 1,909 Where u have posted the thread. Actually u r online.dats y i told u. If u don't want to reply then its's OK. |
Forum: MS Access and FileMaker Pro Apr 7th, 2008 |
| Replies: 1 Views: 4,912 I m new to the MS Access, I m prone to the SQL Server Only.
Can u plz explain the difference b/w Datasheet View & Design View.
I have some idea,pls check it whether me right pr wrong. In... |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 14 Views: 1,909 Hi,Choudhary,can u pls do a favor for me if possible,plz Send me the answer of Connectivity 2000 + VB thread,i have send it, But no-ne replies are there. Its Urgent. |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 29 Views: 5,543 steps i Follow-
1) Go to Control panel-->Admintrative Tools-->Double -click
Data sources(ODBC)-->click Add button-->I choose SQL server(last option), Is it right or wrong option for connecting to... |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 14 Views: 1,909 mam, If i write the foll. code--
mnumenu3.Visible = False
mnumenu6.Visible = False
mnumenu1.Visible = True
mnumenu2.Visible = True
mnumenu4.Visible = True
mnumenu5.Visible = True
Me.PopupMenu... |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 7 Views: 844 In Vb we can connect to all the databases like SQL 2000/SQL 2005,Oracle,Access.
Out of the given databses we can connect to which databases.
Secondly,told me dat if I want to connect to SQL-any... |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 14 Views: 1,909 Queen mam,on form_load i have to write this code... |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 14 Views: 1,909 Dear Chodhary,I have read ur previous reply, But queen mam, didn't understand my first ques,dats y i have posted the Ques again to make her understand in a clear way.. raed the Queen mam reply after... |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2008 |
| Replies: 14 Views: 1,909 No No mam, i m checking the menu at runtime only. This is not exactly I want to ask.
i want to ask that Suppose there are two menu items menu1 & menu2.
Menu1 will futher have subitems menu3
&... |
Forum: Visual Basic 4 / 5 / 6 Apr 5th, 2008 |
| Replies: 14 Views: 1,909 HI, I have made a menu with two menu Items
Colors
Size.
Colors will further have the submenu Items-->
FillColor
Exit
FillColor will further have-->Red,Green,Blue |
Forum: VB.NET Apr 5th, 2008 |
| Replies: 16 Views: 3,543 |