Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~22.0K People Reached
Member Avatar for anupam_smart

This is really simple. Just take the last letter of the movie name in previous post & put another movie name starting with that letter. Eg.:- if i put "The Matrix -Reloaded" answer may be "Doom" so let's start. I put : The Matrix Revolution

Member Avatar for blackmiau
0
4K
Member Avatar for linux

This is kinda like the word association also located in the Geek's Lounge. What you do is take the song listed before you and make another song and artist with the word it it. example: 1: Heaven - Los Lonely Boys 2: Stairway to [B]Heaven[/B] - Led Zeppelin You can't …

Member Avatar for <M/>
0
3K
Member Avatar for Ruchi224

Hello.. I have a datagridview.. It is unbound to any database and has 2 columns.. 1 is item name and other is amount/expense, incurred.. I want the total of expense incurred be displayed in the textbox on button click ie adding the numbers in amount column.. I tried something like …

Member Avatar for Ruchi224
0
117
Member Avatar for Ruchi224

Hello !! I am stuck with an issue and need some guidance.. I am using visual studio 2008, vb.net Windows app and ms access 2003. I just wanted to know that there is a form in which i select an option from the list of options in combobox.. While the …

Member Avatar for Ruchi224
0
130
Member Avatar for IT_Student_604

im having problem og this code... [CODE]txtTimeOut.Text = Format(Now, "h:mm:ss tt") constr = "UPDATE tblDTR SET EmpName='" & txtName.Text _ & "', Date_in='" & Format(Now, "MMMM d, yyyy") _ & "', Time_in='" & txtTimeIn.Text _ & "', Date_out='" & Format(Now, "MMMM d, yyyy") _ & "', Time_out='" & txtTimeOut.Text _ …

Member Avatar for Mike Askew
0
194
Member Avatar for waleed.makarem

Dear All , The question is simple , but may be It is very simple for me that I can not see it . I have two dataset , each with with table . each datasets is connected to a separate dataadapter to get data from sql server database file …

Member Avatar for Ranx
0
190
Member Avatar for RenanLazarotto

Hey guys! I'm making an app that allows user to select some files. But, I want it to be made inside the app, without the need of a 'OpenFileDialog' or so. My first thought was a ListView control, but I really don't know how to use it or even how …

Member Avatar for RenanLazarotto
0
119
Member Avatar for shooksy101

Hi people, I have created a form that allows me to search customers from a datagrid table which holds the information from the customers table. I use a textbox to enter the phrase to search for and a search button. I can find the records within the datagrid table but …

Member Avatar for Pgmer
0
171
Member Avatar for Dummi

How to create AssemblyInfo.vb, Resources.resx and Application.myapp in vb.net 2005? I recently see these things come along with vb.net sample code everywhere. Suppose I try to create new project and I want the AssemblyInfo.vb, Resources.resx and Application.myapp appear under "My Project", how can I do that? many thanks for reviewing.

Member Avatar for Ranx
0
2K
Member Avatar for bettybarnes

hi i'm having a problem regarding sql deleteCommand.. can someone please help me solve this problem coz it takes a lot of time for me to figure it out.. here's my code [CODE] Private Sub btnDeleteBC_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDeleteBC.Click If MessageBox.Show("Do you really want …

Member Avatar for bettybarnes
0
5K
Member Avatar for nicole200718

I have to create an application that will display all the odd and even numbers between the input values of number 1 and number 2. Display the output in a lstOdd and lstEven listbox. I have no clue I need help please? [CODE] Option Strict On Option Explicit On Public …

Member Avatar for Ranx
0
118
Member Avatar for emily1989

Hi there, I am new to VB.Net, i have cracked my brain to figure out on how to use if else statements in form1 to call button.click from another class. Please help me! :( THANK YOU SO MUCH! I REALLY APPRECIATE IT! :)

Member Avatar for Ranx
0
372
Member Avatar for OldManStarting

Having found the following post on datareaders [URL="http://www.daniweb.com/forums/thread278415.html"]Topic Posted On DaniWeb[/URL] i have managed to successfully create a datareader in a class that updates a listbox on the calling form with entries retrieved from a SQL server database. I was wondering if it is possible to achieve the same thing …

Member Avatar for OldManStarting
0
159
Member Avatar for Ranx

Hoping someone out there can help. I have a fairly simple piece of code for viewing files [code] System.Diagnostics.Process.Start(tFileInfo.FullName) [/Code] Basically passes the path of a file to the process and let Windows deal with how to open it. Have also tried [code] Dim myProcess As New System.Diagnostics.Process With myProcess …

Member Avatar for Ranx
0
175
Member Avatar for lipton150786

I want to read content of pdf file when window openfiledialog appear.I use VB 2005 at winform. anybody know please help me!!!( show code

Member Avatar for trpsjt2008
1
93
Member Avatar for madoverclocker

the idea of the game, as the name implies, is for the first reply to change one letter of the word creating a new word. the next reply should then change one letter of the new word creating another new word and so on. the purpose is to see how …

Member Avatar for debasisdas
0
1K
Member Avatar for The Dude

See if you can make 3 words (3 words only please) out of the word below Then come up with a word for the next person to try. [b]confederate[/b]

Member Avatar for kaninelupus
-1
3K
Member Avatar for jkrause

Hi all! I have two combo boxes: cboRepairCategory (plumbing, landscaping, etc) and cboVendors. I am using Stored Procedures in SQL to store the data from my database and then load them into the combo boxes. The cboRepairCategory will be loaded first. Once the user has selected what type of repair …

Member Avatar for jkrause
0
120
Member Avatar for TommyTran

Hi everyboy! I ran into this assignment that asks me to "create an application that allows the user to enter a word or phrse, then the Label should display that word or phrase backwards in all lowercase. For example, I enter "I read" Then the label should display "daer I" …

Member Avatar for Ranx
0
90
Member Avatar for Ranx

Hi, i'm hoping someone can help with a slightly odd problem i have. I have a piece of code that can create a folder on a sharepoint site from one machine, but not another. [CODE] If Not System.IO.Directory.Exists(strTargetLocation) Then System.IO.Directory.CreateDirectory(strTargetLocation) End If[/CODE] Originally it was because WebDAV was not running …

Member Avatar for Ranx
0
201
Member Avatar for pysdex

I am very new in VB.Net. I can read the integer with no problem at all but I just cannot extract the equation I enter. I enter A+B, I can read it no problem, but how do I extract the equation information to make the two number to add together …

Member Avatar for Ranx
0
89
Member Avatar for jcb0806

I HAVE PHOTO ATTACHED I'm trying to come up with some code that will make the 'Acct #' label and text box ONLY appear when some text is typed in the text box beside of 'Prime Broker', 'Custodian', etc. Can anyone help? Thanks.

Member Avatar for kvprajapati
-1
84
Member Avatar for gianrocks

hey all, i have a project that is like a server and a terminal interface. the server is the one that can only make changes in the database and the terminal is more of storing what is in the database. here is the problem, i have stored a PDF file …

Member Avatar for Ranx
0
372
Member Avatar for tanvirahmad

hi experts i m using fallowing code for update, delete and save data it's working very well when i save new recored but when i update and delete recored it's showing error message [B] "Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not return …

Member Avatar for Ranx
0
137
Member Avatar for sreenathvp

[B]Please help me to read out each character of a particular line in a rich textbox. [/B] Eg: 6 11 345 I need to read 6 first and then 11 and then 345 etc etc..

Member Avatar for sreenathvp
0
88
Member Avatar for Bern

Good afternoon all, I'm pretty new to VB.Net. Trying to get my head round using stored procedures to manipulate data in a database at the moment. I have managed to use a stored procedure (via my windows form) to insert data into a database but I am struggling to retreive …

Member Avatar for Bern
0
99
Member Avatar for SolTec

I have an application that I would like to use strings from the textboxes to open forms, by storing the form name in the textbox on open or close. Dim strName as string Dim frm as Form If strName = String.Empty then strName = frmMain Else strName = frmMain.txtFormOpen.txt frm …

Member Avatar for Ranx
0
101
Member Avatar for Demond

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 …

Member Avatar for Demond
0
141
Member Avatar for Webbsta

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 …

Member Avatar for hitnrun
0
566
Member Avatar for rajeshkhanna_in

Hi all, Could anybody help me in getting a FULL systax of SQL Statements in vb 6.0. Or could anybody suggest me a site that could do it. Rajesh Khanna

Member Avatar for debasisdas
0
61