[RESOLVED] How to give admin rights to a specific software for standard user...
My software reads/writes to the registry and to the database in the local installation directory. It runs fine when the user is logged in as an administrator, however if logged in as a standard user...
View ArticlePrint to EPSON TM-U220D problem
i have tried to write to code below but the poblem is it doesnt print.. the open.txt file is corrupt.. the content become like this Attachment 93627 Code: Â FileOpen(1,...
View ArticleVS 2010 Split comma delimited string
Hi All, I need some help here. I do have programA.exe to send multiple command line argument to programB.exe Let say, now I do have a string variable called result Code: Dim result As String containing...
View ArticleHello gentlemen! Hope to find some help with a rounding issue.
As you can see, I am extremely young on this forum; I joined about 5 minutes ago lol. I've been in vb.net since August when I started college. I came into this with no experience in computer...
View ArticleVS 2010 Explorer-like application
Hi, I am searching for the last four days for a solution to try and build a explorer-like application. I attached a screenshot with this post and I was hoping somebody could help me. Sorry if this is...
View ArticleVS 2010 Program Works But Wont Display/Calculate Data.. Trying To Add Arrays
Hi, okay im working on a program to calculate the avg, total, minimum and maximum rainfall. Ive Got everything working but cant seem to get the calculations right all im getting is 0 and min and max...
View ArticleVS 2010 how to change label in difference form ?
dear all i have label1 in form1 and textbox in adminform, how i can get change if i write in admin form and label1 change?
View ArticleNeed help to make a list from random array..
Hi everybody I am quite new to VB and I need some help, I am trying to make a quiz in which the questions of the quiz are going to be presented random to the user, and I have a problem, after the first...
View ArticleVS 2008 Create INDEX after the creating table ?
Hello, In my form, I used to search by name. So I've created a index to the name column. But I wonder if I have to create my index right after creating the table or after I've inserted datas into it ?...
View ArticleVS 2008 Find text between
Hi all , I've been wondering how retrieve a specific words bewteen some others . There is my html outter value : Code: "<img src=\"/isolation/images/shop_v2/_EN/btn_buy.gif\" class=\"vam hand\"...
View Article[RESOLVED] Changing Runtime Generated Checkbox Names in Runtime Generated...
Hey Everybody, I am having an issue changing runtime generated checkbox names in runtime generated groupboxes. I am using multiple groupboxes, and then taking all of the rows in a database and creating...
View ArticlePopulating a Combobox - What's the Best Way?
Is there a preferred way to populate a combobox in VB.NET ? I'm relatively new to .NET (although fluent in VB 6.0), and I'm trying to write an add on to an existing program. The add on is simply to...
View Articledelete himself if exist process ?
hello guys ... i wish evry body be fine :) first sorry for my bad english :D seconde... i will make an program it's for service and i wana use it in my small company . . . so... now i wanna to make my...
View ArticleVS 2010 Im trying to get the total number of people from a Text File
Im trying to get the total number of people from a text file to display in a label named lblTotalCount from a text file name edr.txt and has 22 enteries.(So I should get the number 22 in my...
View ArticleIf Else not working?
Having a problem with this piece of code i have wrote. for some reason if the word i have searched is found it will post the message but if it is not found it will not post and crashes on me. I think...
View ArticleVS 2008 Reading an XML file with a chunk of binary in the middle....
Hi, I've got an XML file where one of the XML tags marks the beginning of a binary part of the file. I can use a textreader to read the text bits without any problems. I can use a binaryreader to read...
View ArticleExtreme beginner in VB
Hello all, First time poster, a little background on me, I just started my first IT job, graduated with a programming degree but never was taught VB. I am currently in the learning phase at my job and...
View ArticleVS 2010 Varied data sources for DataGridViewComboBoxCell not binding.
Hello All, What I'm trying to do here is bind a grid with items (inventory items and assemblies), which is all working fine as expected. However this is the first time I've had to use a combo box in a...
View ArticleCoding an assignment in VB 2010..
I'm not sure if this is the right place for me to post this topic, I'm new, so hi :wave: Basically what i'm trying to do is click different check box's and have it tally up a price automatically. If...
View ArticleVS 2010 How do I keep from rounding my array total?
Ok so I am working on a problem. I keep getting my numbers rounded up and I need them from stop rounding. Im getting my total from a text file from an array so i have 22 numbers in decimal form on the...
View Article