20,284 Topics
| |
Hi, I'm getting quite good with vb.net now and have created quite a few good programs but I'm having trouble with something that seems simple but i cant figure out whats wrong, if anybody can help me with the following code it would be very appreciated. What I'm trying to … | |
I'm trying to get totCust and totRev which are declard in videoBonanzaForm to show up in the summaryForm.textboxes I have them declared as friends; i've even tried assigning `me.textbox.text = "1"` and nothing shows up still when I click the Summary button (in videoBonanzaForm). I open the summary form with … | |
Hi there. I am trying to make a certain symbol to appear upon every mouseclick. However, the symbol is a cross and an arrow head. This is how I tried to do it. Private Sub Form1_Paint(ByVal sender As Object, ByVal e As _ System.Windows.Forms.PaintEventArgs) Handles _ MyBase.Paint Dim bluePen As … | |
i am working in c#....can anybody help me to connect front end to back end. | |
can somebody please help me to write a code so that mouse pointer can move around on the desktop according to program..for example it is moving in up direction when i give '1' to any variable. and it is moving in down direction when i give '2' to any variable | |
Hi all Ive been working on a VW2005 project and constantly been getting the following error message... Ive been debugging the program for quite some time now and still cant figure out where the problem lies... [CODE]Format of the initialization string does not conform to specification starting at index 0. … | |
Hi! I am running vb.net applications on a sytem with 512 mb of ram. The project includes retrieving data from a database which has approx. 20-25 lac records. On running the project for the first time itself, either a "time-out" message appears or the system gets hanged up. I tried … | |
Hi there! I'm developing a VB.NET web application that has to be able to read from a USB Flash Drive. I've noticed that someone else has posted a similar question on this forum but the answer was never provided to them. I have gotten a bit further than the other … | |
Hi, everyone, new member here. I'm working on a project which has a very simple user interface, with 1 combobox, 2 labels, and three buttons. When I save the project and come back to it later, all the elements on the form have piled up on top of each other … | |
[SIZE=2][FONT=Microsoft Sans Serif]Hi..anyone here have sms gateway coding (vb.net)for windows application?? i need a free service..meaning i will hope my application can able to send sms to my customer for latest news/promotions. how can i do so? [/FONT][/SIZE] :sad: | |
Hi friends.. I need to get all the .exe's running in a machine and display them in my application .How to do it..? In specific i need to get the .Net exe's alone.. Somebody help in this regard as early as possible.. Regards, Balaguru | |
Hi, I've developed pocket pc application using vb.net and mysql. But the prob now, I cannot access data from mysql thru pocket pc. when I run the application in Symbol pocket pc, it will give me this error: TypeLoadException Could not load type MySql.Data.MySqlClient.MySqlConnection from assembly Mysql.Data, Version=1.0.4.20163, Culture=neutral, PublicKeyToken=C5687FC88969C44D … | |
MDI Application code example required can any one help me............... | |
my project is online exam,is it possible to do that in vb.net? how to connect oracle database to vb.net? | |
I am writing a project [B][COLOR="Red"]VB.NET2005[/COLOR][/B] where I declared a Function Capture_error() but it show following error: "Function without an 'AS' clause;return type of object assumed" What can I do for it :'( | |
Hi friends, This is Sunny. i am trying to create a paint brush. almost i have done it but there is a problem in filling color. Actually i have done it in vb6 but when i use vb.net it does not work. here i write vb6 code : Private Declare … | |
hi, i want to connect a web server using SOAP::Lite with VB.NET. could u please help me by providing the information to use SOAP with VB.NET. thank u chandra | |
Hi friends! Please help me to get start vb.net easily and step by step... I have good skill in c/c++ and little bit in VB. Give me some good instractions to start vb.net please. | |
can anybody help m-how to write code for update,delete,cancel buttons on datgrid...using vb.net only plz its urgent help m(only in code-behind file)........plz plzzzzzzzzzz | |
how do you get the directory witch the program is instaled in ? and put it in code e.g. textbox1.text = (******get directory code*******) | |
Hello, I'm working on a sudoku type game with 4x4 squares rather than the typical 9x9 and I have written code to generate a random number for each button when new game is clicked the problem is it will generate 1 to 4 boards and then it freezes up I'm … | |
I have prepared an application in vb.net now i want to make it an exe file how to do it ??? | |
Hai.... To print Html page using PrintDialog and Print Document i am created one windows appication.. the windows application have many pages in my booking page i have two buttons one btnprint,btnclose i am go to click btnprint button and corresponding i reader one html file . then in local … | |
Hi, Do you know how to make the panel to scroll using vb.net for smart device application? I have tried some of samples but none of it was working and when I code [CODE]Panel1.AutoScroll=True[/CODE]it gives me an error: AutoScroll is not a member of Systems.Windows.Forms.Panel Do you know how to … | |
hi freinds, this is sunny. there is API which is uded in vb for filling the color in region. ExtFloodFill Picture1.hdc, X, Y, Picture1.Point(X, Y), 1 but when i use it in vb.net , it gives error that there is no property like picture1.point so please tell me how can … | |
hi all, I want to create addIn in vb.net. I have created it in VBA before it. what step have to take. Can any body help me out.. Thanks alot | |
I need help, im creating a job scheduler which must show the accurate date and time of completion for every order placed .My problem starts when i have to get the date of the last order placed fom the database and i must use the same date to subtact the … | |
Hi, I'm working on VB.NET Express and SQL Server Express. I have a DataGridView control in the form, with 8 columns, of which one column, which has default values, is hidden and one column is already filled with default values. I want to populate the DataGridView with records that exists … | |
I have a forum where the threads are showing in a datagrid with paging. The paging works fine and show the right result on the next pages. My problem is in the column which contains a link to the page where the client can read the thread. The link includes … | |
OpenFileDialog seems to only allow files to be selected. Is there a variation of this dialog that allows you to select a folder? Thanks, Scott |
The End.