10,989 Topics
| |
can anyone help me how to create or to make my program a self running and don.t not be open to run. | |
I have recently dug up an old application I created and I am trying to rewrite it in VB express 2008 but it is looking at the script as being completely foreign. I have created a button, and added a script which has some of the following: strComputer objWMIService It … | |
Hi! I'm using the following code to autosize columns in MSFlexgrod contro, but it doesn't work properly. The maximumm width calculated with the code for every cell in a column is narrower than the requiered width. I taught it could be related with the scalemode parameter and it is, but … | |
can anyone help me to apply the loop function in mmcontrol for sounds? to continuously repeat the sounds...tnx | |
Give me some general useful tips to write an internal mail using VB and Access. Help me in designing the database. How I can save attachment files to an Access Database Table? | |
' The popup menu object: Private WithEvents m_cMenu As cPopupMenu lIndex = m_cMenu.ShowPopupMenu(btnAnimate.left, btnAnimate.tOp, btnAnimate.left, btnAnimate.tOp, Me.ScaleWidth - btnAnimate.left - btnAnimate.Width, btnAnimate.tOp + btnAnimate.Height, False) I have added the dll which is related to this popup menu through the references, but the error shows me: ActiveX component can not create … | |
Hi all, I'm using vb 6.0 and crystal report writer xi. I found it quite easy to create reports in crystal report writer xi, but my problem is "HOW DO I CONNECT MY REPORT TO A VB PROGRAM?" What will be the code required to be given so that a … | |
Dear Frnds , I wanna match two files containg data One Containg (like 1000 pdf's) and another containg 1050(pdf's) 1.They should match similar pdf's and write remaing or extra pdf's in another folder. 1.data is with .mdb Format. anyone who can help will be appriciated. with high regards in advance … | |
how to save a file in a database table | |
hi, to everyone... i would like to design something new on my system.. but i have no idea where i can get thissss... it's like in the ms word that theirs a dog their that guide the usersss... thxxx for reading... | |
I have been trying to open a web site , view the html source and save to a file using VB 6. Any help? Thanks. | |
i only have knowledge of connecting into a database(singel PC) but i have now idea where to start when my database needs to be centralized(1database for many PC) or (Network, LAN connected database) can any1 help me on how to make this, my code for connecting a database to VB … | |
im tryin to find out the best way to turn an excel spreadsheet that has all types of formulas in it into an application that i can put on a disk to be installed on a pc | |
hello averyone.... someone know how to write I.N.I database in my path.... plsssssss kindly help me... jaasaria | |
Hello, I have been trying to understand using the "Tabbed Dialog" or the "TabStrip" commands for my VB6 program. I can create them on my form, but I can't put anything (buttons, labels, textboxes,...) onto them. The toolbox that contains the diferent tools disappears when I select the tab control. … | |
Hi bros & sistrs, I need a project ideas in vb script. I dont have any idea in VB script. We have to do HTML project using vb script. Can any one suggest me a good idea pls? | |
I’m trying to find out if either VB6 or Delphi could be used to make a simple dialer for Windows XP. A dialer my friend made in VB5 works on NT, but not on XP. By a simple dialer, I mean one that I can use to read a single … | |
i want to have some data out of an excel file. but the excel file isn't opend bij vb. how can i get data out of that files than???? i now how i can get data out of a file that is openend by vb it self. but when a … | |
hi i want to close an excel file. i have already this code [CODE]Windows("datamppm.xls").Activate ActiveWorkbook.Close savechanges:=True Application.Quit End [/CODE] but when ik click te button to close the excel file. excel gives an "error" that there are item on the clipboard. en then i have to chose yes or no … | |
how can i limit the textbox to input sysmbols and numbers such as 1,2,3,4,.......;'/,[]=-.... and as such pls help... | |
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 |
The End.