20,284 Topics
| |
i've written a program and i want to start it minimised using a switch like myexe.exe -minimized and i cant seem to find anything that works, im using VB.net 2008 btw | |
We are using 4 systems ..... system1 is only having SQL Server , in my system i m having setup for SQl , How can i register my system?????? i did the following things... Start >>> Programs >>> Microsoft Sql Server >>> Enterprise Maneger Then Sql Enterprise Maneger Page opened … | |
Hello, i am a novice programer in vb.net. currently am developing an application in vb.net 2005 n sql server 2000 ..the project name is Information Management System....d application/project looks common as it includes all admn, enquiry , fees, faculty etc...screen n accordingly their databases..... however , i want to try … | |
Hi I m new to Vb.net. i need to Know anout the ConnectionString Details,. For eg. First Name Last Name PH Number Use this 3 datas to save Sql. plz give me the Coding for this ... | |
hello to all, Im trying to load xml file to sql server but I dont have enough knowledge how to create schema xml, as of now im using vbscript program to upload my xml, here is my vbscript codings, Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad") objBL.ConnectionString = "provider=SQLOLEDB.1;data source=codevelopment;database=Johnny;uid=restorer;pwd=" objBL.ErrorLogFile = "c:\error.log" … | |
Hi..am totally new to vb.net and also designing forms... 1) is there a way you can change the main forms close button image,minimize,maximize 2) Ok I Made An About form..Now How do i link to it from the menu strip 3) i also made a splash but when i load … | |
Does any one know the code to retreve process info and put it in a box like task manager? | |
hi all I can anyone tel me how to save image in access database.& also hw to access image from database.I don't know how to start.plz reply | |
Hi all I am kind of new to vb.net, and am wondering if anyone could tell me how I can remove the first line of text from a multiline textbox. Let's say I load a text file with 50 lines into a multiline textbox. How do I delete the first … | |
please i want to make a contact details program with Visual basic that will allow save contact details. like : Names, Address, phone numbers, E-mails, Address, Company and i don't know where to start from. | |
anyone here knows how to create a bank simulation deposit and withdraw..tnx a lot guys!!! | |
I have a grid with various columns and when I use col.Format = m_sysSettings.DATE_FORMAT I have no problems with the data I enter getting formatted to dates. The problem is when I click on them to edit them, they switch back to the format I entered them in. Is there … | |
look this ...why is not the same? [CODE]Dim azar As New Random setd1(azar.Next(1, 7)) setd2=(azar.Next(1, 7))[/CODE] the second one setd2 give me a error... is not the same using =?? Which is the difference??? and... [CODE]Dim dados As New dado dim dados2 as dado [/CODE] Is this the same...o are … | |
Hi, I'm doing a screen scrape of a web page, which works with out any problems What I want to do is replace the contents of tag, I can do this if the tag match exactly but in this page there are allot of blank spaces. lbltest.Text contains the page … | |
Hi, Unsung VB.net, I am trying to create an excel file in my web server (windows 2000 server). But I end up with the following error: System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not valid or not registered. MS Office is not installed in my server. Even I … | |
I want to learn about [URL="http://www.daniweb.com/techtalkforums/thread77538.html#"]vb.[/URL]net but i dont know how to start it. Please give me some basic sample for a beginner of vb.net [URL="http://www.daniweb.com/techtalkforums/thread77538.html#"]codes[/URL] I am useing vs.net 2005. please help me | |
Hello All: Just wanted to inquire about Visual Basic. As I understand it, it is a tool to create GUI's on windows platforms. I would like to know where I could find an online tutorial for novices. Also, does VB, can VB interface with Sybase Databases using TransAct SQL....???? Thanks … | |
I want to create action buttons in the Novel Groupwise mail client. I've worked on Outlook toolbar which can be developed by using VS. But I want to create similar list of buttons in the toolbar of the Groupwise mail client so that any user can click on any of … | |
Please all, I am a young female programmer who designed a form. In the form there is a field for image. How will i add a browse to it so that the person felling the form will browse to pick the picture from his system. Please ATTEND URGENTLY TO IT. … | |
i got a homework its about Generate code Name: qwerty Year Enrolled: 2008 IDNum: 123mem Button: GENERATE CODE Code: 083memrty { 2 last degit from year became the 2 first, 4 last from IDNum became 4 next, 3 last from name became 3 next= 083memrty} 1. validate the text boxes … | |
[B]External Component has thrown An Exception[B][/B] Iusing the MDI Form to connect to All forms.but there has been occurred an error when switch between the forms. this error has come to the Main Form(MDI Form) can some one help on this problem? | |
Hi folks.. I want to display the crystal report according to the date that user select...If User changes the date means it should change the report according to that... In my applocation two date picker and one button is ter ,if user select from date and to date means it … | |
Dim dtBranchGrid As DataTable dtBranchGrid = CType(CType(e.CommandSource, GridView).DataSource, DataTable) BranchID = dtBranchGrid.Rows(Index)("BranchID") HI! I cast datagrid into datatable inorder to fetch my relevent ID but this rply an unable to cast error. | |
For i = 1 To ListBox1.Items.Count - 1 cstr1 = ListBox1.Text strqry1 = "insert into trans(pid) values('" & cstr1 & "')" MessageBox.Show(strqry1) If ListBox1.GetSelected(i) = True Then cmd.CommandText = strqry1 cmd.ExecuteNonQuery() End If Next MessageBox.Show("Records added") the above code is for inserting multiple records frm listbox to table but ony … | |
i want to create subdirectory on the server.But unable to create there. ---------------------------------------------------------------------------------------------------------------------------------------------------- Shared Sub main2(ByVal zipdir, ByVal systemname) 'FTP creadentials' Dim servertemp As String = "ftp://hydhtc25116" Dim username As String = "hydhtc25116\root" Dim password As String = "infy@123" Dim host As String = servertemp 'Renaming the zip file as … | |
i am using ozeki sms server to send/receive SMS. currently, when i receive SMSes, they will be inserted into this messagein table (microsoft sql server) altogether. however, i wish to implement it this way: user A sends message to #1: hello [TO REPLY: user A <SPACE> <MESSAGE>] #1 replies user … | |
Hi programmers.. I would like to know how to masking our phone number identity when we're about to send sms through PC in an SMS gateway project. I'm a begineer, doing my last project , it will help me so much if anyone could tell me how to do it..^^ … | |
Is it possible to retrive weather data for a postcode in the uk? does any one know any code to do this? | |
Hi, I would like to know if it is possible to use SQL Server reporting services in vb.net 2005 as my application is not web-based so I cannot use ASP.net. I have searched the internet for tutorials but I can't find anything that describes how to use vb.net instead of … |
The End.