11,868 Topics
![]() | |
pls help, the sounds in my project stops after a single play...after a set of music played, it never repeats again...how can i continuously play the sounds pls help... | |
Can somebody let me know how in Word doc can a word be searched and then get Nth word in that line(found text line), using VB?? | |
Need helpful hints to creating internal messaging software in a network including attaching files. | |
I get binary data from a file which is to be displayed in hex byte wise(i.e. 2 digits). format$(hex(num),"00") places a leading zero for single digit numbers but it doesnot support for hex (A-F). How do i get leading zeroes for bytes of values A-F? Is there any simplae way … | |
in my project i need to load another software (it is just for viewing purpose) through a Vb form . i tried to use OLE containers, but when i run d program and double-click the icon in the OLE container, it doesn't do anything, not even sends an error msg … | |
Hello does anyone know how to lock the system within a specified time? Like a screensaver.. Actually i want my system to automatically lock if it is unused for about 15 minutes..tnx in advanced | |
' For example in the following code I need to pick up an Attribute in an XML file, but for some nodes, the attribute is mispelt as "ANumberAnalysisCause" instead of "aNumberAnalysisCause". How can I pick up either of the two attribute node values? .. Set MoBN_AttributesNode = MoBN_Attributes.getNamedItem("aNumberAnalysisCause") MoAN_CAUSE(c_child) = … | |
can anyone please tell me how can i save my visual basic exe in such a way so that its exe run automatically when windows start if u know the answer please mail me at <email snipped> | |
RUN-TIME ERROR '40006' WRONG PROTOCOL OR OR CONNCETION STATE FOR THE REQUEST TRANSACTION OR REQUEST. that is my problem,, here is my code that has an error. Private Sub Text2_Keypress(keyascii As Integer) If keyascii = 13 Then keyascii = 0 List1.AddItem (Text2.Text) Winsock1.SendData Text2.Text Combo1.SetFocus End If End Sub please … | |
Hi all, Could anybody help me in getting a FULL systax of SQL Statements in vb 6.0. Or could anybody suggest me a site that could do it. Rajesh Khanna | |
i am trying to load data from the database to a dbcombo but i am not getting it properly i am using the following coding : [COLOR="Green"]Set db = New Connection db.Open "PROVIDER=Microsoft.Jet.OLEDB.3.51;" & "data source= " & App.Path & "\db1.mdb;" Set rs = New Recordset rs.Open " select model_no … | |
Hiya all, how do people send things over the winsock command. Say that you have a server that does two task (A and B), and the client tells the server to do each one. When I first started I tried sending an arrays and things like that, but could only … | |
Hi hope someone can help, command1.click if line1.bordercolor = vbBlack then line1.bodercolor = vbRed else line1.bodercolor = vbBlack End if end sub I need each time I hit the command button for a line (line1.bordercolor) to toggle between red and black. I'm switching on a wire in a circuit and … | |
any pls help mo on How to load a filename on a LISTBOX. also pls teach me that when i click on the filename loaded on the listbox it will run, i only need to load the names of my movieclips which is all (.avi) then when click will play … | |
Hi, I have doubt if I need to do a select statement with Where clause and the value to the varclause comes from the text box in the form. Then what is the syntax of the SQL select statement in VB. Thanks, Priya | |
hai and hello everyone, 1) I have done the macro that can automatically pull data between 2 sheet in the same workbook. The example below, just compare 2 cell and then pull the 4 data to other sheet if true. If i have 100++ data to compare between 2 sheet … | |
Hi, I have a query in VB. I have two forms. The first form loads after few seconds my second form has to load. How do I code for this. Someone help me out. Thanks, Priya | |
who can help me to derive this C codes to VB 6.0 that can draw #include<stdio.h> #include<conio.h> main() { int i,j,k,l;m,n,r const char a[66]={'A','B','C','D','E','F','G','H','I','J','K','L', 'M','N','O','P','Q','R','S','T','U','V','W','X','Y ','Z','a','b,'c','d','e','f','g','h','i','j','k','l', 'm','n','o','p','q','r','s','t','u','v','w','x','y ','z','0','1','2','3','4','5','6','7','8','9','-','*', '_','@'}; FILE *dosya; dosya=fopen("murat.txt","w"); for(i=0;i<66;i++) for(j=0;j<66;j++) for(k=0;k<66;k++) for(l=0;l<66;l++) for(m=0;m<66;m++) for(n=0;n<66;n++) for(r=0;r<66;r++) fprintf(dosya,"%c%c%c%c\n",a[i],a[j],a[k],a[l],a[m],a[n],a[r]); fclose(dosya); } or can you send wordlist maker code as … | |
does anyone knows how to make randomizing frames appear only once... because i'm using randomized questions, with the use of frames for my games., but my questions appear more than once...can you help me about this?... | |
this is the error i have... key column information is insufficient or incorrect. to many rows were affected by update. thx for viewing... | |
Hi, Can anyone tell me how to make VB forms an application as an installable something like an application. Thanks, Priya | |
what code should i do to autorun a program to my computer using my USB? or just a program that will execute a start up and save it to the computer?VB6 | |
Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 … | |
Hi All, I have a project, (VB6) and inside this project we have a dll working with ADO, responsible for access Database. I did a modification at this DLL and recomplie it. when I try to add this new DLL using references, nothing happens and I continue with the old … | |
Ram here hi ,i want to make a exe on vb6,which can handle gpedit.msc setting, which i keep default. one single click it should change to setting which i keep default. Option which i would keep is .. local network connection restricted for user MMC disable display properties disable Regedit … | |
I Am Currently Working On A Project For A Pathology Lab. I Am Trying To Display Only The Fields That I Need And It Is Not Quite Working. For Eg:- I Have 3 Fields ----name,add And Tel And I Only Fill The Name And Add, The Report Looks Like This … | |
My VB code has macros which imports a tab seperated text file selected by user into a standard excel template(work sheet). The import to excel is done by query tables. When the text file is chosen thru dialog box and resp commnad button is pressed, the handler opens the excel … | |
hi, pls help me how to make a datareport in landscape design view, bcuz every time i increase the withe larger than 6, i got a error that is saying it is larger than the width of the paper, i know how to input the data and connection, my problem … | |
I'm creating a client-server style program. The two connect fine and I can send data from the client to the server, The server gets the information correctly However when I try and send data from the server to the client, the client receives empty packets. Upon closer inspection I've noticed … | |
help me run time error.. -2147467259 plsssssss kindly help me... cant detect well the problem.. |
The End.