Application fail after user login changed
Hi all, Please assist if you can, I have a local admin user login to a network PC, I install my application for all users In the admin profile the application works no problems, when i change user to a...
View Articleoverride button focus ques
Hi All, After HOURS of google I have come to you for help (as always :) ) I have made a custom control that inherits from the button control and has an image as well as flatstyle = flat. Everything...
View ArticleVS 2010 Making speech by playing multiple .wav phoneme sounds
Following on from my Phoneme Writer, I had the idea to have a "Speak" button. This would read the string of phonemes and play the correct sound for each symbol. Step one would be to make the phoneme...
View ArticleOLEDB Connection for .accdb located online!!!
Hey Experts is it possible to create oledb connection with data source = http://mywebsite.com/files/DB.accdb or datasource= ftp//website/files/DB.accdb i am developing a Windows application VB.net...
View ArticleUsing AxPacketxLib Capturing data packets
Hi there I'm not sure whether any can help me here but here we go Im trying to write a caller id system for voip telephones to do this im trying to capture data packets as they come through the system...
View ArticleParallel Arrays: For loop error
Hi, This application is an assignment that requires for me to list the names of kids into 2 list boxes from the (strChild)array. The second array(rdoList) consists of if the child is acceptable to...
View Article[VS 2010] Excel 2010 Duplicates In Columns and Output to Second Sheet
Hi All, i have had a good look around all morning and i am a bit confused with how to get started with this one. My Goal: I want to search 2 columns in sheet1. Column A has the reference number &...
View Articlepermutations of numericupdown values
Hello, i need yours help, i am begginer of vb.net i have in form 24 numericupdown controls and after i click on button1 or timer1 it start some simple math operations +-*/ and i got result in 24 labels...
View ArticleVS 2010 Live excel sheet from VB
My goal is to have excel cells updated with data from VB program, with 1 second intervals without closing the sheet. Somebody posted me possible ways of doing it but I'm nowhere near capabale of...
View ArticleVS 2008 [RESOLVED] Arrays vs. Strings
Hi again! In my project, I'm going to be handling some alphabetic data - strings of letters, perhaps 2000-3000 characters long.... The simple question is: From a performance standpoint, would I be...
View ArticleVb.net 2010 Sort List(of String) : String with Integer
Hello Genius : can you help me how to sort string in List(of String) my code is PHP Code: Dim _lst As List(Of String) = New List(Of String)({"ob1", "ob5", "ob2", "ob3", "ob33", "ob10", "ob1",...
View ArticleApplication.doevents
I have this code for application to wait until web page source is downloaded: Code: sub main() Do Until downloadcomplete Application.doevents() Loop end sub Sub...
View ArticleDirectoryInfo Sorted
This works pretty good for my purposes but it would work better if the files ended up sorted by LastWriteTime. Of the few examples I've tried I can't seem to get the syntax correct. Code: Dim...
View ArticleReading and writing UTF8 file?
Hello This is probably an easy issue for experts but Google didn't help. I need to read a text file that contains addresses formatted thusly: Code: Address1 Address1 Address1 Address2 Address2 Address2...
View ArticleVS 2010 Huge application size?
Hi guys, I'm having a strange problem that never occurred to me before. I clicked the pause button in my visual studio a couple of days ago and it threw some warning or error, I don't remember what it...
View Articleproblem with keydown event
In my project which is a tile scroller similar to a JRPG, the user presses the arrow keys to move his sprite, home to open his menu and F1 for help. All these work flawlessly, but for some reason, when...
View ArticleAdding characters to file name to prevent overwriting?
Hi, I'm making a small application where the user inputs some files in a listbox, and then the files are converted and saved in a folder. However, I still don't know how to make it see if there are...
View ArticleHow to Read Command Line Commands to your program?
I probably phrased that in a very dumb way. What I mean is let's say my program is ping.exe (the ping tool) How would I make it so that when I type in "ping vbforums.com" my program can receive the...
View Articlemove button from one flowlayoutpanel to another
Hi All, I have been trying to use drag and drop to move a button from one flowlayoutpanel to another but have decided this will not work as I have to create a new button dynamically (as far as i can...
View Article