20,284 Topics

Member Avatar for
Member Avatar for khoobl

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 …

Member Avatar for cpopham
0
199
Member Avatar for dhiraj.cool2k4

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............?

Member Avatar for Paladine
0
90
Member Avatar for cpopham

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 …

0
76
Member Avatar for earlofroberts

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 …

0
66
Member Avatar for bhautikdesai

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

Member Avatar for Catweazle
0
80
Member Avatar for erikkl2000

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 …

Member Avatar for erikkl2000
0
427
Member Avatar for larry78

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 …

Member Avatar for Paladine
0
147
Member Avatar for cfonseca

Hi, example of an application that executes a demo of a game and counts how many frames per seconds had been opened. Thanks

Member Avatar for Zachery
0
88
Member Avatar for cfonseca

Hi, Example of application that counts the frames per seconds. Thanks.

0
65
Member Avatar for erikkl2000

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 …

0
53
Member Avatar for ikkyusan

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 …

0
49
Member Avatar for zaphod2003

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 …

Member Avatar for zaphod2003
0
136
Member Avatar for baba0880

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

Member Avatar for w00dy
0
109
Member Avatar for cfonseca

to kill the process after 30 seconds If MyProcess.TotalProcessorTime.Seconds >= 30 Then MyProcess.Kill() End If is correct ?

Member Avatar for w00dy
0
61
Member Avatar for cfonseca
0
61
Member Avatar for cfonseca
Member Avatar for neeraj_th

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

Member Avatar for Catweazle
0
109
Member Avatar for sara

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: ..

Member Avatar for techniner
0
223
Member Avatar for PROFF.VB.NET
Member Avatar for dzzsky

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 …

Member Avatar for srikkanthan
0
106
Member Avatar for majackson

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 …

Member Avatar for Toulinwoek
0
182
Member Avatar for augie0216

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 …

0
80
Member Avatar for Robert Walker

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 …

0
120
Member Avatar for jasworld
Member Avatar for Comatose
0
110
Member Avatar for populate

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,, …

Member Avatar for server_crash
0
155
Member Avatar for fischerj

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.

0
336
Member Avatar for vrushalinz1

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.

0
47
Member Avatar for cpopham

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, …

0
106
Member Avatar for papaja

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?

0
66
Member Avatar for larry78

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 …

0
88

The End.