20,284 Topics
| |
I would like to create a deployment project for my application. And my application need mysql as database, my deployment package will package the mysql installation. How to use VB.net to check whether mysql had been installed in the client PC and if not install, mysql installation will be initiated … | |
Hi All, I m VB 6.0 developer & i want to upgrade myself. but i m confused in between .Net & J2EE technologies...........plzz suggest me whether i go for .Net or J2EE............? | |
Okay this is a good one I believe. In a dataset, you can create single relations (ParentTable.PrimaryKey to ChildTable.ForignKey) using the dataset.relations.add method. You can use a string variable something like this: Dataset.Relations.Add("relationName",Dataset.ParentTable.columns(strParentKey),dataset.ChildTable.columns(strchildForeignKey) This method works fine for single to single keys generated dynamically using schema info. Now if there … | |
I tried to add a dll to the vs.net toolbox. It said it wasn't registered. I ran regasm.exe. No when I try to add it to the toolbox, it tells me it is not recognized as a com object. How do I get this custom control added to the toolbox … | |
HI i m Bhautik Desai doing Master In Computer Application... from india, gujarat.. i need help in VB or Vb.net to use winsock... thanx | |
Hello All, :rolleyes: I found this code from and artical posted back in may and i had a newbie question that i would like to add to it. 1. Is this the proper all around method to pass values? 2. How would i capture these values? Could i do it … | |
Hi, I've a windows application with VB.Net. I made a little application that connect on a ms access database and do some stuff. The application works well in my PC and in other remote PC, but If I made a concurrent open to the database, I got an error. I … | |
Hi, example of an application that executes a demo of a game and counts how many frames per seconds had been opened. Thanks | |
Hi, Example of application that counts the frames per seconds. Thanks. | |
Hello All, :rolleyes: I found this code from and artical posted back in may and i had a newbie question that i would like to add to it. 1. Is this the proper all around method to pass values? 2. How would i capture these values? Could i do it … | |
Hello.... I currently use a login script to change specfic HKCU values for each user. This is for use of a piece of software which requires unique serial numbers per user. I use 1 script per user & this is increasing daily is it possible to consolodate these scripts into … | |
I have programmed a web application using classic ASP and MSSQL, but our company is upgrading to ASP.NET and for my next project I thought I would the application in pure VB.NET. However, I am struggling to get my application to talk correctly to the MSSQL tables. I know my … | |
Hi All, I am developing an application using vb.net 2002. For example, I have a combo box, in there I have list of items. Let’s say: One Two Three Four Five And I have a label. In the label I’m setting the text to “Three | |
to kill the process after 30 seconds If MyProcess.TotalProcessorTime.Seconds >= 30 Then MyProcess.Kill() End If is correct ? | |
As to kill a process that has duration of 60 seconds Thanks. | |
Dear Members I want to know how to create a toolbar like the one which is used in ms access for showing objects like table,reports, queries etc. I want to create using vb.net Neeraj | |
Hi everyone.. I have problem here.. i want to calculate total days using vb.net..this calculation not including public holiday. i have calendarstartdate, calendarenddate and txttotalabsent. my problem here how to capture public holiday and how to calculate total days. please help me :sad: .. | |
I Want To Import A Specific Database Tables And Display Them In A Treeview | |
Hi, this is my first post in this site. I am having trouble with a hangman program that I've writen. I have got allmost every thing working fine, but I am having trouble ensuring that a word is not used twice. The way in which, my program works is that … | |
I'm trying to bind a radio button's checked property to an Access field defined as Yes/No and am having no success. I can programmatically read the dataset field and set the radio button, but I than have difficulty adding a new record and setting the dataset field to be updated … | |
Hello I have created and built a deployment project I would like to add on a launch condition the requires internet explorer be installed. I added the launch condition and rebuilt the project the text I put in the message property appears but when I hit next the screen it … | |
when running program I can see all 9 items of data are loaded into myComboBox, but when it displays on the screen all I get is 9 instances of "Test1.Global+ListCodes". What do I need to use in the DisplayMember spot? I've tried original field name of "Name1", "test.codeName" PublicStructure ListCodes … | |
| |
Hi Guys, After devloping couple of years and months........many projects in .NET framework.....using C# , VB.NET, and ASP.NET.........My personal vote goes to C#. No doubt I love to code in this languages. And I know many of you like so... So then whether VB.NET Programmer getting downward.....I can't say so,, … | |
Would someone point me to some code to silent print a pdf from VB.NET or C#. I have the Adobe SDK Thank You for any help toward this end. | |
I have a Contextmenu which dispalys a file name.it has submenus that provides 2 options:Open;Open With... Open opens the file normally. i want "Open With" dialogbox to open wen user clicks the second option. How do i do it. | |
I have created a program to monitor a network folder for file additions based on this link: [url]http://abstractvb.com/code.asp?A=1081[/url] It works fine on my local drive, but does not work for a Novell Server. Does anyone have any ideas of how to get it to monitor a Novell folder? If not, … | |
Hi, I'm comming from country without paymen gateway. I would like to create one using vb.net. Could someone direct me to some resources concepts or similar open source projects? | |
Hi :) I'm new in this forum and new in VB .NET. I'm trying to do a little mp3 player using mciSendString. I can start, playing and stopping a mp3 file, but I don't understand how can I get the end of mp3 and close it after finish without press … |
The End.