11,868 Topics

Member Avatar for
Member Avatar for zawpai

Hi all, Is it possible to select multiple records (rows) in "DataGrid" and then delete all selected items? Because I can't find any properties to enable for multiple selection. Whenever I try to delete a record, system always prompt the run time error. Private Sub Command4_Click() Dim count As Integer …

Member Avatar for zawpai
0
3K
Member Avatar for EkoX

Hello friends, I'm tring to make excel file using vb but i don't know how to do it. There anyone know how to do this. Thank you. Eko

Member Avatar for EkoX
0
456
Member Avatar for november_pooh

Hi all, As i mentioned in thread title, i want to create and delete folder. How i can create and delete folder/directory with vb6. Please help Regard

Member Avatar for rishif2
0
354
Member Avatar for imBaCodes

Do anyone here Know how to get the previous month of a given date.. Example given date: 11/25/2012 Output: 10/25/2012 thank you.. i know you can help me ..

Member Avatar for imBaCodes
1
170
Member Avatar for Ole Raptor

Hello, I have a form that has hit its max for controls. I have created a UserControl to add more to the form. I can re-size the UserControl but the controls on the UserControl are not resizing. I have the Sheridan ActiveResizer tool on the form that works with all …

Member Avatar for WordTickler
0
2K
Member Avatar for mrkm1188

I'm creating a form for employees to fill out and submit work orders but only employees in a certain security group in AD are allowed to use the program. Can someone give me the basic overiview of how i would write code for checking the users current windows credentials (the …

Member Avatar for Begginnerdev
0
159
Member Avatar for androidz

Good Day Hi, I would like to know, how to work with wireless and lan connections in vb6 and how to generate a random password on every users who wants to use the internet connection,this password has a limited time only it expires depends on the number of minutes you …

Member Avatar for Saleem_1
1
384
Member Avatar for keedier

hi there, im new in coding on visual basic, well, im new at coding at anything :) i have a problem on my telephone directory program that i created about listview, i was wondering if i can click the item on a listview and show the result on a new …

Member Avatar for Jx_Man
0
282
Member Avatar for somjit{}

hi everyone :) i want to learn vb6 , but i dont know where to start. I have a college project related to creating banking software where vb6 is being used as the frontend. i have around 1 month to get my vb6 skills up , as the project has …

Member Avatar for chowdhary.barnali
0
241
Member Avatar for imBaCodes

Can Anyone here can tell me How to create a Date Picker in MS EXCEL using MACRO. And Binding it with a Button onClick Event. Thank You

Member Avatar for Jx_Man
2
187
Member Avatar for Allorango

i have asdecr.dll file and i have to call c++ 2010 dll made file in vb 6 tell me process in detail.. like after open vb 6 what should i have to do to open dll file... step by step

Member Avatar for Allorango
0
224
Member Avatar for jayrbete

Can you help me about inserting video in resources of visual basic and how to call it and play in my media player in a form..because i have media player in my project and my problem is how can i insert video and call it from resources... i hope you …

Member Avatar for jakewebb
1
4K
Member Avatar for odohben

please how can i create a database and link it to my VB6 application. i designed a VB application to hold bio-data that will be updated from time to time but am finding it difficult to create the access back-end for it. please any urgent help will be most welcomed.

Member Avatar for jhai_salvador
0
232
Member Avatar for imBaCodes

I always get this error: >RUNTIME ERROR '32809' > Application-defined or Application-Defined error file_Path = interpo.ActiveSheet.Range("B12").Value number_of_loops = (interpo.ActiveSheet.Range("B9").Value - interpo.ActiveSheet.Range("B6").Value + 1) * 96 do anyone know how to fix this.

Member Avatar for jhai_salvador
1
76
Member Avatar for complete

What is the Congiguration manager class in the code and how do you set it in the Project or IDE? How do I set AppSettings in an ASPX project's Configuration manager? This is an ASPX/CS Project with Visual Studio 2010. It is a Configuration Manager question. I am successfully debugging …

Member Avatar for pitic
0
198
Member Avatar for imBaCodes

Hi, i have a form and i have 2 input box. Is there any way to restore the last input in reopening the Form. 'is there any code like this? userform1.input_date.value = userform1.input_date.lastValue Thank you in advance.

Member Avatar for imBaCodes
0
129
Member Avatar for otengkwaku

Hi guys i know that in linux you create a c file and use make or gcc or clang to compile it and then run it. My question is how do you run a c file or c++ file in vs2012 with out creating a solution. Also how do you …

Member Avatar for otengkwaku
0
336
Member Avatar for Naruse
Member Avatar for Jx_Man
0
1K
Member Avatar for imBaCodes
Member Avatar for imBaCodes
0
175
Member Avatar for Van1234

616.00 -first value -1 empty -2 empty 616.00- last value 791.00 791.00 -1 empty -2 empty 994.00 1,008.00 - - - -- - 910.00 882.00 -1 empty 826.00 756.00 can anyone show me a code to interpolate this replacing the blank space that is not more than 4 to tha …

Member Avatar for Van1234
0
127
Member Avatar for rahul.katiyar.7731

I want the vba coding of the formula SUMIFS in MS-Excel 2007, so I can copy the code and paste it in the Module of MS-Excel 2003 to use the formula in this version. [url=http://damdamalakeresort.com/]Damdama Lake[/url]

Member Avatar for rahul.katiyar.7731
0
264
Member Avatar for Allorango

Getting Run Time Error 13 Typy Mismatch this coding is of EXE file of VB programing can any 1 sold this coding for me ??? please help me here is full coding :- Dim serverid, serverport, serverip, agentid, lsip, lsport As Integer Dim zonelist() As String Dim zonecount As Integer …

Member Avatar for tinstaafl
0
311
Member Avatar for imBaCodes

Can Anyone Show me how to make a user form to be risize able. I'm using excel macro, but i can't find in some way to do it. is there anyone here who can show me how. Thanks a lot .

Member Avatar for TnTinMN
2
88
Member Avatar for 2mhzbrain

Dim siar As Integer, siac As Integer Set SIATable = SIADoc.Tables.Add(SIADoc.Bookmarks("\endofdoc").Range, rs.RecordCount, 7) SIATable.Range.ParagraphFormat.SpaceAfter = 0 SIATable.Range.Font.Underline = wdUnderlineNone SIADoc.Tables(1).Borders(wdBorderTop).LineStyle = wdLineStyleSingle SIADoc.Tables(1).Borders(wdBorderLeft).LineStyle = wdLineStyleSingle SIADoc.Tables(1).Borders(wdBorderBottom).LineStyle = wdLineStyleSingle SIADoc.Tables(1).Borders(wdBorderRight).LineStyle = wdLineStyleSingle SIADoc.Tables(1).Borders(wdBorderHorizontal).LineStyle = wdLineStyleSingle SIADoc.Tables(1).Borders(wdBorderVertical).LineStyle = wdLineStyleSingle For siar = 1 To rs.RecordCount For siac = 1 To 7 SIATable.Cell(siar, …

Member Avatar for 2mhzbrain
0
217
Member Avatar for zawpai

Hi, Currently, I have 3 listboxs' data, but I don't know how to create 3 columns and show them with datagrid control. Does anyone give me a guid line how to show listbox's data with datagrid? regards

Member Avatar for zawpai
0
2K
Member Avatar for dinesh012
Member Avatar for dinesh012
0
220
Member Avatar for dinesh012
0
45
Member Avatar for Yorkiebar14

Hello, I need to know why this isn't working... I have tried many different things but still can't get it to work. (And, yes, I have replaced the MYPASSHERE with my password but it always says I have not registered yet...) Imports System.Net Imports System.IO Imports System.Text Public Class Form1 …

Member Avatar for Yorkiebar14
0
233
Member Avatar for Jake.20

Guys i'm having another problem here. I have a data report that prints the student's information but my problem is how to create a report that prints only one student because my report prints all the student. Thank you in advance.

Member Avatar for Jake.20
0
112
Member Avatar for Aurax

Hi all How i can read txt file and put it into textbox? Please help me. Any help will be appreciated. Thank you

Member Avatar for Aurax
0
343

The End.