282 Posted Topics
Re: im sorry but you should post this query in the software or webdevelopment section.. Anyways creating graphics library with what tool? what language? | |
Re: 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? | |
Re: [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] :) | |
Re: [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 … | |
Re: [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: | |
Re: 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. | |
Re: congrats on ur 1000.. so this thread is for people who post thier #1000.. cool.. | |
| |
Re: [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 … | |
Re: [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: | |
Re: [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] … | |
Re: [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 ;) | |
Re: [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 … | |
Re: [quote=stormyboy;321427]Help please, how to appear a combo box in DataGrid while user click a cell?[/quote] combobox.visble = true :lol: | |
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?? :) | |
Re: 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] | |
Re: y don u try postin ur thread in VB Section.. i do hav a solution for dis in VB.net but not for VB.. | |
Re: [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..;) | |
Re: [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 … | |
Re: [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.. | |
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! | |
Ive Come Up wid another question?.. Is ther a timer component in JAVA? | |
Re: [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 … | |
Re: [quote=lkexpert;41791]What error u getting[/quote] Hey guys.. its simple.. Add the Webrefference System.web n it shoud work.. :cheesy: | |
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 … | |
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 … |
The End.