20,284 Topics
| |
Does anyone know how to add a new user created tool to the toolbox permanently? Everytime I start a knew solution, I have to go and add my customized tools back into the tool box. I would like to add the custom tools once and then they be there everytime … | |
Hi Guys, I have to be able to copy data from spreadsheet, and to be able to paste it over in grid view on the web. Also I should be able to cut the records I have pasted so I am able to paste new ones. I will need to … | |
I have a form with one richtext box. This rtb has different formats for each line i.e., some text is in bold letters, some center aligned. Currently I am using the PrintDialog Box to print the contents of the rtb and Print Preview DialogBox to preview the contents. The problem … | |
Hi every body plz inform me that how to take back up in vb.net using sqlserver. thanks for cooperation | |
i need help. i am learning VB and am trying to display a 'welcome' message when the form appears to the screen using the messagebox.show this is a very simple application consisting of only one form. a simple calculator | |
I am developing an application that allows a user to edit and ad entries in a database table - is there a way to control the entries so that they are valid i.e. numeric only or filtered text input? | |
hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot | |
hi i want code in VB.net 2008 or 2005 to find Max for negative value ??? also this function can find max for positive value Example: -223.5 , -456.7 , - 999.7 , -78.9 Max= -78.9 please help me :( | |
hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot | |
Hi, I want to rotate the text in crystal report and also the chart. Please give solution. Thanks | |
ok.. i know it is a no no to just ask for code, but I need someone to point me in the right direction... where should i be looking for such a function: I want to take the code that is in a text file - If TextBox5.Text.Contains(" cx ") … | |
I have a working app (that I inherited) and the web.config is at working directory level (i.e. not wwwroot). I would like to run other apps against the same database (to save on running costs) and would therefore like to move this app to another sub-directory. There would therefore be … | |
I went today open an existing VB project and noticed that all of my project files are missing for all of my VB programs that lets me start VB with that particular program. The only file that I'm able to open is the .sln file and that's only from inside … | |
hello, i have a problem i am trying to encrypte an xml file and decryte the file. what am doing for a comapny in canterbury kent is to create a mobile banking application in visaul basic so customer could downlaod it onto their pda using microsft ce ...which i have … | |
Hello, I'm writing a FTp client . It is able to handle 1 server at a time . But my requirement is to handle multiple server at same time . The Server shd be accessed and file upload download shd happen parallely. PLease help me .. If possible send some … | |
hi..I'm just a newbie programmer who needs some help. I'm trying to enter a date and save it in a mysql database. however the format in mysql is yyyy-mm-dd and the format in vb.net is mm-dd-yyyy. how can i format the date in vb in order to successfully enter it … | |
Hi guys, I am struggling to discover what the right syntax for my code would be. I use VWebDeveloper Express 2005 and I have a web form .On the Web form I have three dropdowns that are bound through datasets and a textbox.Dropdowns are linked to display only the info … | |
[bold]hi iam woriking on windows application In this application iam using a datagridview .My problem is i have to add columns dynamically into the datagridview and at the same time i have to add these column names as fields int the database table and also save,modify data in that dynamically … | |
i am having a table in my database by the name of tbclass.its having 2 fields namely int_id,class_name. when i am dispalying data in my data grid view the default headers are displayed(i.e. column names of tbclass).i want to change it to CLass id and Class Description instead of int_id,class_name | |
Another XML question. I am ably to load a XML file (via a filepath) to a datatable. See code below. However, I'd like to be able to load a in-memory XML document to a datatable. Can anyone help me out? [code] Public Function XmlToDataTable(ByRef filePath As String) As DataTable Dim … | |
Hi, I have a working vb.net application that gets information from a database and writes it to an excell worksheet. So far, so good. Now when I install this application on a machine on which windows xp runs in any other language but english And a non-English version of Office … | |
i have a Problem to know how much time the server take to execute an SQL command . I user Oracle Db and SQL DB thanx | |
Hi, everybody: I am trying to create a little application that would tell me if several websites sharing the same ip are up and running. But so far this code has not worked because it always returned that the site is running even if I have stopped it, or used … | |
Looking for some help! I have loaded XML doc into a dataset (see below). That went ok. So now I can put the DS in a grid and change it. However, after changing the DS I want to export it back to a XML doc. That only succeeds partially. I … | |
I wrote a console application that shows a survey of salespeople that earn a salary in a certain range based on their grossSales. I am not getting the right results. A salesperson makes $200 plus 9% commission on grossSales. when I enter $5000 grossSales I get the result of the … | |
Hi , I already created a button "enjoy button" that i want to move in a form when the "timer start button" is clicked. how do link the timer to the "timer start button" and make it move? this is what i tried so far..then am blank first [quote] Private … | |
Hi - new to vb.net i'm working on a hangman project in vb.net and i'm having trouble. so i started out pretty simple, with a textbox and a button with a loop behind it. the loop starts from 1 to the len("hello") i've used an if and then statement within … | |
Hey frnds,I want to get files of Recycle Bin that are currently present in Recycle Bin.can somebody help me out.Cz i have no idea from where to start. | |
Hello. I am developing a game and for this game 2 of my sprites appear to be flying to the right. i have acomplished this by allowing an image box with the skay on to scroll accross my form from the right to the left. however, once the image has … |
The End.