Search Results

Showing results 1 to 13 of 13
Search took 0.05 seconds.
Search: Posts Made By: debasisdas ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2009
Replies: 16
Views: 1,066
Posted By debasisdas
try the following code, make changes as desired


Dim CN As New ADODB.Connection
Dim RS As ADODB.Recordset
Dim DataFile As Integer, Fl As Long, Chunks As Integer
Dim Fragment As Integer,...
Forum: Visual Basic 4 / 5 / 6 May 16th, 2009
Replies: 3
Views: 1,400
Posted By debasisdas
To create jut an exe select makeEXE in File menu.

To create a complete setup use the Package and Deployment wizard .
Forum: Visual Basic 4 / 5 / 6 Nov 8th, 2008
Replies: 2
Views: 495
Posted By debasisdas
please find some related articles here (http://bytes.com/forum/thread724451.html) and here (http://bytes.com/forum/thread726143.html).
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2008
Replies: 3
Views: 1,380
Posted By debasisdas
how are you calling the reports from VB ?
Forum: Visual Basic 4 / 5 / 6 Oct 8th, 2008
Replies: 4
Views: 957
Posted By debasisdas
that is because VBA is used to define macros notto compile an EXE or DLL.
Forum: Visual Basic 4 / 5 / 6 Oct 5th, 2008
Replies: 3
Views: 4,160
Posted By debasisdas
you can call the .net exe from Vb at runtime ans pass the parameter.
Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2008
Replies: 11
Views: 5,636
Posted By debasisdas
Hi Neha

Here we do not write code for others. SO please do not expect others to design the GUI and send you the code . for getting help you need to post what you have tried so far for the...
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2008
Replies: 4
Views: 3,953
Posted By debasisdas
you need to copy that componet to your system foolder and register that with windows using REGSVR32.
Forum: Visual Basic 4 / 5 / 6 May 14th, 2008
Replies: 5
Views: 1,250
Posted By debasisdas
instead of hard coding the recordset object open and close that dynamically through a sub procedure.
Forum: Visual Basic 4 / 5 / 6 Apr 3rd, 2008
Replies: 5
Views: 1,339
Posted By debasisdas
Add Exit Sub before the error handler.
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2008
Replies: 5
Solved: Change Font
Views: 2,189
Posted By debasisdas
Try using looping through all the controls on the form that have font property.
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2008
Replies: 17
Views: 2,379
Posted By debasisdas
Try use this sample code


Private Sub tv1_NodeClick(ByVal Node As MSComctlLib.Node)
LV1.ListItems.Clear
rs.Open "select * from EMP", con, adOpenDynamic, adLockOptimistic

Dim li1 As ListItem...
Forum: Visual Basic 4 / 5 / 6 Nov 11th, 2007
Replies: 3
Views: 606
Posted By debasisdas
Then kindly post the question in the proper forum only.
Showing results 1 to 13 of 13

 


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

©2003 - 2009 DaniWeb® LLC