[convert C++ to VB] - how convert these line to VB?
how can i convert these line to VB? Code: system("gcc -o c:\\path\\myfile.cpp myfile");
View ArticleVS 2012 Filling a Combobox
I have been trying to understand all the code examples but finding it difficult. Please help. This is simple....(for you) I am trying to fill a combobox and have set the .datasource, .displaymember and...
View ArticleVS 2010 Using a DataReader to populate a dataset
I'm having a bit of an issue with the following code. Basically, I have an oracle command that queries a database and returns records - that part works and is located above the snippet I've posted. It...
View ArticleWebsite Form
I'm not completely sure that this is the right forum to use, so I apologize if I'm in the wrong place. I was playing around with an existing webpage. I saved a copy of it before I made any changes....
View Article*** Solved (Sorta) - Question Coding FTP Client
I figured out how to use the OpenFileDialog method. Now I just have to fine tune it. Hello all, I have decided not to use outdated code I found on the web and I instead decided to code my own FTP...
View ArticleNot a test!
D Code: This is some D code brah! QBasic Code: I don't even know this language!Set GET what have you Groovy Code: Groovy dude, I have a list of highlight tags now
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 ArticleImport data from PDF to database
I have a PDF file with a huge data list. I need to transfer this data to a database (access or sql). It will take months to type each word into a database and I want a short cut. Is this possible and...
View ArticleNoob: Error Message Box Suggestion
The chapter I working on is covering adding forms and modules; my question isn't directed at those topics. In one the assignments, I was looking to a single MessageBox that shows all the inputs a users...
View ArticleVS 2012 FORMVIEW CONTROL - How to retain values after saving new record
Hello: I have a web application I'm creating using vs 2012. On a form, I have a formview control. The default mode is set to Insert. After the user enters a bunch of info into the controls, they click...
View ArticleVS 2008 Can I stream using HTTP Live Streaming (HLS) using VB.NET?
Hi everyone, I want to stream video from my webcam to both android and iOS mobile devices and use a .net program. I can do this now with a webcam control and stream Windows Media Player but Apple does...
View Article(word) Mac 2010, importing data from (excel) into my document.
Hello People. I am trying to automate my quotation process for my business, and because it's a new business and I haven't got any money I have got to do it all myself, or at least with your help if you...
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 ArticleHow to remove NULL spaces from an Array or String
I'll try to be as precise as possible. I have a TCP Server, a TCP Client, both of them sends bytes to each others and store them into an Array upon arrival. This Array contains the string i sent from...
View Articleis possible to generate UML class diagram based on existing code with VS 2010?
I've learned about generate code based on UML Class Diagram. Is possible to reverse this process i.e generate UML class diagram based on existing code?
View ArticleDataGridView - transparent row select
When I make changes to a row, I change the background color of the cell. Therefore, I want to have a transparent row selector, so the user can see the changes. I am getting very close. The following...
View ArticleVisual Basic Express 2010 Grapging Calulator
Hello, I am working on a school project that requires me to make a graphing calculator in Visual Basic Express 2010. I have been searching the internet for a few days and have not found the solution to...
View ArticleVS 2012 [RESOLVED] RequiredFieldValidator firing when I don't want it to
Hello: I'm developing a web application. I have a form that uses a formview control. On it is a dropdown that has a RequiredFieldValidator associated with it and it's enabled. Also on the page in the...
View Article