20,278 Topics

Member Avatar for
Member Avatar for Dell XPS

i made a game that has a player and an AI player.... i use a timer for the ai player to make its moves and the keydown for the human player.... when the player presses a key(e.g A to go left) then the ai player stops moving or it moves …

Member Avatar for techniner
0
92
Member Avatar for GaryR

How about a few code snips to turn on/off the individual pins of the port. Not where the dll can be fund, not where you "think" it can be found. Just code snips. I've looked for ths for over 2 years, nada. I know what's on lvr. I know what's …

Member Avatar for GaryR
0
86
Member Avatar for ChadW

I've created a web browser (similar to the beginners project) with the following items: [LIST] [*]1 Text Box (for url entry, with "enter" support) [*]4 Nav buttons (Forward, Back, Go, Home) [*]1 Tabcontrol holding 2 tabbed pages[/LIST]Question: How do I get TabPage2 to navigate to the entered URL? Currently, only …

Member Avatar for r.anshul
0
128
Member Avatar for firebirds98

I am trying to write a program that reads in a text file and prints out how many # of each letter shows up for example if my text files is "Good food" there will be 2- d, 1- f, 1 -g, 4- 0. The problem that I am having …

Member Avatar for firebirds98
0
94
Member Avatar for c++ prog

can anyone plz tell me how to add a movie in the form?particularly mpg? any examples would really help me...tnx

Member Avatar for Jx_Man
0
71
Member Avatar for vsc33

Hello, I have a vb.net application that runs on a server. There are five client PC's that are connected to the server and all the data is saved on the server from my vb.net application. To add a record, two sql runs under Commit transaction. One runs an insert statement …

Member Avatar for Ramy Mahrous
0
166
Member Avatar for srinukatkam

Hi any one can help me ple that work is in repeator control is there in that some columns and rows there in that rows like 1 tp 100 numbers available but in first row for examle 9 will show it doesn't come net row like that use java script …

Member Avatar for Ramy Mahrous
0
72
Member Avatar for srinukatkam

Hi I am using 2005 vb.net in that five columns is there like Field, Default Label, Visible ,Custom Label, Sort Order, Field Default Label Visible Custom Label Sort Order AC_DOC_NO Accounting Document Number Select Sort Order 1 2 3 4 5 6 7 8 9 10 11 12 13 14 …

Member Avatar for Ramy Mahrous
0
104
Member Avatar for pohyf

hi everyone. can i know how to encrypt the password using different addition. example: 1st char +1 2nd char +5 3rd char +2 etc. i have mine done,but i only know to use hard coded password encrypt method. this is my code. [code] Dim Password As String Dim i As …

Member Avatar for pohyf
0
84
Member Avatar for sbv

hello friends, i am sending selection formula from code. something like ... CrystalReportViewer.selectionFormula = {MyViewForReport.Q_code}=" & cboQ.Item(i).value my req. is i want to send multiple values with " and " , "or" what i did is - "{VoterRegDetail_Qry.QualificationCode} = 1 and {VoterRegDetail_Qry.CasteCode} = 19 Or {VoterRegDetail_Qry.CasteCode} = 20" But its …

Member Avatar for sbv
0
182
Member Avatar for rhinocort23

i have found out how to track the mouse and the click of the mouse when it is over the for, how can i track it outside the form? also how do i record it and the timing of when keys are pressed? i need to make this program so …

Member Avatar for rhinocort23
0
73
Member Avatar for QuickBooksDev

I am using a DataGridView in VB.NET 2005 I will like to be able to edit the data entered by a user into the cells. I put in a Validating procedure but when I check the contents of the cell it is Nothing. Row = e.RowIndex : Col = e.ColumnIndex …

0
71
Member Avatar for ptaylor965

Is it possible to issue SQL Style Commands to manipulate data from XML Files ie. SELECT, INSERT, UPDATE and DELETE The reason i ask is the i want to write an appliclation that will store the database with the application but with out the user needing to have MSAssess (for …

Member Avatar for binoj_daniel
0
107
Member Avatar for jagdish.ind

hi, i am using crystal report to prepare reports. my database is in oracle 9i. i am using vb.net 2003. after creating crystal report whenever i am going to view the report in button click event it is asking me to give login id and password. for each and every …

Member Avatar for sbv
0
104
Member Avatar for Mr.Wobbles

First I will show you my sql, just in case it is some obvious syntax error on my part: [code] "INSERT INTO tblResults(status, enthusiasm, communication, knowledge, interaction, organization, responsiveness, instID, comment)" & _ "VALUES(""" & status & """, """ & enthusiasmB & """, """ & communicationB & """, """ & …

Member Avatar for Mr.Wobbles
0
88
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
89
Member Avatar for Mr.Wobbles
Member Avatar for c++ prog

can anyone plz tell me how to add a movie in the form? any examples would really help me...tnx!

Member Avatar for Jx_Man
0
56
Member Avatar for TMCtech

Leading agency institutional trading firm, based in Northern NJ, for derivatives seeks a full time developer to help build FIX capabilities. Candidates will be joining a team to define and implement FIX services for use in increasing the firm's electronic trading capabilities and to be used as market standards for …

0
46
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
100
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
102
Member Avatar for Jamesharks

[B][COLOR="Red"]<<This post is regarding Microsoft Access>>[/COLOR][/B] I have created a text box (not combo box) and a command button. The textbox is called USERNAME and the command button called LOGIN. What i want is a script that will open the form "user_info" and display the record based on what the …

0
76
Member Avatar for Cyberpro60

Here is what I am trying to achieve: I have an access database with a table [GroupTable] with 3 fields [RecNo, Group, SubGroup] (Group & SubGroup use integers) I want, under program control, to populate a table adapter with a subset of all records eg I want to be able …

Member Avatar for hollystyles
0
218
Member Avatar for Sornaraja

hi i am begginer to vb.net, i need to create a login form connecting to access database which should consist of following fields.. 1. login person - chairman, admin, employee condition : - chairperson can able to view all the details of users and also the branch details - branch …

Member Avatar for Sornaraja
0
84
Member Avatar for gvi

Hi, I have the following requirement wherein I have a webform with webcontrols in it . While the original requirement is to database operations with it the new requirement is to along with inserting in db the webform's html needs to be sent to a different server. The new requirement …

0
49
Member Avatar for fishsqzr

Does anyone know of a way to force input to the cells in a DataGridView column to be uppercase?

0
74
Member Avatar for Mr.Wobbles

i have this code to check and make sure that I wont be inserting duplicate records into my table. i take whatever is in the dr variable and if it is 0 then I go ahead, if not I don't do anything with the variables, I am using Excel, and …

Member Avatar for Mr.Wobbles
0
101
Member Avatar for priyamtheone

Hello evryone, This thing is a bit foggy to me, can anyone help? I hav created a windows explorer like application using VB.Net 2005. It has a listview control by which u can browse through all the local disk drives of ur machine as well as all the folders, subfolders …

Member Avatar for Jx_Man
0
119
Member Avatar for priyamtheone

Hi everyone, can anybody give a code example of how to manipulate CD/DVD ROMs of a machine using VB.Net 2005; .Net Framework 2.0 (e.g. determining which one of my local disk drives is a CD/DVD ROM and especially how to EJECT/CLOSE the CD/DVD ROMs). Any example will be of great …

Member Avatar for priyamtheone
0
139
Member Avatar for successalways

I am not able to disable my back button when page is logged out... so kindly post me the code to disable back button.. doing my project in ASP.net Thank you

Member Avatar for Jx_Man
0
46

The End.