16,916 Topics

Member Avatar for
Member Avatar for Jade_me

hi masters.... does any one know how to flash window form ?? i don't have idea to do this problem.. please help me.. best regards

Member Avatar for debasisdas
2
103
Member Avatar for Ancient Dragon

I discovered this just a few minutes ago that if a very long text with no spaces is gets cut off. Does this in all tags, code, quote, and untagged. The only way to make it work right is to manually put a C/R at some place. I would have …

Member Avatar for MidiMagic
0
137
Member Avatar for swaters86

I usually deal with front end stuff involving just xhtml and css, but I've been dabbling in vb lately...because I got this web dev job that requires it. My manager recognizes that I had no previous experience with vb, so he offered to help me on it whenever possible. Now …

Member Avatar for swaters86
0
156
Member Avatar for CezzaXV

Hi guys, I'm in a real spot of bother and this is really beginning to get me down. Basically, I need to program a class which will connect to a MSAccess database. I'm using Visual Studio 2005 and C#. I'm really at a loss for what to do. I've looked …

Member Avatar for CezzaXV
0
88
Member Avatar for rinoa04

Hello, I am interested in learning Visual Basic programming language and am a beginner. Can anyone introduce any tutorial resources or e-book for a beginner in Visual Basic. Thank you very much :)

Member Avatar for sadicarnof
0
146
Member Avatar for bogdan1sucku

Hello, I'm having a bit of a problem building a search form in my visual basic database. I tried (LIKE @Column + '%') or ('*'). No use because its not showing me the text box in wich i can actually search. I think i'm having this problem because i've imported …

Member Avatar for agrothe
0
84
Member Avatar for picklesandmayo

I've been working on a project for a few days now, and I am running out of time by trying to research everything I am doing. My task for this particular program is to create an inventory program that reads from a file and then allows the user to manipulate …

Member Avatar for picklesandmayo
0
2K
Member Avatar for zawpai

Hi, I would like to use and know about the golden parser engine in my software. I am using VB 6.0. Is there any ideal for it? I would like to learn more. thanks

0
74
Member Avatar for zawpai

Hi all, I have got the problems to sense the mouse's movement in VB 6.0. How should I solve it? At first, I use Form_MouseMove function, but the movement will not be detected while the mouse pointer gets out of form. If so, I can't use it. I know the …

Member Avatar for zawpai
0
2K
Member Avatar for atplerry

Hello Seasoning Greating! Hello to you all i am a student in a college and we are in a group we are giving the task to choice a project topic to write on VB and the project should be related to what is in our environment such as! 1) sending …

Member Avatar for atplerry
0
130
Member Avatar for Sprinkles

Basically i have a VB6 project where i have a web browser on my form. I have a listbox and command buttons. What i have so far is when you click one of the command buttons, it opens a text file that is on your desktop. That text file contains …

Member Avatar for Sprinkles
0
78
Member Avatar for Srynx

Hi, I'm working in a 4x4 sudoku solver and i'm a beginner in c++. I use Microsoft Visual Studio 6.0 and windows xp professional Variables are: a1 b1 c1 d1 a2 b2 c2 d2 a3 b3 c3 d3 a4 b4 c4 d4 First i wrote that program [CODE] //sudoku.cpp: #include<stdlib.h> …

Member Avatar for Srynx
0
136
Member Avatar for Bob Doerr

Long ago, in the days of Word 2, I wrote a very successful macro ('surname first') in WordBasic. Its purpose was to create proper index entries from text. Because it was used to index a big book, it was apparent that the user, mousing the text, would often inadvertently include …

0
58
Member Avatar for P90K

i have opend an excel file with vb6 an d i want to delete a row in the file by clicking a button in vb but i have no idee how i must do that. can someone help ????

0
74
Member Avatar for P90K

Im new whith vb6, i onley now de basic of it. but i have a problem with excel. I opend and existing excel file with vb6 in a private sub. [CODE]Dim xlApp As Excel.Application 'Nodig voor werken met excel Set xlApp = New Excel.Application 'excel openen xlApp.Visible = True xlApp.Workbooks.Open …

Member Avatar for P90K
0
116
Member Avatar for jayDC
Member Avatar for jayDC
0
66
Member Avatar for stilllearning

Hi, I am trying to find the header file monetary.h and the function strfmon() to do some currency conversions, but Visual Studio 2005 compiler doesn't seem to support those. Does anyone know if there is an alternative function I can use ? Thanks a lot.

Member Avatar for ssharish2005
0
220
Member Avatar for Run.[it]

Is there a way in Visual Basic .net to make textboxes uneditable? I have my program reading data from a file and displaying the contents in various textboxes but dont wish to allow the user to be able to edit the contents of said textboxes.

Member Avatar for Run.[it]
0
83
Member Avatar for jayDC

Hello everyone, I'm a bit new to this forum, found some excellent posts that helped me alot on this new and advance project I'm working on. I'm creating a program to control Vinyl Mastering Equipment, and the audio that goes with it. The problem I'm faced with is accurate timing. …

Member Avatar for hkdani
0
141
Member Avatar for HF SHOOTER

Hello everybody, first this is my first post on this forum and im from Germany, so sorry for some confused language syntax ;-) I developed a electric circuit that controls some LEDs. This is built into my computer to make some light effects. I wrote a controlprogramm for the microcontroler …

Member Avatar for hkdani
0
159
Member Avatar for hawisme000

can any1 help me use a progress bar(if im not mistaken) i wanna put a loading bar in my login form but i dont know the syntax i must put thx in advance to any1 who can help

Member Avatar for jayDC
0
128
Member Avatar for Sentax

Hello, I'm just curious if anyone out there has ran across a nice ListView control replacement that does LARGE icons? What I'm trying to do is display decent size icons on the left of the control and then on the right side have a text area with title that all …

Member Avatar for Sentax
0
267
Member Avatar for ppc

Hi I have created one form with labels as ScripName,LTP1,LTP2,LTP3. 1.Now i want to write an event procedure for On Click event.I want to run the following update query when i click on LTP1 label UPDATE ppc500 INNER JOIN bse500 ON ppc500.ScripCode = bse500.ScripCode SET bse500.LTP1 = ppc500.ltp; ( ppc500 …

0
81
Member Avatar for watson100
Member Avatar for plusplus
Member Avatar for Burra8
0
101
Member Avatar for jigry

"MS Development Environment has not been installed for the current user. Please run setup to install the application." when i start visual basic: may be this is because of soem windows update: is there any way to resolve this problem

Member Avatar for jbennet
0
63
Member Avatar for Church

I read my text file into a string with something like [CODE]String = My.Computer.FileSystem.ReadAllText("textfile.txt")[/CODE] now the text in the file looks something like xxx xxxx xx xxxxxxx xxxx xxxxx and i have to seperate everything into several arrays.. which really wouldn't be a problem but i can't seem to figure …

0
77
Member Avatar for lawlao
Member Avatar for Guets

Hi all, I developed a program in VB5 that uses a lower version of crystal reports. I installed SAGE AccPac (As you may know SAGE ACCPac uses a higher version of crystal reports) on the same machine where the developed program sits. My reports are distorted. I dont think VB5 …

0
60
Member Avatar for mslooks4u

Can anybody help me with adding the records of access to combo and then searching through that by typing in the combo

Member Avatar for hkdani
0
110
Member Avatar for ashishprem

Hi All, I need to color few items in a list box having style as checkbox. I can understand that getting this done is not so easy. But I need to do this for my project. Can i use any other component instead of listbox like listview. can someone pls …

Member Avatar for choudhuryshouvi
1
4K
Member Avatar for jarojasp

Hi guys, I have been programming with vb since version 3 writing commercial applications. I have to write applications using the internet as the base block. I have never dealt with vb and internet controls, so I have no ideas as to how to write an internet app. with vb6. …

Member Avatar for hkdani
0
124
Member Avatar for kimmi_dk

Hi all .. Hope that this forum can help me . I have to make a program that can talke to my Atmel ( micro) thu the ISP (In Serial Programming). I only have the source code in devcpp (c++) and dont know anything about c++ ... the source code …

Member Avatar for hkdani
0
1K
Member Avatar for tweedsmuir

New member. Got to this site by Googling "programming vista C++"; wild thread exchange from a couple of weeks ago with implications that some folks might have the answer I need. Basic question is whether my partner & I can adapt a longstanding, robust C/C++ program we've been marketing so …

Member Avatar for jbennet
0
145
Member Avatar for ibeast

hi well i have a program that can print wav data in a text file. Is it possible to make a wav file with the available data from the text file and play it in VB. Playing the file isn't that difficult, but i m still scratching my brains as …

Member Avatar for hkdani
0
180
Member Avatar for Ravenous Wolf

am i the only one who thinks that c# screen development really sucks? i have just completed the silly task of repeating the same 30 lines of code sixteen times. and why, some might ask, are you so silly to do that? it is because, unlike java and visual basic …

Member Avatar for latitude7ds
0
100
Member Avatar for Qpido

I've been searching a lot, but couldn't find anything about what I would imagine to be pretty easy. I'm trying to get a number out of a List, that is getting information out of an Excel file. But I don't think that matters. I then want to give it a …

Member Avatar for Qpido
0
158
Member Avatar for ritika_khanna

move visual studio.net 2003 web project from one computer to another if both computers are not connected then Visual Studio will fail to open the project and give an error "unable to get project file from web server.the two need to map to the server location. http 404 error (web …

Member Avatar for ritika_khanna
0
103
Member Avatar for pogiding

i need to program a (number- word) ex. from 100 convert it to one hundred by using vb 6.0 ... by using one command button and two text box. need help. pls. tnx for those who want to help.this is my project for my first program in vb 6.0. just …

Member Avatar for debasisdas
0
74
Member Avatar for cass84

Hi, I've recently decided to move toward a career in Web Development as that's what i'm most comfortable in. I own my own website & learning new web technologies is something I've learned I have a passion for. I have a BS in Computer Science and have a full-time job …

Member Avatar for maiese
0
142
Member Avatar for guinness281

I'm trying to write a macro for Excel. Here's what I'm trying to do. I have a list of 25 rows of data. I want to copy one row, paste it in another, and then print another worksheet to PDF (and then repeat with the next row). I can only …

0
75
Member Avatar for philipshaw

Hi, I am trying to read a old basic (qbasic4) into vb6. As expected Im told to convert to text first. Problem is I dont have qb any more! Is this freely available or is there a read and convert prog available. Thanks for any help! philip

Member Avatar for philipshaw
0
48
Member Avatar for guy40az
Member Avatar for Ancient Dragon
0
101
Member Avatar for Max_Payne

[b]***Header Files:[/b] [b]Point.h[/b] [code=c++] #pragma once #include <iostream> using namespace std; class Point { private: int x; int y; public: Point(void); Point( int x, int y ); Point( const Point &xPoint ); ~Point(void); void setX( int x ); int getX() const; void setY( int y ); int getY() const; Point …

Member Avatar for Max_Payne
0
119
Member Avatar for umer05

Dear Sir I am new in Visual Studio 2005. I am making my project and i want to take image from cam using VB 2005 Form. Please anyone help me.

0
69
Member Avatar for hawisme000

hi every1 , i need a help pls on how i can make an installation form for my project, i mean, like when a burn my project on a CD, then after installing it, there will be a installation form(it will auto run), then that form will store the project …

Member Avatar for hawisme000
0
91
Member Avatar for omotoyosi

PLEASE I NEED A CODE TO DOWNLOAD BARCODE FROM A SCANNER TO A P.C. USING VISUAL BASIC .NET . I WILL APPRECIATE UR PROMP RESPONSE. U CAN GIVE ME INSTANT MAIL ON MY YAHOO CHAT ID [email]wiseshort2000@yahoo.com[/email]. tanx omotoyosi

Member Avatar for ithelp
0
62
Member Avatar for nschessnerd

Hey, I have this code i wrote in vb 2008 express that works fine on vista but not at all on xp [code=vb] Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Me.Visible = False Dim fw = FindWindow(vbNullString, "Logoff Warning") If fw = 0 Then Else …

0
60
Member Avatar for cruisx

Hey guys first time learning VB6 and i have to do a Hangman project for my Gr 10 class But i need some help. I am have trouble figuring out how i make the dashes come out in my label box when someone inputs a word. Like say someone inputs …

Member Avatar for hkdani
0
152
Member Avatar for icarol.lyn

Good morning: I really need some assistance and would appreciate any input. I basically create static sites and I have concentrated on the 508 standards and using CSS. I was just tasked at my job to create a front end for: “a program that prepares documents, calendars and various other …

Member Avatar for icarol.lyn
0
81

The End.