16,916 Topics

Member Avatar for
Member Avatar for jtok

I'm a bit new to this so please bear with me. I tried searching the forums for the answer, but perhaps I just don't know what to actually search for. Here's my situation: I am using Visual Studio 2005 Standard SP1 to develop a website based front-end for an SQL …

Member Avatar for SheSaidImaPregy
0
247
Member Avatar for omotoyosi

HELLO GREAT PROGRAMMERS!!!! I AM CRYING FOR HELP. AM TIRED OF THIS PROGRAMME PLS HELP ME OUT WITH IT. I DEVELOPED A FORM PROGRAMME BUT AFTER SAVING IT AND I WANT TO BUILD IT.. IT FAILED TO BUILD AND BRINGS THIS ERROR!!!! "An attempt to attach an auto-named database for …

Member Avatar for emurf
0
136
Member Avatar for bredes
Member Avatar for zawpai

Hi, Does anyone want to give me a hand? I gets a small problem in my code. I want to make the mouse pointer is disappeared while pressing 'Alt' key. Otherwise, the pointer should reappear. I use ShowCursor API to do it, but I meet the problem. If I run …

Member Avatar for zawpai
0
225
Member Avatar for macbrutal

Private Sub Command1_Click() Dim namefile As String namefile = Text1.Text Open App.Path & "\Accounts\" + namefile + ".txt" For Output As #1 Print #1, Text1.Text Print #1, Text2.Text Print #1, Text3.Text Print #1, Text4.Text Close #1 MsgBox "Thank you for your registration, please login!" Form2.Show Form1.Hide End Sub -------------------------------------------------------------------------- That's …

Member Avatar for macbrutal
0
102
Member Avatar for k2k

Anybody please show how to convert a string, for example in a text doc, to an int... and then maybe add 1 and show total output. text.doc could simply contain I have 3 apple. output: 4 this is my try, i know i used atoi() incorrectly.. please show how to …

Member Avatar for iamthwee
0
271
Member Avatar for vincepitogo101

[B]hello,,,, pls help me ,,, I need some simple VB Programming about Priority Scheduling,,, such as[/B] [B]Shortest Job First,[/B] [B]Shrortest Remaining Time First,[/B] [B]round robin,,,[/B] [B]multiqueue programming[/B] [B]non- preemptive,,,[/B] [B]preemptive priority scheduling[/B] [B]thank you,[/B] [B]vince,,[/B]

Member Avatar for cookhietta
0
40
Member Avatar for iTTaleem

Hi Every one , on monday i have to submit my assignment i need ur help in this regard make a label box in vb one label box and only one and one text button okay so, when the user clicks on the next button a question should display in …

Member Avatar for hawisme000
0
101
Member Avatar for dinnug

Hi, iam developing a small application using vb6, oracle 8i and crystal reports 9 my problem is i placed crystal report control on MDI form and named it as CRT but in CRT properties iam not getting CRT.Sqlquerry property and .windowsmaximised properties.. why it is happening is it requires any …

0
47
Member Avatar for shankhs

I am new to windows programming in visual studio(i mean visual c++) I made a C++ file to include WndProc(containing WM_PAINT,WM_DESTROY and WM_KEYDOWN),then I thought to include a class name CEventHandler store it in EventHandler.h The class definition in EventHandler.cpp and main in try.cpp,They all are part of a project …

Member Avatar for shankhs
0
2K
Member Avatar for johnericdel
Member Avatar for hawisme000

my sql query is this [CODE] Set rs = conn.Execute("SELECT COUNT(Question) FROM QnE where fldChapter = 10")[/CODE] on my tble that fldChapter have a value of 1,2,3,4,5,6,7,8,10~~~~~,20 and im getting a random cell value form fldChapter HOW can i get a random cell value form 1~10 only??? pls help me …

Member Avatar for SCBWV
0
80
Member Avatar for LUCY KAMATHI
Member Avatar for complete

Getting a C# program with a manifest file to run in the debugger ---------------------------------------------------------------- Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#? I tried the first in the "How to embed a manifest in an assembly: let me count the ways..." ([url]http://blogs.msdn.com/cheller/archive/2006/08/24/how-to-embed-a-manifest-in-an-assembly-let-me-count-the-ways.aspx[/url]) link …

0
53
Member Avatar for tgifgemini

[B][/B] Hi all sorry for the inconveniences, I just wanna get this syntax thing out of my back. I modified my vb module and now I'm getting[B] "Run-Time error 3075 syntax error(Missing operator) - query expression"[/B] Then it displayed this line of code as the problem line: [Code] 'TblPersonnel.[Name] = …

0
89
Member Avatar for stuw

I would like to input a spreadsheet and convert it to a text file and then manipulate it. I don't want to have to open Excel to do this. I'm just slightly above the noob stage. I only have VB5 at this time. Thanx in advance for any help!! Stu

0
47
Member Avatar for kinnu

hi, plz help me solve this one, The application should create a window. The window should be divided into 4 parts. Each part should be painted with a color (choose a color of your choice). When I click on a particular color, there should be a message box saying the …

0
50
Member Avatar for tgifgemini

[B][/B] Hello members, I am trying to execute the module below (SQL statement) and I am getting the above error: "Syntax error in FROM clause" on this line [code]Call db.Execute(strSQL)[/code]. When I hovered the mouse over the SQL string variable, it shows this line of code: [code]strSQL = "Insert Into …

0
82
Member Avatar for Seakros

Well, for the past 2 weeks or so, i have been having a random problem with my internet explorer. At random, a little window pops up that sais: MICROSOFT VISUAL C++ DEBUG LIBRARY Debug assertion failed! Program: C:\Program Files\GameSpot\GameSpotDownloadManager_Win32.exe File: c:\program files\microsoft visual studio 8\vc\include\list Line: 776 Expression:list erase iterator …

Member Avatar for caperjack
0
191
Member Avatar for Darko George
Member Avatar for rnr

I have been struggling with this problem for a couple of days - and am now getting desperate. I am trying to extract data from a large binary file, about 64 mb. It is sequential binary records of two byte words. The values range from +32k to -32k, The variable …

0
82
Member Avatar for kartik07

Hi,I am new to VB6.I need to create a similar menu for many forms.My proj has around 8 forms.lets say I need file and edit menus,also have submenus. Do I need to repeat the code in al the forms or can I declare some coding in a module or something …

Member Avatar for kartik07
0
102
Member Avatar for rocslasher

Hi Can Anyone Help Me How To Use Data Report..i Am Using Visual Basic 6 And My Back End As Database Is Mysql..

0
52
Member Avatar for VBNick

Hi, I am making a Sheduling program, in which I designed my own graphical interface using fillrect, lines, textout, ect... I hold the picture in memory, then paint it when it changes like this: mDC = CreateCompatibleDC(me.hdc) hBitmap = CreateCompatibleBitmap(me.hdc, 100, 100) SelectObject(hDC, hBitmap) Form_Paint/Form_Click() update chart and work shifts …

Member Avatar for VBNick
0
120
Member Avatar for greekgeek

I am trying to move a website from an other server to one of our servers. I am not familiar with ASP. Teh website is asp and visual basic. The database is mysql. I have imported the database in Mysql server and I have loaded the code to iis6. I …

Member Avatar for SheSaidImaPregy
0
100
Member Avatar for saurabh.verma

How do i make a windows style menu in visual basic for my application i have a menustip but i shows only one straight column, but i want like it is in windows XP and Vista. so i have two columns for different kind fo things to add how do …

Member Avatar for AndreRet
0
115
Member Avatar for mariegomez84

Hi! I'm trying to open a .xls file in vb, but not a specific file. What I need is something like this: if [COLOR="red"]filename.typefile=.xls [/COLOR]then msgbox ("it's an Excel file") end if What I wrote in red colour is the code I need, because I know this code doesn't exist. …

Member Avatar for Jx_Man
0
115
Member Avatar for mariegomez84

Hi, people! I need some help with OLE in vb. I need XY Scatter Chart in vb, but there is no way to get it, so I found OLE and with this application I'm able to get this type of Chart. The point is that I don't know how to …

0
74
Member Avatar for diyerxa

Hi all, I'm training at college in VB.NET, I'm not that far along, but know the basics. My father is in the IT dept at a printing firm. A programmer developed a fairly simple "Label Printer" application for his company in VB6. They've been running it on the shop-floor computers …

Member Avatar for Dhaku
0
213
Member Avatar for walelawal

Hi Group member, Am a beginners programmer. i have a task of extracting data from a text database, split and write it to another specify folder.Pls i need a code to do this. thanks

Member Avatar for jackline
0
81
Member Avatar for zawpai

Dear all, Could you please help me? I would like to know whether it is the same or not. Is it the same "mouse click" and "mouse Press"? I want to detect the mouse is pressing with API. Which API should I use? I actually want to know the detection …

Member Avatar for Jx_Man
0
150
Member Avatar for guest11

hi all, Is it possible to run visual basic's .exe file or application from vb.net application If yes then can anybody tell me how n can tell me code for that. Actually i want to run vb application from vb.net if possible then please tell me as soon as possible …

Member Avatar for ericstenson
0
180
Member Avatar for RigbyBaffers

I want to get a new Graphics card for my PC and although I know how to do the physical part of putting suff in I don't actually know how to go about looking for one and how you can judge how good one graphics card is compared to another …

Member Avatar for jbennet
0
76
Member Avatar for saurabh.verma

How do i create a progress bar like in windows 98 it is colered and is on the startup screen here is the picture [IMG]http://i17.tinypic.com/6lja70n.png[/IMG] can anyone tell me how to make it please?

Member Avatar for SCBWV
0
89
Member Avatar for saurabh.verma

Hi, I have been recently programming a application in visual basic 2005 express edition. My program is like windows which has programs inside. So i have these buttons in my program that link to other programs. The only problem is that i wanna create a taskbar. I have put a …

Member Avatar for saurabh.verma
0
158
Member Avatar for saini balvinder

Hello All, what is the best way to avoid conflict errors for dll & ocx files while creating setup using Package & Deployment Wizard. its a bit frustrating doing this as sometimes ur pc has files but client does not have it. check out the following link: [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;831491[/url] Any other …

Member Avatar for SCBWV
0
67
Member Avatar for Paulzy

I have a workbook that does MS Query in Excel by Get External Data>New Database Query. This works fine in a non shared environment eg. Not placing workbook in Share via Tools>ShareWorkbook. I wish to have this workbook in the Shared mode. Is this possible? At current when I tried, …

0
55
Member Avatar for complete

I have a C++ program I am debugging in Visual Studio 2005 IDE. It uses a DLL. I have the source code for the DLL. Now, suppose I want to debug and step through the DLL. How do I attach this to my current project? Actually, I can already debug …

Member Avatar for Byaptia
0
125
Member Avatar for saini balvinder

Hello , need some help on following code: HH = DateTime.DateDiff("h", "01/01/2008 12:30:00", "01/01/2008 15:00:00") MM = DateTime.DateDiff("n", "01/01/2008 12:30:00", "01/01/2008 15:00:00") SS = DateTime.DateDiff("s", "01/01/2008 12:30:00", "01/01/2008 15:00:00") MsgBox HH & ":" & MM Mod 60 & ":" & SS Mod 60 the result shows : 3:30:0 im expecting …

Member Avatar for saini balvinder
0
367
Member Avatar for lostandfound

Hello there, I am trying without much success to display multiple columns from a database where the selected data is dependant on specific common data. I have tried using an SQL statement with a Jet 4.0 OLE DB connection. SELECT Name,Date,Action FROM Track WHERE SerialNumber="1" with the output displayed in …

Member Avatar for lostandfound
0
158
Member Avatar for victor77

Greetings!!! I need help in calculating the difference between 2 dates (the result should be like "1 year, 2 months and 15 days"). I am building an application for my team to show their tenure in the organization (LIVE TENURE FROM THE DATE OF HIRE TILL NOW). I have the …

Member Avatar for SCBWV
0
152
Member Avatar for Waterspout

Hello all.. Guys can you pls help me with the source code of how to create Reminder in VB-6? I'm using MS Access as a backhand tool.... Thanks

Member Avatar for hawisme000
0
80
Member Avatar for hawisme000

my title said it all, pls help me i cant find it on my components after install it thx in advance

0
54
Member Avatar for Waterspout

Guys can somebody pls help me, or tell me the source code to create Reminder alerts using VB... Thanks

0
51
Member Avatar for saurabh.verma

Is it possible to make a new OS in visual basic 2005 and if it is then how much time does it take and are there any tutorials or codes that you can post?

Member Avatar for Duoas
0
67
Member Avatar for r3su3l0

Hello everyone. I have this problem recently when I change my OS from winxp to suse linux 10.2. I want to run my visual basic 6 in suse but I have no idea how to do it. Is suse is capable of running vb6? If not, is there any options …

Member Avatar for tom curren
0
709
Member Avatar for isocam

Can anybody help? I have modified an original Visual Basic project to convert from set of binary code into a readable format. I am unsure of the actual type of code that the data file ("Mazatrol.dat") contains. I need to be able to convert it into a language, from binary, …

Member Avatar for tom curren
0
402
Member Avatar for pepipox

Dear all In advance, thank you for your help. I am trying to initialize an object in C++ depending on certain parameter. Below is the source code I am using. if(ARG::metrn==metrnSMD) EventStream<complex<Lambda>> evstrTrain(fileTrain, evlsTrain); else EventStream<Lambda> evstrTrain(fileTrain, evlsTrain); if (ARG::FRandomEventOrder()) evstrTrain.SetRandomOrder(true); I am declaring and calling the constructor for 'evstrTrain' …

Member Avatar for pepipox
0
153
Member Avatar for Colin Mallett

Hi, folks, Please be gentle this is my first time on a forum and I don't know about the rules, decorum, how to behave etc. So let me introduce myself. My name is, of course, Colin Mallett, and though I was born in Britain, I've lived in Melbourne Australia since …

Member Avatar for zandiago
0
122
Member Avatar for freden

Anyone can help me in VB6 using DAO. My problem is how to find record/s using different tables. Example: After saving the data in Form1, I want to shift to form2 thru a command button in form1. When I press the command button to open form2, the code will unload …

Member Avatar for freden
0
85

The End.