20,899 Topics

Member Avatar for
Member Avatar for chantj

-------------------------------------------------------------------------------- Help!!! i was doing an application that can send the MMS with smil file by HTTP post . but i could not get any sample source code that can refer. Does kindly help for anyone was involve in this kind of development

Member Avatar for kvprajapati
0
116
Member Avatar for mahesh.gothi

Hi I have a 32-bit java dll which i need to call from a asp.net application on a 64-bit machine. Please let me know if have any solution. Thanks

Member Avatar for kvprajapati
0
73
Member Avatar for Warragul

The select case construct is moving to the Case Else line every time the programme loops, even though there are "Longvue" & "Roseleigh" entries in the worksheet.[code]Option Explicit Option Compare Text Sub Complete() Dim HOComplete As Range Dim Client As String Dim JobNumber As Range Dim workrange1 As Range Dim …

Member Avatar for Stevoni
0
165
Member Avatar for neosonic

Hi All, Thanks for your continuing helps and supports, I really love this forum. (and somewhat depended on it). I have got program written in vb6, this program provide the calculation and links to microsoft access and microsoft words. This program soon will be integrated with microsoft visio or other …

0
53
Member Avatar for Smith5646

I have a program that allows the user to add steps to a process (tabpages in a control). All tabpages are generated on the fly by duplicating a "template" tabpage and consequently have the same control names such as textboxStepDesc. Here is the hierarchy of the controls to get to …

Member Avatar for kvprajapati
0
157
Member Avatar for blackviper04

OK I have an assignment on my Access course, I find this site really good and require some help if possible. Basically I have a login screen which checks the Access Database I am using the code I have is this: [code] Username = txtUsername.Text Password = txtPassword.Text 'Following code …

Member Avatar for Smith5646
0
174
Member Avatar for IT21

i am creating a search system i have one of y search querys working but when i try to do the same on a different part of the project i get this error message and one of my text boxes underlined message is : -Error 1 Argument not specified for …

Member Avatar for Smith5646
0
92
Member Avatar for NorthDakota

Hi all :) I'd like to make a little vb.net program that executes searches on a msaccess database. I use a textbox to get the value to search and than i'd like to search all the values that has the textbox value in the middle. So, the queries should look …

Member Avatar for NorthDakota
0
185
Member Avatar for bsc505

I need help i am tired of dealing with this program and trying to get it to work. All i am doing is reading each txt file i find in a direcory and finding certain strings in the text then counting how many i find in each file and then …

Member Avatar for Stevoni
0
101
Member Avatar for mb841024

Hi! friends, im interested in doing a software application on vb.net, 4 now im still confused. help me with the most suitable topic before thursday 26 november 2009 plisss

Member Avatar for kvprajapati
0
38
Member Avatar for jamith

Hi All, I want to get the data coming from a weighing scale (rs232 signal) to a vb.net prgram, to a text box, how i get this? can any one give the code, Kind Regards Jamith

Member Avatar for kvprajapati
0
28
Member Avatar for abdalla_92

VB.NET:i want to select data from sql server 2005 DB table and displaying into text box that depends on combo box selection using VB.NET

Member Avatar for TomW
-1
122
Member Avatar for sathish2109

Hi... i would like to develop a net cafe automation project using vs 2005 as front end and sql server as back end... could u pls give your idea.. suggestions... views..experience..... to get me a clear idea about the work

0
52
Member Avatar for charlie363

I am acquiring a google earth image in vb.Net using the following: [code] imgImage.Load("http://maps.google.com/staticmap?center=" _ + dblLat.ToString + "," + dblLong.ToString + _ "&zoom=" + intZoom.ToString + _ "&size=512x512&maptype=satellite") [/code] where imgImage is a PictureBox .net object. I need to know what the width and height of the image returned …

0
95
Member Avatar for Ulukay

Im trying to make 400 textlabels at runtime but i dont see them , Why not ? [CODE]Private orderArray(41, 10) As Label for x=1 to 40 For u = 1 To 10 orderArray(x, u) = New Label orderArray(x, u).BorderStyle = BorderStyle.Fixed3D orderArray(x, u).Text = "----klhjk--" orderArray(x, u).Height = 20 orderArray(x, …

Member Avatar for Ulukay
0
98
Member Avatar for jtok

I am using Visual Studio 2008 SP1, ASP.NET, and VB.NET. I am using a wizard, and in order to affect the controls inside it, I have to declare them in each method like so: [CODE] Dim txtbox1 As TextBox = wizard.ContentTemplateContainer.FindControl("textbox1") [/CODE] Which works fine, but sometimes I need to …

Member Avatar for jtok
0
129
Member Avatar for Nada_ward
Member Avatar for JulzO

Is it posible to create an MDI Parent and child in Java as is done in VB. Net? If possible kindly help out....

Member Avatar for Ezzaral
0
60
Member Avatar for murid

I need help... I have a datagrid that show an online status. the Status column have 2 status, OnLine n OffLine. I want to make any record that Status = Online into bold style. is that possible ?? all I know is to make all datagrid into bold.. please help.

Member Avatar for murid
0
85
Member Avatar for mshravs

hey, I'm working on a project, where I need to save data along with the image in Sql server, using Vb 2005. i just need the code for the above one. please post asap need it urgently.

Member Avatar for dapsin999
0
190
Member Avatar for adonweb

I m developing a vb.net windows application with crystal report and ms access. My database is stored in bin folder. I cannot bind database to report after deployment. How can i set the database location in report?

Member Avatar for adonweb
0
85
Member Avatar for shijas

Hi, I am developing a s/w. I am trying to update data in table. While I save the data, it will update into table. I have a gridview which binds table data through dataset. While I update the changes it is not reflecting in the grid view. What I will …

Member Avatar for ayesha789
0
95
Member Avatar for sabarish_iyer
Member Avatar for sabarish_iyer
0
110
Member Avatar for pinkladyxo

ed and then use the ISBN number to locate the book name, publisher, and author. The code I have so far sets up the parallel arrays. The user needs to enter the 10 digit ISBN number corresponding to the certain book. So if the ISBN number "0-7821-4404-7" is entered and …

Member Avatar for Rogachev
0
131
Member Avatar for mania_comp

Hi to all I am going to create online quiz/test. It will be in different categories like PHP, ASP.NET, JAVA etc. Before designing I need to work on database(in SQL SERVER 2005). I need suggestions on that about number of tables and columns in those tables. If you guys have …

0
66
Member Avatar for roby22

i have 3 text boxes a b and c i would like to enter time into the a and b and have c calculate the tot time in hrs and minutes between those two.

Member Avatar for tonyfonseca
0
1K
Member Avatar for VIPER5646

[QUOTE]Hi I need help to center a label with a form. I have tried with the following code but was unsuccessful. [/QUOTE] [CODE]Me.Width = 135 Me.Height = 38 Dim w As Integer = Me.Width / 2 Dim h As Integer = Me.Height / 2 Dim lblw As Integer = Me.lblnumber.Width …

Member Avatar for VIPER5646
0
7K
Member Avatar for densman

Hello guys, i am working on a University management project which involves different staff accessing the programme. I have a table in a database, where i store the StaffID, StaffName etc How do i differentiate a lecturer from gardener, security etc who still has a staffID. When they login, i …

0
55
Member Avatar for adonweb

Where should i store MS Access database after publishing my VB.NET Application. Database in bin folder before deployment. I am using connection string. Thanks

Member Avatar for adonweb
0
86
Member Avatar for MumtazKhan

Hi Experts I Want Devlop a Web Based Software Using Asp.Net And Sql Servewr Database With Vb.net And I Want Some Basic Help How i Can Devlop

0
52
Member Avatar for santoshaxl

please help me i want to control pc parallel port using vb.net/vb6 , i need timer coding . santosh

Member Avatar for zortec
0
173
Member Avatar for herms14

hi there, I would like to ask some help in my project. Im trying to do a playbook application in vb.net. My problems is I dont know how to animate the pictureboxes. Im supposed to let them move once I play the animate button. Lets say i have a picture …

Member Avatar for zortec
0
110
Member Avatar for Vivek_1986

HI!, i'm using VB.NET 2005. I want to use OleDbConnection in my .net application but it is not showing in the 'Data' section of the 'toolbox'. is there any way to import it to the toolbox. NOTE: (Also OleDbDataAdapter, SqlConnection,SqlDataAdapter, etc are missing in toolbox) Waiting for reply newbee Vivekanand

Member Avatar for Rakesh_Sonu
0
1K
Member Avatar for mezdhel08

im new in vb.net and i want to know how to assign specific number of digits enter in a textbox.. plz...reply guys! thankz....

Member Avatar for navjyotnishant
0
66
Member Avatar for gispe

Hi! im startin programmin in vb.net. in the program im doin now, im workin with a global variable 'public library as new biblioteca' that has should be a list of books that user wants to load. thing is that when i try to delete a book, i have to check …

0
80
Member Avatar for sanjay092

Hello Every Body I am back, this time I am facing same problem. according to the formula given by DdoubleD i resolve DSS audio file duration problem, but this time some dss file is more compressed and duration of these file different according to size of file. [B]IS there is …

Member Avatar for caveatashish
0
119
Member Avatar for sumit severiya

hello , hi i m sumit severiya & i m final year mca and i want to make project in or vb.NET .so plz help me and send the topic of project.

Member Avatar for TomW
0
97
Member Avatar for TechSupportGeek

Hello guys and gals of the DaniWeb community, this time I need help in how to save text to a file in the text editing application I created. Well, I tried using the code below but it didn't do the work: [CODE]If (RichTextBox1.Text Is Nothing) Then MessageBox.Show("No text to save!") …

Member Avatar for TechSupportGeek
0
156
Member Avatar for drexler_kk

Hello all, I would like to make the Tab movement can also pressing the "Enter" Key. I have google and found the code which possible to used. But I found its not running fine with me. When I press "Enter" key,it runs fine for the tab movement. But if I …

Member Avatar for MumtazKhan
0
123
Member Avatar for lwestj

I'm working on a n-tier solution with VB.Net 2008. In this solution I have 3 projects started (the UI, BLL and DAL). I have the BLL referenced in the UI and the DAL referenced in the BLL. What I cannot do is use a User class in the BLL in …

0
70
Member Avatar for hollywoood

Hello everyone!! I have an assignment to create that wonderful mortgage calculator. I have the code working, but when i try to catch an error (No matter is it is left blank, or a letter is typed in) the program crashes. Not sure what i am doing wrong, but any …

Member Avatar for ndeniche
0
123
Member Avatar for wbward

I've posted this elsewhere but thought this community mau also be a good fit... I am a Real Estate appraiser and have some limited experience with vb and .net. I have a task which I perform which requires me to go to the conuty appraisers web site and print a …

0
47
Member Avatar for SharonSweeting

Hi, I am creating a project for my VB class, using VB 2008 Express, and I would like to be able to have the age of child (whose birthdate is a constant, in otherwords, it won't be changed or entered). I figure that I would need to use the "[B]Today …

Member Avatar for SharonSweeting
0
260
Member Avatar for ALMURADYH

hi to all am new in all programming world but I start little reading on vb.net 2008 and i fall in love with it but right now I want to make little (filing program )on share folder to my company in order to organize the work and the reason that …

0
51
Member Avatar for ALMURADYH

Good day every one I need your help to advice me on how to make a program that using share folder as server And allow many computers to access and working it as Clint I am using vb.net 2008 And the program is filing system program and our company share …

0
41
Member Avatar for asmaqureshi82

Hi friends I am facing a very serious problem. I am trying get all the print jobs when anyone send print request fired then all print jobs i want to get. I am trying to get all the printing details(jobid, pagecount, printing status etc...) of print jobs which are present …

0
53
Member Avatar for mpdillon

I created a new class project. I added a new COM object. The .ddl contains a single Public Function and one Public method. The method contains one line of code, a msgbox. I have "Register for COM interop" checked in the Project>Configuration>Compile page. I have ComVisible(true) in the AsseblyInfo.vb file. …

Member Avatar for mpdillon
0
152
Member Avatar for mania_comp

Hi experts. I have created a WCF Service using VS 2008. The dll is created successfully and then in New Project I add that dll with Start and Stop methods and add Installer as guided in WCF Tutorial. The exe is created successfully and I have installed that exe as …

0
64
Member Avatar for shinikat

hi all, i am new to vb.net. I am converting project from vb to vb.net. there is prob, that i have added third party module called flexgrid in vb.net because in used in vb but not included in vb.net toolbox. noe there is error regarding ambiguity. error is: "error BC30560: …

Member Avatar for kvprajapati
0
140
Member Avatar for raphipps

I am new to aspx and sql. I have written some code with vb.net 2005 (visual studio) to do some calculations and poplate some textboxes on my web form. I dont understand how to pass those values to a paramerter then use that value to write to my sql database. …

Member Avatar for kvprajapati
0
232

The End.