20,284 Topics
| |
these person is hired by her employee which it agree that the salary would be one penny the first day, two pennies the second day and four pennies the third day and continuing to double each day. i have to use a combo box to select the days that the … | |
Hello, I'm a bit stuck here... Background: a program that (eventually) will save data synchronised from a MTC. (ive worked out all the mtc stuff) The code I am using uses winmm.dll to receive midi messages. This works fine, I can process incoming packets etc. using vb2010 What I'm stuck … | |
Hi All, I have a text file which has a content like this: [TEX]network: Connecting http://webcodingtpp.nl.post.tnt:80/ with proxy=DIRECT [09 Nov 2011 06:10:57.994] New imageNo= 0 mailPieceId= null imageLen= 0 [09 Nov 2011 06:10:57.994] imageInfo=null [09 Nov 2011 06:10:58.510] requestGET = http://webcodingtpp.nl.post.tnt:80/servlet/TPP-BestemmingscoderenServlet?letterId=0&result=0 [09 Nov 2011 06:10:58.510] connecting to the servlet... network: … | |
I have to create a form that accepts three test grades for three students and then writes them to a file and displays them to a list box and then it opens the file and displays it into a different list box. I have the following code but cannot get … | |
[CODE]If minutes > 1 Then ProcessTerminate (FindWindow(vbNullString, "King Kong V-1.4")) Shell "I:\DISTRIBU\Quality\RIMData\Monkey\KingKong.mdb" End If[/CODE] this will restart the application.. i'm terminating the app but i can't get it to start again.. any suggestions? thanks | |
Hello all. I'm trying to keep table structures in sync across 2 seperate databases on the same SQL server instance using a DDL trigger on ALTER_TABLE, CREATE_TABLE, DROP_TABLE. Using EVENTDATA() as shown below, I can catch the TSQL that fired the trigger, but I cannot figure out how to execute … | |
i made a vb.net application that can download file from web . i need this application can run with internet explorer. is there any help to autorun the project with internet explorer or other browser?? | |
how to access the running internet explorer in vb.net if my internet explorer open then how to use this internet explorer in vb.net thnks in advance | |
is there any procedure in vb.net for listing the items as dropdownlist in a textbox | |
im creating a custom component .how to create a property that has to choose a file(lets say image) from my hard disk ?? | |
I seem to be having a little trouble connecting to my subdomain's database. (It's a subdomain, I'm using space off of a friend's domain name) When I look at my database's port # it just says localhost (which should be correct because it's located on the same server). I have … | |
Hello, The issue that I am having right now is that I have a multiview form that steps through gathering information from the user and depending on the information selected, some fields are displayed/hidden in other views of the form. Basically, what is going on is that I have a … | |
so perhaps someone can tell me if what i want to do is possible. i have a bunch of radio buttons which can have different text displayed depending on whats retrieved from the database. however i want to add code that hides any radio button that would have a 'zero' … | |
Hi guys, this must be a newbie question for you but I am just a beginner in .net, I would like to ask for a guide or point me into on how to make a simple image viewer, my image is a tif/tiff file, I just want to select the … | |
Guys is it possible that I create a program that allows you to open a file, then if you click the button labelled "Properties", it will open the properties window for the file selected. This is so that you won't have to go to the file, right-click it, then select … | |
I am writing a fake antivirus software, of course as a prank, not for MONEY. The code as follows: [ICODE] 'ImageList, 0 Low 1 Averaga 2 High If ProgressBar1.Value = 10000 Then Label4.Text = ("Scan was finished at " & My.Computer.Clock.GmtTime.ToString & ".") MsgBox(ListView1.Items.Count & " threats were detected on … | |
in table department i've class_id as f.k and in class table class_id as p.k i want to update class_id in department table.. n getting error | |
Hello.. I want to populate my combobox with the list of banknames available in my database.. I tried doing so but i am getting a blank list.. ie.. shows no value in combobox !! Here is what i tried.. Please help !! [CODE]Private Sub ComboBox4_SelectedIndexChanged(ByVal sender As System.Object, ByVal e … | |
hi I want to use arcgis in vb2008 I know that my visual studio should have arcgis's projects but I don't see any of those projects I googled lot and have found nothing to solve this problem but I think its something related to add-ins I don't know how to … | |
Hey everyone, I'm fairly new to ASP.Net and VB, but I have been learning pretty well. I have created a loop to go through one "View" section of a MultiView step form, and find which checkboxes have been checked. Depending on the boxes checked, I am trying to create new … | |
hi, i had created a form with datagrid view , in that a table is linked with MS Access database , i need the coding steps in vb.net | |
hello, im working on a file transfer program but a cant figure out how to make the main function work, i have spent hours on Google trying to find a solution... but i cant. Now, as you probably have guessed: the main function is to transfer files over the internet, … | |
Guys I have been creating a program that copies and moves files from folder to folder; I am using this sort of code; fileToCopy.CopyTo("path here...") or FileToMove.MoveTo("path here...") My problem is, when I am copying or moving a large file, It's taking so much time and my program is hanging … | |
Here is what I have to do. this code needs to be modified to be able to enable the user to select a file in which to store grades. The application should allow the user to write any number of grades into that file and it should write one grade … | |
hi, I wanted to get the directories in a specific path and I wrote that by threading programming but when I call [CODE]waithandle.waitall(mywaithandles)[/CODE] , I get the unhandled exception of type 'System.ArgumentNullException' occurred in mscorlib.dll Additional information: Value cannot be null. error. Can anyone help me what to do ? … | |
Hello, could anyone please help me with this? I have a form with 4 comboboxes. The comboboxes are SBUName, Maindepartment, Team and Staff. When the High level combobox which in this case is the SBUName is selected then the preceding lower level comboboxes will all be populated with data (by … | |
Hi, My combobox is filled with file names (without extension) of all the .txt files in folder "[I]c:/files[/I]". When I select one file name from that combobox, how can I show that files full path in textbox or label? Sorry for my bad english... | |
I know this may be the wrong section, but I couldn't decide which was best. I understand VB.Net quite well, but Actionscript throws me off most of the time. I am needing a bit of Actionscript converted in VB.Net. [CODE]package com.adobe.crypto { import flash.utils.*; public class HMAC extends Object { … | |
hello i need to calculate age of a person and dispaly it in a label. for example i have a textbox, with these values, 130790, from this number it should generate my age. DDMMYY | |
I have a simple question. [COLOR="Green"]Do while loop[/COLOR] to check each record in a MySQL Table, see code [COLOR="Red"] But i want certainly not just want not use recordset or MySqlDataReader.[/COLOR] I Is that possible? Information: I use Visual Basic 8.0 and Mysql 5.0 I have one table: Articles Article … |
The End.