20,284 Topics

Member Avatar for
Member Avatar for nerden

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

Member Avatar for nerden
0
99
Member Avatar for prasannapower

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 …

0
59
Member Avatar for laghaterohan

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 …

0
52
Member Avatar for prasannapower

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 ...

Member Avatar for prasannapower
0
98
Member Avatar for johnnykenshien

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" …

Member Avatar for johnnykenshien
0
175
Member Avatar for scrypt3r
Member Avatar for Unrealx_

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 …

Member Avatar for iamthwee
0
98
Member Avatar for scrypt3r

Does any one know the code to retreve process info and put it in a box like task manager?

Member Avatar for scrypt3r
0
151
Member Avatar for poonams

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

Member Avatar for Krisha
0
134
Member Avatar for satellites101

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 …

Member Avatar for waynespangler
0
2K
Member Avatar for Isaac Hydrogen

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.

Member Avatar for prasannapower
0
144
Member Avatar for san_gwapo19

anyone here knows how to create a bank simulation deposit and withdraw..tnx a lot guys!!!

Member Avatar for prasannapower
0
69
Member Avatar for Deemar

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 …

Member Avatar for Deemar
0
121
Member Avatar for gouki2005

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 …

Member Avatar for williamrojas78
0
104
Member Avatar for webfort

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 …

Member Avatar for selvaganapathy
0
149
Member Avatar for tapanp

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 …

Member Avatar for hu_yang
0
319
Member Avatar for mMm.A

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

Member Avatar for bruce2424
0
310
Member Avatar for kxh29

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 …

Member Avatar for bruce2424
0
141
Member Avatar for jivangoyal

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 …

0
51
Member Avatar for omotoyosi

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. …

Member Avatar for zumanequeen
-1
3K
Member Avatar for manutd4life

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 …

Member Avatar for Jx_Man
0
105
Member Avatar for ish_samur

[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?

0
42
Member Avatar for jithusdani

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 …

Member Avatar for Jx_Man
0
82
Member Avatar for waqar abbas

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.

Member Avatar for waqar abbas
0
40
Member Avatar for surekhavk

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 …

Member Avatar for Jx_Man
0
91
Member Avatar for coolest_avi007

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 …

0
59
Member Avatar for peanutong

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 …

Member Avatar for Salem
0
71
Member Avatar for esmond

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..^^ …

0
84
Member Avatar for scrypt3r

Is it possible to retrive weather data for a postcode in the uk? does any one know any code to do this?

0
44
Member Avatar for chicita

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 …

Member Avatar for waynespangler
0
44

The End.