20,284 Topics
| |
Hi, I have the following requirement wherein I have a webform with webcontrols in it . While the original requirement is to database operations with it the new requirement is to along with inserting in db the webform's html needs to be sent to a different server. The new requirement … | |
Does anyone know of a way to force input to the cells in a DataGridView column to be uppercase? | |
i have this code to check and make sure that I wont be inserting duplicate records into my table. i take whatever is in the dr variable and if it is 0 then I go ahead, if not I don't do anything with the variables, I am using Excel, and … | |
Hello evryone, This thing is a bit foggy to me, can anyone help? I hav created a windows explorer like application using VB.Net 2005. It has a listview control by which u can browse through all the local disk drives of ur machine as well as all the folders, subfolders … | |
Hi everyone, can anybody give a code example of how to manipulate CD/DVD ROMs of a machine using VB.Net 2005; .Net Framework 2.0 (e.g. determining which one of my local disk drives is a CD/DVD ROM and especially how to EJECT/CLOSE the CD/DVD ROMs). Any example will be of great … | |
I am not able to disable my back button when page is logged out... so kindly post me the code to disable back button.. doing my project in ASP.net Thank you | |
Hi All, I m working on a vb.net application. Having a form with treeview & datagrid control. My requirement is that I'll populate the treeview control from a SQL server table. I made this one. The next task is to populate the datagrid control (another SQL Server Table) from a … | |
Hi All, I m working on a vb.net application. Having a form with treeview & datagrid control. My requirement is that I'll populate the treeview control from a SQL server table. I made this one. The next task is to populate the datagrid control (another SQL Server Table) from a … | |
can anyone teach me how to correct my code....when I debug this the 12th line or the sndPlaySound("shot.wav", SND_ASYNC) line shows an error "A call to PInvoke function 'StartForm!StartForm.StartForm::sndPlaySound' has unbalanced the stack. This is likely because the managed PInvoke ".Please help me with this one this is a requirement … | |
Hi All, I m working on a vb.net application. Having a form with treeview & propertygrid control. My requirement is that I'll populate the treeview control from a SQL server table. I made this one. The next task is to populate the propertygrid from another sql server table by selecting … | |
HI , This is my first thread! I am working with vb.net and access for a resume manager module. I have now connected to the outllook and retrieved mails also have saved the attachments but i need to search the attachment based on a criteria like a location,skill or experience,for … | |
Hi. I'm new to posting and new to vb net too. Nevertheless here i go. I'm developing a project that has 2 applications. One is visible and one is not. What i have so far is this: the visible application sends a message to the unvisible application of another computer … | |
This is going to sound a little STUPID on my part. I am creating a vb 2K8 Ex. Ed. MP3 player. I would like to know how to creat an xml file. This is my table contents. Column Name Data Type Notes PlayListTitle nvarchar(50) Primary Key PlayList xml I have … | |
I am currently using the visual studio 2005 express edition. I would like to upgrade to the 2008 express. So I would be using Visual Web dev 2008+Visual Basic 2008. These run on .net 3.5, at the moment there isn't an sql server 2008, would I be ok still using … | |
I have been trying to open a web site , view the html source and save to a file using VB 6. Any help? Thanks. | |
Hi , I need to read an html source file using vb.net. The URL of that html varies everytime.Kindly help me out. Thanks in Anticipation | |
hi, I am trying to add items from a textbox to a combo box.. but when ever i am trying to do so, i am getting error, or only a blank is getting added to it. kindly help me out.. I have a textbox where user inputs a string which … | |
hello dani iam working in a software company as a fresher my team leader has given me a registration forn to develop but iam stucking up with some mistakes i have developed the application in vb.net with datbase name as register it has 4textboxes and one submit button textbox1=username textbox2=password … | |
Hi friends, I have a list view which contains an id and a name.... upon selecting one row i should be able to view the details of that particular row.. i.e name, age, salary etc...Im using Visual studio .net 2003 and sql server 2005.. | |
hi, i am using oracle 9i as by database. my front end is vb.net. i want to generate the report according to the field that i select from the combobox. crystal report should display only the field that i select in the combobox. can any one kindly guide me to … | |
I am doing a project in [COLOR="Red"]VB.NET Pocket PC.[/COLOR] I want to retirve the contacts stored in the pocket pc. Please help me in doing this. Please help in any way possible. Thank You in advance. :icon_cry: | |
hi i am creating a window setup project and i dont need any shortctut on desktop or programe file , any idea how to do it? | |
Hello, I'm taking a project with vb.net and i need someone to help me with the source code for connecting to an access relational data base. Pls I don't want to use a wizare. | |
Please tell me how to store a user given input as one of the options in the combo box?? I have put up a combo box on my form with no collection,no options to choose from, in it.I want the user to enter some value in it and the next … | |
Hi, I have an old .DBF foxpro database I am trying to connect to. I can read the database with the new visual fox pro driver, but I cannot write to it (via insert command). Any suggestions? | |
I want to create a program in [COLOR="Red"]VB.NET2005 [/COLOR]windows application which will show google map on the form along with its contols of zoom. OR Also an image on form having zoomin and zoomout buttons. Please Help!!!! :icon_cry: | |
I am trying to use a GoTo statement but it says "Error 1 Labels are not valid outside methods." My code is like this: [code] Public Sub Start_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Start.Click Start: Dim ...... End Sub Public Sub Retry_Click(ByVal sender As System.Object, ByVal e … | |
Hi, I'm trying to work out a way i can create my own "find..." or "find next" dialog for a textbox, because i don't think Vb.net has one that you can use, and its vital that i manage to get this otherwise the program wont be much use when editing … | |
Hi all, i have an exe which on click shows a form and takes the values. i dont know exactly who have developed that exe and i do not have the code even. Now my client requests me to develop same sort application as of previous one. is there any … |
The End.