16,916 Topics

Member Avatar for
Member Avatar for smile4evr

hi all... i want to know if using simlpe combo with dropdown style 2 (where you cant type ur own data) im not able to retrieve data coz its showing that its has read only property... is it possible that i can change the syle property of my combo box... …

Member Avatar for smile4evr
0
69
Member Avatar for MichaelSammels

Hello, This is my first post on DaniWeb, so I hope I did it OK. Anyway, you'll notice that in the top of every window you have standard close button (the x in the red box). I was wondering if it was possible to remove at this runtime, using VB6, …

Member Avatar for jbennet
0
147
Member Avatar for techgenie

Hi guys I am working on a Lottery program to generate 6 unique numbers. So far I have the following: CLASS LOOKS LIKE THIS: [code=cplusplus] #include "stdafx.h" #include <string> #include <ctime> #pragma once #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers class Lottery // Lottery class definition { public: …

Member Avatar for skatamatic
0
285
Member Avatar for Grimmic

I need to make an array using the following info. Salesperson January February March 1 2400 3500 2000 2 1500 7000 1000 3 600 450 2100 4 790 240 500 5 1000 1000 1000 6 6300 7000 8000 7 1300 450 700 8 2700 5500 6000 9 4700 4800 4900 …

Member Avatar for Sheryl99
0
130
Member Avatar for minas1

Hi. I made some headers I want to include in every project from the include directories. So I'll be able to do [I]#include <hello.h>[/I] instead of [I]"hello.h"[/I], and I won't need to place them in the same directory every time. So I did this: [IMG]http://i38.tinypic.com/2n1bdj8.jpg[/IMG] [IMG]http://i34.tinypic.com/33a4d1g.jpg[/IMG] but it doesn't work. …

Member Avatar for cikara21
0
235
Member Avatar for BigSeckC

Hey all, I apologize now for being a Noob. I'm using a Tutorial to learn VB6 (for starters) and everything was going great until just now... The assignment is to create a [URL="http://www.profsr.com/vb/vbless04.htm"]Weekly Payroll[/URL]. I have managed to figure out how to make the standard calc ( Hrs worked * …

Member Avatar for BigSeckC
0
229
Member Avatar for scalor70

Hi, i'm new, i must to acquire a data directly to excel by the serial port i must to put a menĂ¹ for choose the seial port address com1 to com 8 from the serial port com i's arriving every 10 seconds a string like this: #000006081008143350..C.LUy@ #000004081008143400....LUy@ the string …

0
45
Member Avatar for henrics

hell o dear daniweb i am now developing an integrated library software for final year project so i am wondering how i am going to connect desktop application and web based application. how can i make both application access the same database? since users use the web application to access …

0
49
Member Avatar for saneeha

I have made a data table and want to display its content on the crystal report viewer. My data table has 2 columns but the report only shows one column... <code> DataTable dtRecords; dtRecords = new DataTable("Records"); dtRecords.Columns.Add(new DataColumn("Name", typeof(string))); dtRecords.Columns.Add(new DataColumn("FullName", typeof(string))); dtRecords.Rows.Add("aslam", "zia"); dtRecords.Rows.Add("hamad", "anwar"); CrystalReport1 cr = …

Member Avatar for saneeha
0
53
Member Avatar for nokomoli

Hello Friends, I'm facing a problem now that is i have some THAI language data in SQL Server 2000. The problem i don't know how to retrieve this data to variable and i don't noe the variable should be what data type? such as string or others? Have any one …

Member Avatar for nokomoli
0
89
Member Avatar for dougfalk

Hi, i have been wasting to much time i don't have trying to figure this thing out and hope somebody can help. I am making a project for school in VB.NET. I have SQL SERVER 2005 installed on my machine. I can access the database just fine thru Visual Studio …

0
62
Member Avatar for Kainan54

I'm starting to learn c++. I use vista so lots of ide's dont work for me. Right now im trying visual c++ but things like cout are not understood when compiling. This may be a compiler issue. I all would like to know is a good basic (for beginers) ide …

Member Avatar for Kainan54
0
124
Member Avatar for shan_007
Member Avatar for invisal

I am trying to make a simple engine with WinAPI and I encounter this problem: [code] class Window { .... public: [COLOR="Red"]static HINSTANCE hInst;[/COLOR] .... }; .... .... .... int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { MSG msg; [COLOR="Red"]Window::hInst = hInstance;[/COLOR] .... .... } [/code] The …

Member Avatar for invisal
0
245
Member Avatar for jorgejhandal

hello Im starting into programming and Im triying to program a pic to collect pulses, and for each pulse it accumulates 10 but when I start a new pulse sequence it repeats itself again and again till the memory fills up and gives error, the problem is that I cant …

Member Avatar for jorgejhandal
0
92
Member Avatar for aksshe10

I want to create a web browser which informs the program when the URL changes like in ibrickr I want to run javascript in browser which tells the program Javascript:void("getFile"); is the URL now when the program gets the URL it useses a fund like strcmp() to know the text …

0
43
Member Avatar for atplerry

I have completed my vb assignment application and it is working perfectly but when i instal it on another machine it does not run and it it is complaining of the database path. And more so i want the program to work on a remote machine that is when i …

Member Avatar for QVeen72
0
115
Member Avatar for ryan311

im beginner in visual basic can anyone help me please? i have 1 command botton and 1 picturebox my command button name is Switch every time i click my command button Switch the image in the picturebox change for example i have already an image in the picturebox Sunset image …

Member Avatar for QVeen72
0
108
Member Avatar for vionkieleon

Hi hello, I am desperately seeking for the communication protocol for Endress-Hauser recorders for recording technical data. I am looking for commands to communicate with the Ecograph T RSG30. I am not sure if this is the right place to ask, or if this kind of information is shared here. …

0
80
Member Avatar for poilkjmnb

Hello Friends, i m using the function to built DLL in delphi but when call it in vb 6.0 application i m not able to use this dll as reference. Please help me. Following code which i have used to built delphi DLL. ------------------------------------------------------------------------------ [code=visualbasic] library Project2; uses SysUtils, Classes, …

Member Avatar for poilkjmnb
0
143
Member Avatar for indian143

Hi All, I have to create a directory by using Windows API, can anybody give me small code snippet for this. I am able to do it File System Objet but want to do it by using Win API. Can any body atleast tell me in which class or dll …

Member Avatar for Teme64
0
122
Member Avatar for minor

this msg appear when im try ti install vb6 runtime....i want to run exe file in other pc without install vb6...why this error happen? error: INF install failure, reason: x[][]

Member Avatar for debasisdas
0
65
Member Avatar for saurabh.punn

Hi All I am using[B] MS ACCESS 2003 and VB version 6.0.[/B]I made a Blank database in ACCESS with a table having fields [B]Username & Password.[/B] My VB application consists of [B]2 textboxes and a command button[/B]. I established the connection using [B]"Microsoft.Jet.OLEDB.4.0[/B]"(coz i tried first 3.51 but it wasnt …

Member Avatar for Baradaran
0
118
Member Avatar for Tekito

There a lot of times in my program where I have large arrays of data and I would like to use the power of SQL commands (SUM, GROUP BY, INNER JOIN, ORDER BY) on this information. It is a great tool when you are doing anything beyond the most basic …

Member Avatar for Tekito
0
214
Member Avatar for rmlopes

Hi all, I was developing my app under Linux, using the Loki library. No I am trying to work on it using visual c++ under windows XP. I can compile without errors both my project and the loki library, which created a loki_D.lib. I include this .lib through the makefile. …

Member Avatar for rmlopes
0
205
Member Avatar for oscarresonable

Hi guys, Can u help me in the setup of the report in the A3 printer??? My setup for now is portrait.. So, their is any portrait setup that the size is 17 x 14???... Thank's in advance guys... Any reply/comments is appreciated...

0
73
Member Avatar for kiel19

Hi, I have finished creating interfaces for my site but I don't know to connect them to my database that I created using mysql. How can it be done to support: 1. Inserting data into the database 2. Deleting data from the database 3. Applying the login feature on the …

Member Avatar for kiel19
0
90
Member Avatar for smile4evr

hi... i have a small doubt in hw to check the initial charecters in text... like if the first two letters of my text is OS or TP... so based on that i should be able to select which database to select... and one more doubt is dat suppose i …

Member Avatar for smile4evr
0
271
Member Avatar for locsin

Greetings! Everytime I use msgbox command the active form view is disappear when the message box executed. And it appears again after the message box finished the execution. Anybody know how to display message box without disappearing the active form view.. I want to restore the form display when the …

Member Avatar for QVeen72
0
95
Member Avatar for coachHinesfan

Hello everyone, I had a simple question about the Microsoft Visual Studio software. I don't understand what ASP is or rather ASP .NET ? And also what exactly in crash course style is CLR ( Common Language Runtime ) ? And how is it all different to developers ?

Member Avatar for Rashakil Fol
0
74
Member Avatar for sandm

Does someone know about a program that 'reverts' .exe files created with visual basic? For FoxPro exists the refox program that reverts .exe files to .prg files. Maybe something like that exists for visual basic.

Member Avatar for mauvin
0
153
Member Avatar for Icebone1000

I don't knof if that's the right place, since it's not c++ specific but a windows development doubt... (and sorry my english) My problem is kinda stupid, but i don't know whats happening, im tryng to show a popup menu when user press the righ mouse buttom, in the cursor …

Member Avatar for Icebone1000
0
1K
Member Avatar for semsql

Hi everyone, Pertinent info: SQL Server 2005 Visual Studio 2005 I am having a major problem with my C# application when inserting about 250 records into a table. The entire table is locked and no other user is able to update a record. Any idea on how I can prevent …

Member Avatar for semsql
0
138
Member Avatar for shapek
0
51
Member Avatar for bheema_28
0
38
Member Avatar for jdwright

How do I set a printer scale via the API. I can draw lines (pic.line) and rotated text (an API) on a picture box and everything looks good. Once the lines and rotated text is good on the picturebox I have a similiar function that draws the lines and text …

0
51
Member Avatar for Bob Jacobs

You can, of course, change a volume label by going to 'my computer' select the drive, select 'properties' and type in the new name. However, how can I do this through VB 4/6?

Member Avatar for debasisdas
0
55
Member Avatar for K.Vanlalliana

Hi, If you are interest in using MySQL as your back end database, here is one way to connect: By using ODBC: 'Declare ADODB variable Public ConnectData As New ADODB.Connection Set ConnectData = New ADODB.Connection ConnectData.Open "DSN=MySQL_ODBC" If you want to use MySQL ODBC 3.51 Driver , You can write …

Member Avatar for debasisdas
0
140
Member Avatar for Bob Jacobs

Easy really..just copy setvolumelabel from the windows API. Works fine but does not seem to want to change C: drive. Any ideas?

Member Avatar for debasisdas
0
51
Member Avatar for jaasaria

hi.. i would like to save every word in the sentence separating by space " "... any idea on it?? thxx

Member Avatar for Bob Jacobs
0
84
Member Avatar for zawpai

Hi, Could anyone pls give me some suggestions how to do the [COLOR="Red"]encryption [/COLOR]and [COLOR="Red"]decryption[/COLOR] for text? Best reagards, zawpai

Member Avatar for Teropod
0
90
Member Avatar for murderotica

Hello there, I've been haunted by this problem for a couple of days. I'm installing Visual Studio Tools for Office and one of it's requirements is Office service pack 1. I've already installed the update and it still prompts that the sp1 is not yet installed. Please help. Thank you.

Member Avatar for murderotica
0
94
Member Avatar for squidd

Basically, I want to check and see if a certain word or combination of letters and/or numbers is on a website using a winsock connection. I can do this in delphi, but i cant seem to get the hang of it in VB6. I always get some sort of error. …

0
59
Member Avatar for smile4evr

hi... this is a small doubt in VB6... i am making a request form... in which one of the fields are reasons... now i want it such if my user send in a new reason then it should get written into my database and generate it as a part of …

Member Avatar for QVeen72
0
149
Member Avatar for meddlepal

I am having a problem with a class I am writing. I have defined a whole bunch of methods defined that the compiler is telling me in the implementation are different. The errors are: [QUOTE] 1>------ Build started: Project: prog6a, Configuration: Debug Win32 ------ 1>Compiling... 1>main.cpp 1>c:\users\philip\documents\visual studio 2005\projects\cs211\prog6a\prog6a\avltree.h(186) : …

Member Avatar for meddlepal
0
191
Member Avatar for jaasaria

i want to study the tree view any code or site for help.. i look at the internet and any source code site.. but i havnt find one... any help and comment will be appreciated.. thxx jaa

Member Avatar for jaasaria
0
91
Member Avatar for sawant_deepu

i am bscit student and i am doing one project. so i want to urjently know how to connect vb6.0 to oracle 9i

Member Avatar for priyanka patel
0
645
Member Avatar for sravani

Hi ,I am Sravani. I saw a query in this site that VB6 can be linked with oracle 9i. I am using oracle 10g in my office.what i want t oknow is cant we use oracle 10g to connect to VB6? Pleasse try t oanswer to my query. Its urgent. …

Member Avatar for priyanka patel
0
370
Member Avatar for metricspaces

Hi, I'm using VB6 and the TreeView from "Microsoft Windows Common Controls.". Due to the bug [URL="http://support.microsoft.com/kb/182231"]http://support.microsoft.com/kb/182231[/URL] it is not possible to add more than 32767 nodes to the tree. I want to add 100,000's items to the TreeView. Is there any work around for this problem? Is there any …

Member Avatar for QVeen72
0
150
Member Avatar for abu taher

I attach a file what was send by Shaik Akthar. I work with it a new access file. He use Table, I use querie. But it not work.I modify some code like: MSFlexGrid.FormatString = "<DATENOW|<NAME|<DIAGNOSIS|<REMARKS" MSFlexGrid.FormatString = "<Student ID|<Student Name|<Jamal|<Roll No" Con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & App.Path & "\DB2.MDB" …

Member Avatar for aktharshaik
0
559

The End.