Need Help?
Ok so I have Visual Basic 2010 and I want to make a program that runs a in browser fps game called Rush Team. This is a unity player game and I have downloaded the .unity3d file. How would I go about...
View ArticleDatagrid won't populate
Hi, I seem to be having a problem populating the datagrid in my project. I get no error message, the program run through with no problem it's just that the grid is still empty. I have run the program...
View Article[RESOLVED] Listview Selected Item
Hi, how do you get the contents of a column in the selected row (after clicking the checkbox)? I have a Stop after the click event and have tried everything .listitems(2) .selecteditems(3) etc but all...
View Articleown user control load from?
where does my own user control gets load from? The user controls are NOT compiled as ".ocx" files. They are simply user controls added to the project itself and are compiled "inside" the .exe file. so...
View Article[RESOLVED] Need Help to Send Email from a VB application
Hi All!!! I need to send email from my application. I tried the following code, but it didn't work. Please help me.. Code: Private WithEvents SendCodes As vbSendMail.clsSendMail Private Sub...
View ArticleCOM Plus: Socket unable to get Host Address intermittently
We have a COM+ application written in VB5. We are using the Catalyst SocketWrenchControl 2.15 Socket to interact with a Mainframe application. The application works fine for few days then all of a...
View ArticleExport full access database to excel
I want code to export the access database file to Excel file. The code should export all tables of the database. How it can be done?
View Article[VB6] i need help WebBrowser1 to send message
i want to send message to all in last1 i have last1 have Names and i have 3 Text 1 Label1 Text1 for "name" Text2 for "title" Text3 for "message" i want code like this Code:...
View ArticleFinding Child Forms Closing Point
hi everyone, I am using a MDI form which contains many childs. I want to execute a certain code "only if the child is individually close". And I dont want that executed if the main MDI form is closed....
View ArticleTrouble opening multiple documents through vb6
Hello everyone. I have developed an application in vb6 where an administrator can allocate individual staff to tasks through an interface. When the administrator saves the data a macro is called to...
View ArticleVB6.0 Menu control
i am want set the tag property of a menu item in design time, i am not able to see the tag property in the menu editor, where/how can we do it.
View Article[richtextbox and strings] - converting text
when i save the text i save it in ascii text format(without italic or others)? it's easy put a text from righttextbox to strings: but can i get the lines instead intire text? Code: Private Sub...
View Articleneed winsock + list1 urgent
list1 contains proxies http Code: 111.1.32.124:83 113.31.65.51:38632 111.118.32.248:808 114.80.136.112:7780 111.1.32.124:82 111.1.32.124:81 113.12.83.157:80 110.173.0.18:808 113.31.65.51:81...
View Article[VB6 - RichTextBox] - how can i get the cursor position?
i have these code for get the cursor position, but i get bad results:( Code: Private Sub CheckPosition() Dim start_pos As Long Dim end_pos As Long Dim row As Long Dim col As Long...
View ArticleRegistry key randomly is not found running windows 8
The first time my client runs my VB6 app, they must enter an activation key, which I write into a registry key. It has worked for years on XP, windows 7, but I have a client that runs Windows 8, and...
View ArticleMultiple Assignment from Function?
I thought I saw code somewhere do this: VarX, VarY = SomeFunc(A,B) Is this possible? What would the function look like? Thanks.
View ArticleQuestion about acmStreamOpen and others
I am now starting to work on audio streaming and I am going to use waveIn and waveOut APIs because overall they provide the best functionality and flexibility over the other audio APIs. Below is a list...
View ArticleParsing continuous stream of comma delimited serial data from com port
OK, I am about to give up on this common, seemingly trivial task. I've spent hours researching numerous serial port parsing threads using MSComm1 and commands; InStr, Mid$, Split and can't seem to get...
View ArticleMDI dosnt load first
helllo i have a DB with mdi form after login the mdi dosnt show it passes by to the next form Code: Private Sub Form_Activate() ULog = NextID("LogID", "Logs") CN.Execute "INSERT INTO Logs (LogID,...
View ArticlePath not found error?
Hi there everyone! I am working on a simple review game for review math questions with students. I am storing all of the questions and answers in text files. I have it set up so there are different...
View Article