Forum: Visual Basic 4 / 5 / 6 Nov 10th, 2009 |
| Replies: 16 Views: 1,066 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 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 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 how are you calling the reports from VB ? |
Forum: Visual Basic 4 / 5 / 6 Oct 8th, 2008 |
| Replies: 4 Views: 957 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 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 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 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 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 Add Exit Sub before the error handler. |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2008 |
| Replies: 5 Views: 2,189 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 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 Then kindly post the question in the proper forum only. |