20,284 Topics

Member Avatar for
Member Avatar for RAjushendre

hi, i am retrieving the names from database by using combobox by a character by character search method as they do in search engines like google when u want to search anything in it by entering 2 to 4 characters u can get full related topics of same characters .. …

Member Avatar for kvprajapati
0
69
Member Avatar for bumassjp

I am using an INSERT INTO statement and one of my database variables is a varchar(51). Can a string be directly stored as a varchar or do I need to convert this to something else beforehand?

Member Avatar for kvprajapati
0
89
Member Avatar for nickelmann

Hi, I want to extract certain words from a sentence input by the user. For e.g., the user enters "Jones born in 1967" and the program will extract the words 'Jones, born and 1967' but will not extract the word 'in' and will print the extracted words out. Is there …

Member Avatar for nickelmann
0
2K
Member Avatar for scias23

i have many textboxes in my form, now i want to validate the data inside it. how can i achieve this other than the try catch? i want the validation to be usable in all my forms so i'll write it as a sub/function. any suggestions?

Member Avatar for apegram
-1
104
Member Avatar for riju tp
Member Avatar for zenbakir

I have a report named crystalreport1 added to my web application in visual studio 2005 when i try to create the instance of the report like dim rpt as new crystalreport1() it shows an error crystalreport1() not defined What is the problem and what namespaces need to be included.

Member Avatar for kodema
0
93
Member Avatar for commingtovb

Hello, i just decided to join, i am a high school senior and am in the club BPA (Business Proffesionals of America). I have not practiced vb in a while but scored at state events and i am going to nationals. Nationals this year is held at Anahiem, CA so …

Member Avatar for kvprajapati
0
75
Member Avatar for renyges

hi guys i need some idea on how to do a login form which check the information in database and if the imformation is true then login to system i got textbox1 and textbox2 my database name is mpp eelection1 and table name is maklumatpel textbox1 need to be check …

Member Avatar for kvprajapati
0
77
Member Avatar for kohkohkoh

Hi guys, as per title above, im at my wits end after a week of thoughts.... i want to download a file from a SSL web to my local(C:\) e.g [url]https://www.abc.com/File/myfile.txt[/url] Scenario: from the web browser(Internet Explorer), i required to login to the site in order to download the file. …

Member Avatar for kohkohkoh
0
1K
Member Avatar for VIPER5646

[QUOTE]Hi all I have two forms which are being displayed from the MDI Parent form. In the following code I would like to send data from form 1 to form 2. [/QUOTE] [CODE] DsgnForm.InsertOE = txtOrderEntry.Text DsgnForm.InsertFN = txtFirstName.Text DsgnForm.InsertLN = txtLastName.Text DsgnForm.InsertAD = TxtAddress.Text [/CODE] [QUOTE] My problem is …

Member Avatar for VIPER5646
-1
182
Member Avatar for aakasha
Member Avatar for automata

I want to append string in front. [CODE] 'For example Dim value As String = "a" 'I want to append the 'value' string so that it prints the below: ' gfedcba [/CODE] I found the below thread which tells the solution for my problem: [url]http://www.daniweb.com/forums/thread139781.html[/url] But I was wondering if …

Member Avatar for k1robert
0
162
Member Avatar for k1robert

My problem is I want to be able to read through this xml document and populate a winform before validating it and then storing it into a table. This is a snippet of the xml document, it's way too big to put it all here. [code=xml] - <Applicant> + <common:PersonName> …

Member Avatar for k1robert
0
962
Member Avatar for Nexx

I didn't know where to put this, this was the closest to VB 2008. I have a code, that when you click a button it takes you to a login webpage, puts in the information that you typed. Then presses submit. kind of like a quick login. But for some …

0
52
Member Avatar for AirGear

i'm new in using VB, so i'm not quite familiar with it.. if any of you use cpp, i'm sure that you know STL in cpp, like vector and stack.. does VB has that kind of STL too? i really need good data structure using VB now, and it will …

Member Avatar for AirGear
0
192
Member Avatar for php99

Hi, I have made a working program that collects data from a server then puts it into an array. I decided its time to move away from text files and on to XML. [CODE] Dim sr As StreamReader = File.OpenText(frm_Loader.jokes_dic) Dim input As String input = sr.ReadLine() frm_Loader.counter = 0 …

Member Avatar for kvprajapati
0
86
Member Avatar for BigGar

Hello. I've programmed in VB for ages, but just started dealing with databases and VB.net. The problem I am having is related to a menustrip item. I used the data source wizard to add a database to my application, and did the drag-and-drop thing to put the details on my …

Member Avatar for kvprajapati
0
133
Member Avatar for aigoo_myself

hi I'm really new to c# but i really don't know how to do this! well I have a table customer with a customer_no as a primary key. I have a second table named order and it customer_no is one of its primary key. What I want to do is …

Member Avatar for kvprajapati
0
144
Member Avatar for automata

First I am sorry if I am creating a thread in the wrong category as I am not sure which is the best suitable place for this question: Please provide me suggestions or any pointers. I want to create a user defined data structure, which will be a 2 dimensional …

Member Avatar for automata
0
610
Member Avatar for IT21

hey im in the middle of doing sql queries i can search my data base using GetDateFrom (Select, from, where) [code] Me.nameTableAdapter.FillBy(namenDataSet.descip, Me.box1TextBox.Text, Me.box1TextBox.Text, Me.box2TextBox.Text, Me.box2TextBox.Text) [/code] i have this working fine im struggling with inderting data to my databse i have made the query .. [code] INSERT INTO `details` …

Member Avatar for IT21
0
100
Member Avatar for TomW

I have a process that does a lot of data manipulation and then prints a simple report directly to a printer. The overall priority is speed. Tens of thousands of records need to be scanned & processed individually so moving thru them quickly as possible is the goal. Pseudo code …

Member Avatar for kvprajapati
1
174
Member Avatar for jallan2010

Sir, Please anybody help me My another question is in txtlani textbox I have to enter only digit i.e. 0 to 9 and currency formate i.e. 1,000.00 and 1,00,000.00 it is possible in text box. and another text box which I have to enter only date i.e. at run time …

Member Avatar for kvprajapati
0
264
Member Avatar for chuck.balogh

I occasionally have to search a very large text file as a troubleshooting step. The file is continuous text (with spaces between much of the text) but almost everything is date/time stamped. The text is actually messages between two machines so I'd like to insert a line break after every …

Member Avatar for kvprajapati
0
111
Member Avatar for ukshir

I have a form developed using the Dataform wizard (VS 2003). The Form shows Master-Detail data. The details are showen in a Datagrid. The form automatically loads the data in the Form_load event. Now I want to store the data from the datagrid to a datatable. I am using following …

Member Avatar for kvprajapati
0
947
Member Avatar for JohnnySpider

Hi All..Im new to Visual Basic 2008 and I'm having a really hard time figuring out how to to print all my tabs in my application. I have 5 tabs which have text boxes, labels, and combo boxes. Is there a way to print the contents of each tab and …

Member Avatar for JohnnySpider
0
833
Member Avatar for Dionysos

Hi I found code for a customized TabControl to make a dll. Same as the original there is a disturbing border which i cant remove. The black border around the whole Tab Control need to be removed. First i took the backcolor from form for the tabcontrol that the border …

0
69
Member Avatar for gangsta1903

Hello everyone, This piece of C# code does not produce any overflow exception. wordsize is a constant equal to 32. the x and y can be very big at the computation time. So big that long or decimal even cant hold. But C# handles the problem even the value of …

Member Avatar for gangsta1903
0
2K
Member Avatar for tanvirahmad

Hi Experts i need to set text Box Format at run time. Like , when type any case , then show in Only Upper Case

0
75
Member Avatar for sjshilwant

[b]Split from - [url]http://www.daniweb.com/forums/thread18153.html[/url] [/b] I am in final year of mca I want to do project on banking using the RSA algorithm in net banking please give me the tips for developing the project in asp.net Thank you!

0
46
Member Avatar for yonker

Table 1 has fields: A, B, C, Table 2, there are fields: D, E, F, Table 3 has fields: G, H, I Connect the condition that A = D and F = I Please provide a look at Table A left join B, C of the SQL statement

Member Avatar for jbisono
0
65

The End.