16,916 Topics

Member Avatar for
Member Avatar for networkmancer

Can I ask how to make a password confirm box. for ex. password: textarea retype password: textarea2 just like that. The password must be the same with the first one and will prompt that it is incorrect ones clicked the registerd button. I think the thing that must be use …

Member Avatar for omoridi
0
87
Member Avatar for Shenilcar

Please give me the codes or format of conversion in visual basic 1.) inches - centimeter - kilometers 2.) Fahrenheit - Celsius - kelvin 3.) currency Pls mail me at [email]Sheena_etianne10@yahoo.com.ph[/email] tnx a lot

Member Avatar for omoridi
0
87
Member Avatar for emint

helo every one! how can i split string in vb 6??? i got some string in list box which looks like this item1 4 4.50 item2 2 4.00 item3 5 10.00 now i want to split that line into 3 different string. any help will b appreciate . thx

Member Avatar for omoridi
0
4K
Member Avatar for hali_haider_ali
Member Avatar for TechSupportGeek

Well, that is exactly what I want to do. To help you a bit more, I want to create a toolbox that has an auto-hide feature so my application's users will have the option to do actions from there. To be even more specific, I want to create a built-in …

Member Avatar for TechSupportGeek
0
87
Member Avatar for gopi17

hey can't seem to send and receive data...i followed an instruction from another site...but its not working...can u guys help me out.. [CODE] Private Sub conn_button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles conn_button.Click LoginPanel.Hide() dport.Text = ComboBox1.SelectedItem drate.Text = ComboBox2.SelectedItem SerialPort1.PortName = ComboBox1.SelectedItem SerialPort1.BaudRate = ComboBox2.SelectedItem End Sub …

Member Avatar for omoridi
0
136
Member Avatar for ohyeah

I want to know how to open a file existing in a computer in vb 6.For example I want to open notepad when I click a button.notepad.exe exists in C:\WINDOWS\.So when I click the button notepad.exe should execute.Also tell me how can I generalise this to any computer(means computer where …

Member Avatar for omoridi
0
144
Member Avatar for wenks0910

here's my sample code of my VB 6.0 .... i just want to know if you can teach me on how to remove the item added in the listview1 if there's an item added in the listview1... i want to know the code for that one... im risking in that …

Member Avatar for omoridi
0
146
Member Avatar for sgleason

Hello everyone, I am an Intern at a company and I mainly create scripts to update databases. I don't have the opportunity to do much "real" programming, hence the reason I am begging for some help :p I am working in visual studio and my program runs great. There is …

Member Avatar for sgleason
0
96
Member Avatar for chandrasekar_N

Hi, I have a VB6.0 application, which is functioning in windows XP operating system, And I’m going to use the application in Windows 7 operating system. In this application I am using the following OCX controls, • Keysta32.ocx • Grid32.ocx • Threed32.ocx • Mschart.ocx The "Support Statement for Visual Basic …

Member Avatar for Suspishio
-1
241
Member Avatar for fabiniyoung

hie everyone, well here is my " little ", i m developping a web application where one of the fonctionalities is the possibility for the user to enter information about a product he want to sell or rent (car, house ....) along with the picture(s) of the product. the problem …

0
59
Member Avatar for Smoking Bros

Well.. It's actually pretty simple.. I just created this real quick project to try out a new (and better ;)) way of loading images in XNA Game Studio 3.0 Visual Studio C# 2008 Express Edition but when I run & debug (F5) I get a warning telling me that I …

Member Avatar for serkan sendur
0
226
Member Avatar for Tom Tolleson

Hey, guys. I've decided to learn C++ for fun while we're having some downtime here at work. I'm using Microsoft Visual C++ and it doesn't explain a couple of bits of basic syntax: On the line int main () What does "int" stand for? It seems to be used for …

Member Avatar for Tom Tolleson
0
129
Member Avatar for jayr05

i downloaded this hotel management system in vb.net 2008 from source coders, the tables and the forms are connected via table adapters and no clear relations among the tables so i cant quite figure it out. Here is the link: [url]http://www.sourcecodester.com/visual-basic/hotel-reservation-system.html[/url]

0
70
Member Avatar for Bezelis

Hi to all, I would like to optimize my programs compiled with Visual Studio 2008. I know there're flags to enable the instruction sets of CPUs (MMX, SSE, SSE2, ...). Can you please tell me how and where I have to insert these flags? Thanks in advance.

0
62
Member Avatar for dewyShaikh

hi, m thinking to make a project on VB using matlab......but i dont know the connectivity between them........... can u plz tell me.......its a B.E project thx.

Member Avatar for Salem
0
60
Member Avatar for dgr231

Hey guys, I am still pretty new to C++ and am completely self-taught up to this point. I am currently learning about try, throw, and catch statements for exceptions and am trying to incorporate this into my programs. I know that normally when you allocate new dynamic memory, if the …

Member Avatar for gotorightway123
0
1K
Member Avatar for mikefitz

I developed an ASP.NET web application using using Visual Studio .NET 2003. I developed it on a Windows XP Professional workstation. I need to deploy it on a Windows Server 2003. I installed the project on the Server by creating a Web Setup project. All the files are in the …

Member Avatar for f1 fan
0
207
Member Avatar for elidotnet

I have some App using Visual studio 2008 and C#. some small App that im working on during my college study. (still student) I need to show in datagridview all the results (the App deals with cars rent) for Available cars between 2 dates. In the DB i have table …

Member Avatar for elidotnet
0
112
Member Avatar for rcook

I have an application in VB6; I want to put part of its functionality onto the web. I have Visual Studio 2008 using VB, and am familiar with OO programming (in Java), VB6 programming, and with web programming, though not all in one place. I would like general advice on …

Member Avatar for kvprajapati
0
172
Member Avatar for rclinebell

I need to put data from a csv file into an Excel worksheet. File is called "DTN.csv" and the Excel file is "BlendPrice" and the workbook is "DTNPrice". The DTN.csv file has 12 fields seperated by commas. (I have been copying and pasting the data in now. I need to …

Member Avatar for vb5prgrmr
0
156
Member Avatar for AllenKing

I want to learn about VBA. I was hoping that somebody that is familiar with Mac could help me out. I am using Windows for Mac version1 (2001) and I want to learn how to use the Visual Basic Editor in Excel. I just need a manual or a download …

0
46
Member Avatar for Dan08

I've created a multiple spreadsheet template but now I need to gather all info to one .txt file each time I exit the template for statistical proposes because when I exit and open the template all my info has disapeared. Can somone please give me ideas or links were I …

0
64
Member Avatar for brando|away

ok i'm working in visual studio. im working on an application with multiple forms, and im trying to access controls in form1, from the form2 class. Heres what im using now: [code] public partial class Form2 : Form { private Button btn1; public Form2(Button _btn1) { InitializeComponent(); btn1 = _btn1; …

Member Avatar for brando|away
0
138
Member Avatar for C#Beginner

I m a beginner trying to learn Visual C#(Visual Studio 2008). I was able to run a simple Visual C# program without errors. I was trying to look at the values of the variables in the DATA TIP in Break Mode.. by hovering over the variable. I have not been …

Member Avatar for C#Beginner
0
112
Member Avatar for terdie

I recently posted a thread here but have different subject so I decided to make another. I have two questions 1.[B]]how can I deploy my application?[/B]there is a function Publish in visual studio but that didnt do the job(of maybe Im just doing it wrong).I have a database in my …

Member Avatar for DdoubleD
0
131
Member Avatar for MxDev

Hi guys, Visual studio contains alot of controls which facilitate the development of application using C#. Is there any workaround to use this controls in Netbeans IDE or any plugins to make Netbeans as reach as Visual studio in controls. Thanks in advance

Member Avatar for peter_budo
0
106
Member Avatar for manali arora

we r having 10 check boxes in form and we want only caption of selected check boxes in data report through table.we r using back end as ms-access.how to get this?

Member Avatar for vb5prgrmr
0
47
Member Avatar for Trishaa

Hi, I have data streaming in through a com port, 3 bytes at 25ms interval with a change in CTS signifying the start of data sequence. Using the OnComm() event and checking for CommEvent 3 and InBufferCount > 0, I am able to receive the data and store it in …

0
37
Member Avatar for ZidaneXero

Hello everyone Im new at this thing of programming and im having trouble in saving a new record to the database, I've searched online for this problem and ive tried all the possible ways that i find in internet but i cant manage to make it work correctly This is …

Member Avatar for kvprajapati
1
452
Member Avatar for arelius

Hello all, This shouldn't be too hard to answer. I have a bunch of folders, for example WarehouseApp, WarehouseLib, etc, were in each of these folders contains a project. Whenever I try to rename one of these folders that contains a project, I get the following error and the project …

Member Avatar for arelius
0
105
Member Avatar for blackbr

In visual studio 2008, asp.net / vb.net, I want to be able to generate an mhtml Report Server report, then read it into the body of an email message, and send the email. I know how to initiate the report, and how to generate/send the email message. What I'm confused …

Member Avatar for blackbr
0
877
Member Avatar for marky-b

With the following code, the function only msgbox's "variable declaration" and "before for/each". i put them in there for debugging when i saw that my function wasn't getting all the way through. Any suggestions? [code=vb] Option Explicit Function ArrToCSV(ByVal array) msgbox "variable declaration" Dim strTemp Dim strQuote Dim x strQuote …

Member Avatar for marky-b
0
90
Member Avatar for singoi

Hi friends, i have a textbox where i have a path of the pdf file. now after pressing a cummand button i want this file to be opened. my code is as follows.. [I]Private Sub wazopen_Click() Dim myfol As String Dim myfln As String Dim myfpath As String myfol = …

Member Avatar for riteshbhushan23
0
180
Member Avatar for TomB1988

Hi, I have been set a task that takes data from an SQL server and displays it to a 'Wallboard' (a large plasma screen on the wall). I'm just wondering what everyone thinks the best solution would be? Web-based, windowns form based etc. Another quick question, upon loading Visual Studio …

Member Avatar for serkan sendur
0
69
Member Avatar for MxDev

Hi guys, Is there any JSP IDE which facilitate the development of webpages as in ASP.NET using Visual studio with minimal written code. Thanks in advance

Member Avatar for qhuwn
0
132
Member Avatar for arbrophy

<< split from [url]http://www.daniweb.com/forums/post865360.html#post865360[/url] >> I'm using Visual Studio 2008 and I don't see the 'Advanced' option in the properties menu. Is it hidden somewhere else?

Member Avatar for arbrophy
0
124
Member Avatar for jp071

Hello, I want to capture data from serial port. The COM1 port connected with a device and we have software for the device that is need for generating data. The software opens the port, then connects with the device and writes something for generating data. i just want to capture …

Member Avatar for kvprajapati
0
95
Member Avatar for dre-logics

I use Visual Basic 8.0 I want to set in [COLOR="Red"]Application settings [/COLOR]a [COLOR="red"]default Export directory [/COLOR]for my export files So that i can read in my program with [COLOR="red"]my.settings.export [/COLOR]the default Export directory Export directory is locatie on: c:\program\export [B]Can someone explain to me how I can do that?[/B] …

0
45
Member Avatar for serkan sendur

i get an exception when i am trying to save an xml document. the interesting thing about this problem is i dont get it when i deploy the pocket pc application using visual studio. when i create my smart cab project and run this in pocket pc, the same application …

Member Avatar for serkan sendur
0
424
Member Avatar for densman

[B]I am developing a database programme on VB 5, but i do not want to use MS Access as the database. Is there any help available for Oracle or SQL Server databases? Thanks[/B]

Member Avatar for sknake
0
93
Member Avatar for riteshbhushan23

Hi to everyone, I am a novice to this site and need an urgent help from you people. Actually i need to select some record from a flexgrid, so i want to use checkboxes in flexgrid. Can anyone tell me to how to insert checkbox in each row of the …

0
47
Member Avatar for redserpent7

Hi I am in desperate need of help, I need to manage an application dependency in Visual Studio. The application links to a DLL only on a specific version of windows, lets say Windows 7. and on other environments, the DLL should not be loaded. How will I be able …

Member Avatar for redserpent7
0
163
Member Avatar for dearjee

Hi all, I just started learning Visual Basic. But a friend told me that this language is outdated now, you should learn vb.net or c#.. Is he right? Is vb.net is extended version of vb? I mean if i learn vb then i may easily switch to vb.net?? please anwer …

Member Avatar for vb5prgrmr
0
107
Member Avatar for Rastafari

[B][U]An overview of what my program does[/U][/B] I'm given a main.cpp file with some function prototypes that I have to define in a separate .cpp to manipulate an image file ( basically a 15 x 15 matrix of 1's and 0's) [B][U]The result of your current code[/U][/B] I dont know …

Member Avatar for VernonDozier
0
116
Member Avatar for sky2217

I have a programme which has been packaged using the installer supplied with VB6. It installs and runs perfectly with XP but doesn't with 2000 Professional. Any ideas?

Member Avatar for stevanturk
0
96
Member Avatar for kehar

Hi, I have completed my software but I would like to create Keygen to it so that the software should ask for Serial No., 15 days after it is installed. Pl help me (Kehar)

Member Avatar for Kegtapper
0
141
Member Avatar for Seba Sama

Hi! I searched for this one with no results. I have an Access table with a column Date_of_birth witch has date/time format like dd/mm/yyyy. I develop a VB6 application that needs to read, write, update data in the mdb. INSERT: The user inserts this Date_of_birth in a textbox. I use …

Member Avatar for Seba Sama
0
115
Member Avatar for rahul.agrawal

Hi All.. I want to generate a dialog bar or panel inside a window, for that i have seen a sample code somewhere (implemented on VC++ 6.0).. Now i am trying to use that code in visual studio 2008 but an assertion failed error is being occured..while i am using …

0
94
Member Avatar for Se7Olutionyg

[CODE]#include <iostream> using namespace std; class BigNum { private : int biggest; void determineBiggest ( int num) { if (num > biggest) biggest = num ; } public : BigNum () { biggest = 0 ; bool examineNum(int); int getBiggest() { return biggest; } }; bool BigNum::examineNum(int n) { bool …

Member Avatar for vmanes
0
145

The End.