Converting to a Repeater
im trying to convert this into a repeater but finding it a little difficult trying to figure out how to seperate it and make it work. Basically the original code is HTML, and I want to use that but...
View ArticleVS 2010 Retrieving information from website?
Hey :) Im a noob coder, not gonna hide it, but we're all noobs at some point right? :) Anyway... To you the program that i am making may seem wierd, but i didn't come here for your opinions on that......
View ArticleVS 2010 How to edit an online text file?
I already know how to read an online text file, as it is just a couple lines of code, but how can input from a RichTextBox actually edit the text file? Keep in mind, I already have a text file stored...
View Articlemicrosoft chart control (VS 2008) - how to show the value when cursor is...
Folks, I have a simple chart control on my form. it displays data fine in X and Y axis. On X axis, i have time period (1 day,1 week, to 30 Years- total of 27 points on x axis) and Y axis has interest...
View ArticleUsing a DateTimeControl to sorta data
How would I use a date time control to sorta data in a database?
View ArticleHow do I use VB6 to do Asymmetric Encryption?
RSA or other similar algorithm that has a different encryption key than the encryption key then the decryption key, is known as Asymmetric Encryption. Has anyone created an OCX or DLL or BAS or CLS for...
View ArticleVS 2010 Getting Frequencies
Hi! Someone know, or have vb net code, how to get the values of audio frequecies ( 30, 60, 80, 90, ...., 8000, 12000, 16000 ) from master volume channel of windows? thanks
View Article[RESOLVED] Is there a way to center a label caption vertically?
Hi there. I am working on an attendance program for students to sign into in the morning. I reworked it, so there are a lower number of students, the student names will get larger on the screen, and...
View Article[VB2010] Backcolor of the WHOLE line of a Rich text Box
Some peolpe have asked how to change the backcolor of specific rows of a RichTextBox (ALL THE ROW!), i.e. to change color every new line, and ALL people INCREDIBLY answers suggesting the...
View ArticleLoading RichTextBox
What are the steps to get the richtextbox object to appear as one of the visual design elements on the list of controls so that it can be inserted into the VB6 project ? Thanks, Mips.
View ArticleFinding nearest address on iPhone/iPod touch/iPad
I'm sure a lot of iDevice users know this cool trick, but I'm going to post about it so others know about it too. Let's say you are in a building and for some reason want to know the address. Nobody...
View ArticlePhoto Storage Program
So, I need to build a program to help me with my day job, and honestly, I have no idea where to start... Any help would be greatly appreciated! Here is a description of what I need the program to do: I...
View ArticleQuestion video
Just a video to show you guys my question. Figured it would be easier this way.
View ArticleCustom URL protocols and downloading files..
Hey all, The plan behind the following code is to launch an application and have it automatically download a file depending on the url. I can do almost all of it, from parsing the URL, having the...
View Articleadding RichTextBox without Reference or ActiveX
hello people, i was wondering if there was a way to add a richtextbox without reference or without (right click on toolbox) add a ActiveX Control PS. I did find a way to do it but i am wondering if...
View ArticleCenter Title when printing
I am printing a listview and in the preview it looks fine. But when it actually prints this is what i get. Attachment 95807 This is the code associated in the print code. Code: If title...
View Articlesimple question
Why won't intcounter add 1? Code: Option Explicit Dim intcounter As Integer Private Sub Command1_Click() intcounter = intcounter + 1 End Sub
View ArticleVS 2010 Help needed to Read a text file! (i know sounds basic but ive tried...
Ok so here's the deal Making a database, and i want to read information from this text file into my program and save it to an array, now i cant remember how the code goes for the reading in part. ive...
View ArticleVS 2010 How to add explorer right click menu item for my program?
I got a program with a listview in it, and I would like to know how to add files through explorer to my program, like select a bunch of files, right click one of them and add all the files to the...
View ArticleVS 2008 Question about webbrowser control from another thread
I'm trying to set up a situation where outside of a form I can have form1.webbrowser1 start at www.google.com and navigate to www.yahoo.com where the URL before the navigate is www.google.com and after...
View Article