Search Results

Showing results 1 to 40 of 43
Search took 0.01 seconds.
Search: Posts Made By: Yogesh Sharma
Forum: VB.NET Nov 3rd, 2008
Replies: 0
Views: 1,742
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Forum: VB.NET Oct 16th, 2008
Replies: 14
Views: 1,354
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
What does it mean make sure you have registered the component using regsvr32 utility.
Forum: VB.NET Oct 16th, 2008
Replies: 0
Views: 360
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
I know call them but i have already told i wnat code
Forum: VB.NET May 23rd, 2008
Replies: 0
Views: 631
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Solved: @@rowcount
Views: 890
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Solved: Scalar Function
Views: 4,787
Posted By Yogesh Sharma
Thx I have Got it...
Forum: MS SQL Apr 8th, 2008
Replies: 2
Solved: Scalar Function
Views: 4,787
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Solved: POPUP menus
Views: 1,909
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Solved: POPUP menus
Views: 1,909
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Solved: POPUP menus
Views: 1,909
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
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
Solved: POPUP menus
Views: 1,909
Posted By Yogesh Sharma
Queen mam,on form_load i have to write this code...
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008
Replies: 14
Solved: POPUP menus
Views: 1,909
Posted By Yogesh Sharma
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
Solved: POPUP menus
Views: 1,909
Posted By Yogesh Sharma
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
Solved: POPUP menus
Views: 1,909
Posted By Yogesh Sharma
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
Posted By Yogesh Sharma
Showing results 1 to 40 of 43

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC