Forum: Visual Basic 4 / 5 / 6 May 12th, 2009 |
| Replies: 0 Views: 1,112 I m reading the doc file in binary mode,Junk Characters are returning,Now i want to convert these junk characters(BYTE ARRAY) to string....But mine code is not converting...
Private Sub... |
Forum: Visual Basic 4 / 5 / 6 Apr 28th, 2008 |
| Replies: 5 Views: 772 I mean like v have programs in Graphics
Drawing Ellipses?
Drawing Arcs?
Drawing Curves & so on??
The prograns given above are if no use na??Am i Rite??? |
Forum: Visual Basic 4 / 5 / 6 Apr 27th, 2008 |
| Replies: 5 Views: 772 hey frnds tell me one thing,Graphics is used in Projects or not.
Because I think so its a waste material given in all the books & it is used not in any projects.
Any Suggestions. |
Forum: Visual Basic 4 / 5 / 6 Apr 23rd, 2008 |
| Replies: 9 Views: 2,942 I have already accept ur invitation on orkut. |
Forum: Visual Basic 4 / 5 / 6 Apr 23rd, 2008 |
| Replies: 0 Views: 597 hey there are different methods to deploy application for VB.Net, ASP.net, C#,Jscript.
As all these are languages of .Net Framework. All the languages have differerent methods of deployment.
... |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008 |
| Replies: 9 Views: 2,942 hi Shouvik ,
After doing the changes as suggested by you,Result is not appropariate.
Private Sub Command1_Click()
Text1.SelText = UCase$(Text1.SelText)
Label1.Caption = Text1.SelStart + 1... |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008 |
| Replies: 9 Views: 2,942 In listbox property MultiSelect, what is the diff.b/w simple & Extended,cz in both the cases items are selected using CTRL+MOUSe. |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2008 |
| Replies: 9 Views: 2,942 1) Single Line Textbox can have a horizontal scrollbar-i READ FROM D BUK.
But no scrollbar is going to attached with single line textbox. Can a single line textBOX HAVE hor. scrollbar.
... |
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008 |
| Replies: 29 Views: 5,551 hey Shouvik,Till Now i do not want GRIDVIEW DATABINDING, I am doing if user types Rollno 1 in textbox Roll and click on search button, then in the corresponding textboxes info is displayed in other... |
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008 |
| Replies: 29 Views: 5,551 hey Shouvik ,Till Now I have did the foll--
I inserted the records and as the records are inserted into the database,all the textboxes are clear.
THX FOR UR HELP.
Now I m trying to do myself... |
Forum: Visual Basic 4 / 5 / 6 Apr 16th, 2008 |
| Replies: 29 Views: 5,551 Hey Shouvik,I m trying to insert the records into the DATABASE Table.
Form Designing-Three textboxes , & one Insert button.
I m inserting just numbers in the column roll.
DATABASE... |
Forum: Visual Basic 4 / 5 / 6 Apr 16th, 2008 |
| Replies: 8 Views: 851 Hey Shouvik,On 26 there is interview on the same i mentined in my previous scrap.As I know .net + SQL, I have to go for interview or not??????What u think? |
Forum: Visual Basic 4 / 5 / 6 Apr 16th, 2008 |
| Replies: 8 Views: 851 I do not know where to post this question,dats Y I posted it here only.
I have seen the advertisement in the newspaper NET Technologies on D2K and backened as SQL.
Can Somebody tell me what is... |
Forum: Visual Basic 4 / 5 / 6 Apr 15th, 2008 |
| Replies: 29 Views: 5,551 Hi Shouvik ,
query="insert into stuinfo(roll,name,marks) values('" & txtroll.text & "','" & txtname.text & "'," & val(txtmarks.text) & ")"
1)If we broke the above line into two lines y the error... |
Forum: Visual Basic 4 / 5 / 6 Apr 14th, 2008 |
| Replies: 29 Views: 5,551 I have tried the foll. code- But it contains errors.plz help me out to sort it & Reply--
Private Sub Form_Load()
Dim gcn As New ADODB.Connection
gcn.Open = "Provider=SQLOLEDB.1;Persist Security... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 23 Views: 2,089 Hey, can anybody tell me that as in Vb.net ,Identifiers are there public ,private,protected.
Variables declared as public can be accessed otuside the modules.
In Vb,these are also valid or... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 33 Views: 2,721 Private Sub Text1_KeyPress(KeyAscii As Integer)
Select Case KeyAscii
Case 65 To 90, 48 To 57, 8
Case 97 To 122, 8
Case 65 To 90, 90 - 122, 0 - 47, 58 - 64, 91 -... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 14 Views: 1,561 |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 14 Views: 1,561 Hi Queen, I got it how to insert a Toolbar.
One thing told me , I have two buttons on the MDI form.
Form1 Form2
When I dbl click on button Form1,
Private Sub Toolbar1_ButtonClick(ByVal... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 29 Views: 5,551 INSERTION CODE PROVIDED BY YOU IN THE PREVIOUS REPLIES-Dim rs as New ADODB.Recordset
if rs.state=adStateopen then rs.close
rs.open
"select * from branch_details",gcn,1,2
rs.AddNew... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 29 Views: 5,551 |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 29 Views: 5,551 The ADO/ODBC/OLEDB refers to same thing which is ADO (Activex Data Objects).
Secondly,told me that even they are refer to the same thing,Steps are different na to connect to the database.... |
Forum: Visual Basic 4 / 5 / 6 Apr 12th, 2008 |
| Replies: 29 Views: 5,551 Hey Shouvik ,I like the answers.
One thing told me Suppose I learn just one connection to connect to Vb,As there are may ways to connect to VB, In companies there is any restriction that to... |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 33 Views: 2,721 ok oK. Last question on this thraed.
TELL ME One THING 48-57 IF FOR 0-9
8 is for backspace
32 is for???? |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 33 Views: 2,721 Private Sub Text1_KeyPress(KeyAscii As Integer) Select Case KeyAscii Case 65 To 90, 8, 32 'Let these key codes pass through Case 97 To 122, 8, 32 'Let these key codes... |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 14 Views: 1,561 Hi,There is no tab of such name. |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 33 Views: 2,721 hi,Queen Coding given by you is doing dat when we are entering alpahabets,It converts into upprercase & when we are entering numbers it allowed dat.
I want that no numbers are also allowed.
In... |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 14 Views: 1,561 Hey Jx_Man,If I use my method then I have to drag the pictureBox & then Image.
Then Picture Property is set to respectice picture.
If I m using ur method,I add toolbar as suggested... |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 14 Views: 1,561 Hey again confusion is there,Sorry for again disturbing U,there are many components with the same name,which one to choose-
Microsoft Windows Common Controls 5.0(SP2)
Microsoft Windows Common... |
Forum: Visual Basic 4 / 5 / 6 Apr 11th, 2008 |
| Replies: 33 Views: 2,721 HI JX_Man, I got it.
Second thing,as there are validations in Vb.net and methods like isnumeric ,ischar.
R there also validations in VB.
I want that if the user enters String in textbox,Msgbox... |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2008 |
| Replies: 14 Views: 1,561 There is no such component of name Microsoft Common Control 6.0
Components dat with letter C are as follows--
Microsoft Calendar Control
Microsoft Chart control
Microsoft Comm Control... |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2008 |
| Replies: 29 Views: 5,551 Hey choudhary,
Names I have mentioned below are all used to connect to VB or not??
ADO,RDO,ODBC,DAO,OLE DB????
AnyMore methods are there to connect to VB??
Plz just give the names as above.... |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2008 |
| Replies: 14 Views: 1,561 To Create a toolbar we drag the pricturebox & then the image.
Suppose I want that the text is there in place of image ,Is it possible ?? |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2008 |
| Replies: 33 Views: 2,721 HI,JX CAN U Give me eg. May be I m not understanding.
I try in the foll. way,Suppose i enter Sonia in textbox1 & sonia in Textbox2 msgbox is displayed which show the text EQUAL.
Private Sub... |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2008 |
| Replies: 33 Views: 2,721 Hey Frnd ,
Values in two textboxes can be compared without val correctly. See below-
Private Sub Command3_Click()
If Text1.Text < Text2.Text Then
MsgBox "value of textbox1 is smaller than... |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2008 |
| Replies: 33 Views: 2,721 hey somebody tell me is it necessary to use val like val(txtPrice.text). The same thing cannot be done without using val. |
Forum: Visual Basic 4 / 5 / 6 Apr 10th, 2008 |
| Replies: 1 Views: 492 Private Sub Command1_Click()
Dim a, b As Integer
a = 10
b = 20
sum1(a,b)
End Sub
Private Sub sum1(a, b)
Dim c As Integer
c = a + b |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 2 Views: 1,193 Thx,One difference I want to tell,I VB we can ADD only One MDI form, BUT in Vb.net we can add any number of MDI. |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2008 |
| Replies: 2 Views: 1,193 In vb.net no form is MDI,any form can ve made MDI by setting IsmdiContainer property to true.
But in Vb we add the MDI Form.
In Vb.net
Form1_click
dim obj as new form1
obj.show()... |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2008 |
| Replies: 3 Views: 625 Can somebody send me the basic book of Visual Basic if they have??? & if its possible to send on net...Send me on the below given Id->
sonia.sardana@yahoo.co.in |