20,284 Topics

Member Avatar for
Member Avatar for Digendra

Hi All, First of all a warm Good Evening to you all. My problem is that I want to make one application in .net that can extract the information from an Auto Cad file (.dgw). I do not want to open the Auto Cad File. Is there any API for …

Member Avatar for Ramy Mahrous
0
83
Member Avatar for AaMar

Hello! Experts i want to build an app like dictionary (e.g Babylon, Urdu dictionary). Only one text box and button when i wrote a word in text box and click button then display meaning in other label. I confused. Thanks

Member Avatar for Ramy Mahrous
0
91
Member Avatar for Gizmo89

Hello Everyone, At the moment i'm look for some software that will help me document my code using xml comments and the integrate these help files in to VS 2008. I've had a certain degree of success with Doc-O-Matic which seems to work well, but there it one small catch, …

Member Avatar for Gizmo89
0
75
Member Avatar for san_gwapo19
Member Avatar for DangerDev
0
60
Member Avatar for cynical

Hi! I'm using VS 2003 and MS Access. I have this Form1 that displays Record details on textboxes (they are databinded).. The records are retrieved from MS Access using the code: [CODE] Public Sub loadFund() '[Load Items] Dim selectAllSQL as string = "SELECT * FROM Table1" Dim selectAllCMD As OleDbCommand …

Member Avatar for Jx_Man
0
161
Member Avatar for ACParson2001

Having some troubles with a program I'm writing. I'm using SharpDevelop, and I'm writing a VB.net program, that I am doing for a friend. I have a combo box that has a list of races, that are already added (Human, Elf, Dark Elf, Draconian, Viera, Wingly). Upon selection, the appropriate …

Member Avatar for ACParson2001
0
126
Member Avatar for yara.008

hi i use microsoft visual studio i have visual basic . net program i want publish it (make execution file) my program include voice file thanks

Member Avatar for Teme64
0
182
Member Avatar for manoj_582033

Hi Friends i am using vb.net & i have a textbox on that ,I want only numeric value on that textbox & if i type alfabetical on that textbox so that must give me a message to that type numeric value only I m not able to doing this plz …

Member Avatar for rapture
0
121
Member Avatar for jithusdani

Hi Folks, Can anybody plz tell me how to add multiple rows in a datatable at runtime..I want to add the values from the application inputs not from sql.ie,from textboxes i want add the values to the datatable.

Member Avatar for sachinmore
0
87
Member Avatar for rak4u

Hi till now i am used window application in which there is no problem in connection using following code [code] Dim cnn As SqlConnection cnn = New SqlConnection("data source=RAKESH-676DD0E1;initial catalog=rw;integrated security=SSPI") cnn.Open() Dim da As SqlDataAdapter Dim dt As New DataTable da = New SqlDataAdapter("select * from publicity", cnn) da.Fill(dt) …

Member Avatar for rak4u
0
122
Member Avatar for Datsun90

Hi friends, Using VB.Net 2005, I have a datagrid to enter purchased items with quantity and purchase price, and calculates the total cost for each row (item). It looks something like this: RecordID-------ItemID-------Qty------UnitPrice-----------ItemTotal 1 ------------- 1000 ------- 2 --------- 10 ----------------- (20) 2 ------------- 1004 ------- 5 --------- 30 ----------------- …

Member Avatar for jalpaeol
0
135
Member Avatar for Tables

Hi I am interested in learning VB.NET and ASP.NET Please suggest me any good website where I can learn these technologies at my own pace. Kindly help me. Regards,

Member Avatar for jbennet
0
335
Member Avatar for yuleball

In microsoft word we can add a textbox o document. Is there a way to add the same in rtb in vb.net

Member Avatar for lostandfound
0
90
Member Avatar for bajanpoet

Hi guys! I have created two table valued multi-statement functions using SQL Server 2000 and am now trying to develop a VB.NET front end application where I run the functions and pass string parameters to them. When I run the function in SQL Server Query Analyzer, it works, but when …

Member Avatar for bajanpoet
0
113
Member Avatar for chriswininger

I have a form in my vb project (let's call it frm_UpdateDetails). It contains a user control (Let's call it MyUserControl). The user control has several fields that allow the user to edit entries in the database. There is another form (lets say frm_Main) that calls a method in frm_UpdateDetails …

Member Avatar for Ramy Mahrous
0
141
Member Avatar for michael_flan

HI, I have to answer the following question immediately for a tech exam and was wondering if anyone could help: Write a pair of functions to encode and decode a record consisting of a variable number of (name, value) fields, represented as a two-dimensional array of strings, to-and-from a single …

Member Avatar for Ramy Mahrous
0
130
Member Avatar for muhammad ismail
Member Avatar for rapture
0
46
Member Avatar for jalpaeol

Hi I have to limit that user for no age less then 18 years I have only 2 ideas for developments of these 1 > check for date year is greater then 1990 of today then but i think it is not good way to coding for flexibility in future …

Member Avatar for rapture
0
108
Member Avatar for Dell XPS

i have windows mobile and i need to send an receive messages via my phone from my pc. can you help?

Member Avatar for Dell XPS
0
93
Member Avatar for deerslayer

I have written and application to search through a text file and find the following data and pull out the 5th varible and place in a text box. P_SPEED 0 10 1100 0 .01 23 0 The next issue I am having to input, into a text box, a integer …

Member Avatar for NightCrawler03X
0
292
Member Avatar for hkarthik

Hi, I am having a problem with datagridview. I have added a datagridview to my form, which consists of two columns. Two columns have combobox(ie datagridviewcombobox) added to it. So now i have the 2 fields with combo boxes. After adding these 2 combobox through the dgv's property column-collections, i …

0
63
Member Avatar for kashyapanirudh

Hi, I want to build an application that can send messages to computers connected over a LAN. This is something just like Email over LAN. It must also be possible to attach files just like an email. Can someone just help me as to how to go about building this …

Member Avatar for Ramy Mahrous
0
77
Member Avatar for edgar5

These are both ready for deployment (I think :) !) RenameSongs v0.0.0.2:[URL="http://home.wavecable.com/~edgarmusgrove/RenameSongs4.zip"]RenameSongs4.zip[/URL] tag2file v0.0.0.2: [URL="http://home.wavecable.com/~edgarmusgrove/tag2file3.zip"]tag2file3.zip[/URL] See for details: [URL="http://www.daniweb.com/forums/thread169098.html"]daniweb forum thread[/URL] If I can figure out how to put a download counter on my site, I will know if I should announce updates to the code! Until then, please let …

Member Avatar for Ramy Mahrous
0
89
Member Avatar for NightCrawler03X

Awhile ago I wrote some functions to convert from isbn10 to isbn13, or from isbn13 to isbn10; and subsequently some function to validate isbn 10/13 numbers. I thought I'd post them here to see what people think of them. So, [code] ' Validates an ISBN13 number. If false, it's invalid, …

Member Avatar for Ramy Mahrous
0
585
Member Avatar for sonia sardana

Error is coming Registry Access is not allowed.While Opening a Key. Can Somebody help me out. [code] Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click NewDelete("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "Sonia") End Sub Private Sub NewDelete(ByVal KeyPath As String, ByVal KeyName As String) Dim sMainKey As String Dim sKeyPath As …

Member Avatar for Ramy Mahrous
0
232
Member Avatar for bharanidharanit

Hello sir, I am using VS2008. I am using save file dialogue box and i am saving the contents of richtextbox which is in the form. So i used the coding below. It only creating the empty file but not the text which i typed in the richtextbox. [CODE]Private Sub …

Member Avatar for Ramy Mahrous
0
89
Member Avatar for sonia sardana

Hey frnds,someone can just give me a hint from where to start. I want to check the Registry Permission of Subkey programmatically. Whether the Subkey has Read permission,Write Permssion, Delete Permssion.

Member Avatar for Comatose
0
113
Member Avatar for adica2k

hello, this is may first project in vb and i really need to finish it fast. but i cannot insert records into my sql db. can you help me please? pls pls thanks

Member Avatar for Ramy Mahrous
0
42
Member Avatar for selicon.valley
Member Avatar for cynical

I am using VS 2003.. I want to select a row programatically, like the datagrid arrow would point and scroll to the selected or highlighted row.. I tried grdBrowse.select(i) but it only highlights and doesnt scroll down. so far here's what I have: [CODE] Dim _id As Integer Dim i …

0
36

The End.