282 Posted Topics

Member Avatar for swetha.sharma

im sorry but you should post this query in the software or webdevelopment section.. Anyways creating graphics library with what tool? what language?

Member Avatar for Chaky
0
48
Member Avatar for The Dude
Member Avatar for eyad212

specify the path to C:\Program Files\(and the folder name of your project) As when you deploy your project all the files will be sitting at the ProgramFiles section. Do you add up the Access file when you setup the project?

Member Avatar for attya hassan
0
92
Member Avatar for The Dude
Member Avatar for wonder_gal
Member Avatar for The Dude
Member Avatar for Sulley's Boo
0
83
Member Avatar for IBGhost

[quote=iamthwee;342247]I've heard vb.net integrates well with excel and other MS programs. I think anyway, although I have yet to use it. [/quote] it sure does.. there is a component called Excel. You have to add it up in your reference. and try this [URL]http://www.codeproject.com/office/excel_using_oledb.asp[/URL] :)

Member Avatar for arjunsasidharan
0
80
Member Avatar for The Dude
Member Avatar for arjunsasidharan
1
97
Member Avatar for yaya_star

[quote=yaya_star;335084]Hello eveybody i have a calander in my project, when i click on date it retain in list box the information related to this day but the problem in Access in the feild date , it dosen't save the date in the format it takes from the calander , thats …

Member Avatar for arjunsasidharan
0
95
Member Avatar for sp_kosl

[quote=sp_kosl;335532]Hi! I urgent need of VB.Net project with the help of how can run it and what is requirement for this project. Please help me any one Thanks[/quote] try this link [URL]http://www.codeproject.com[/URL] :cool:

Member Avatar for arjunsasidharan
0
124
Member Avatar for mayu

i have a good website for you. [URL="http://www.google.com"]www.google.com[/URL] search using this site you mite find interesting results.

Member Avatar for arjunsasidharan
0
92
Member Avatar for dcc

congrats on ur 1000.. so this thread is for people who post thier #1000.. cool..

Member Avatar for ~s.o.s~
0
238
Member Avatar for FunnyTunes83
Member Avatar for The Dude
Member Avatar for Windows3.11

[quote=Windows3.11;334786]I'm creating a web application in VB.NET 2003 that connects to a SQL database... how do I display the data in separate controls (TextBoxes, labels, etc) instead of in a data grid? Thanks, Windows 3.11[/quote] You have to assign the parameters and use Stored Procedures (SQL) to retrieve data and …

Member Avatar for arjunsasidharan
0
208
Member Avatar for Marks256

[quote=Marks256;327398]... Ok then, does anyone know how to generate a single tone on the sound card?[/quote] Does this question belong to VB.NET ?:confused:

Member Avatar for Marks256
0
85
Member Avatar for jigry

[quote=jigry;328642]i want to kno how to play a wav sound in vb.net2003 i kno how to play it jus once this is the code i have: [ wFlags = SND_LOOP x = sndPlaySound("C:\WINDOWS\Media\chord.wav", wFlags)] i was told tht SND_LOOP will play it simaltaniously but 4 sum reaason it dnt work..[/quote] …

Member Avatar for arjunsasidharan
0
78
Member Avatar for sanggol26

[quote=sanggol26;326096]i'm having a problem regarding my monthcalendar coz i want my monthcalendar to have its own database... and also i'm dealing problems in my other database[/quote] why dont you post some questions about your coding rather than your problems ;)

Member Avatar for arjunsasidharan
0
62
Member Avatar for Marks256

[quote=Marks256;323413]Bummer. I just read a few posts on other forums, and they all said that it can not be done. :( Is there a way i could catch the key press from a WinAPI message?[/quote] well why dont you try the keyPress event.. and is it a windows application or …

Member Avatar for Marks256
0
129
Member Avatar for stormyboy

[quote=stormyboy;321427]Help please, how to appear a combo box in DataGrid while user click a cell?[/quote] combobox.visble = true :lol:

Member Avatar for arjunsasidharan
0
41
Member Avatar for arjunsasidharan

hello ppl, i need to knw whether v can use opacity in a picture box.. wat i hav to do is i need to load few pics in a picture box n when t pic fades away a new pic loads up.. Any ideas?? :)

Member Avatar for arjunsasidharan
0
122
Member Avatar for unknownunknown

Use have to use the SqlCommandBuilder to update the table in a database through dataset Use this it may help: [code] Dim object name as SqlCommandBuilder(DataAdapter's Name) DataAdapter's Name.Update(Datasetname, "Table Name") [/code]

Member Avatar for arjunsasidharan
0
2K
Member Avatar for Stangman
Member Avatar for Stangman
0
437
Member Avatar for siya

[quote=siya;314150]Hi everyone, I'm trying to update an access database using vb.net(2005). I have this code, But it doesnt update. [COLOR=#0000ff]Me[/COLOR][COLOR=#000000].STUDBindingSource.EndEdit()[/COLOR] [COLOR=#0000ff]Me[/COLOR].STUDTableAdapter.Update _([COLOR=#0000ff]Me[/COLOR].TrialDataSet.STUD.GetChanges) Please Help[/quote] could u jus brief t code a lil more.. cudn get any info wid t code tht u given..;)

Member Avatar for arjunsasidharan
0
127
Member Avatar for anti_genius

[quote=kapil.goyal;317762]datagrid will work fine.just find the checkboxes tat r checked n insert the records.for more help just visit my earlier posts.[/quote] Hey i hav a sample tht ive done in VS 2003 and i used SQL SERVER for my database.. ive provided for connectivity for MsAccess too.. Make modifications according …

Member Avatar for arjunsasidharan
0
114
Member Avatar for aruna_ajikumar

[quote=aruna_ajikumar;315588]how to connect a table in oracle to VB.net. kindly give me the sample code.[/quote] Hey dis is basic.. search in t net.. u must b gettin samples... or search t threads..

Member Avatar for kapil.goyal
0
67
Member Avatar for arjunsasidharan

Is there any provision lik customised panel in java??? Can we design a customized frame in java?? i jus wanna knw whether v can or not.. don need t code:cheesy: if t code is available den post it :mrgreen: Thnx in advance!

Member Avatar for jwenting
0
91
Member Avatar for arjunsasidharan
Member Avatar for peter_budo
0
148
Member Avatar for Thanikagopi

[quote=Thanikagopi;314576]Hi, I am Working on the VB.Net perform to perform a Multithreading for acessing the Database. I am Little bit confusion about how to create more threads and When this thread will stop the process, and i am in need of how to handle many thread using the single timer …

Member Avatar for arjunsasidharan
0
140
Member Avatar for meandmymachine

[quote=lkexpert;41791]What error u getting[/quote] Hey guys.. its simple.. Add the Webrefference System.web n it shoud work.. :cheesy:

Member Avatar for arjunsasidharan
0
373
Member Avatar for arjunsasidharan

Hi ppl.. i need a big fat favour from you guys.. The program i given below helps to Encrypt and decrypt any file(EX: Notepad, word.doc, Access) any files.. Ive been ask to do another task along with it.. They have told me to disable t File- Edit-(containing in the Menu …

Member Avatar for arjunsasidharan
0
144
Member Avatar for arjunsasidharan

im jus into basic.. i need to create a login form containing the fields Username, UserID and Password. It has to be connected to the MS Access Database and when the login button event is clicked i want it to check t database whether the details are all correct n …

Member Avatar for Tanvir
1
108

The End.