16,916 Topics

Member Avatar for
Member Avatar for SebastianMWS

Recents escapades with "Red circles", followed by relentless attacks of unwanted "items" (one session with AdAware revealed 82 extras !!), like recent encounter with Alexa, found by AdAware (gave me some chills, reading description) and EzuLa, found by Spyware hunter 2.0, but not (I think) HijackThis and AdAware (logs posted …

Member Avatar for tayspen
0
292
Member Avatar for C#4fun

Using Visual Studio 2003 Hi, I am trying to incorporate a spreedsheet and chart into my windows forms application. My current attempt is using the web controls, AxOWC10.AxSpreadsheet and AxOWC10.AxChartSpace with the Primary Interop Asseblies installed. If I understand, these controls are intended for use in web pages; perhaps it …

Member Avatar for C#4fun
0
230
Member Avatar for cheng

Write a script which run on each user's PC on login, and will append the current date and time (on separate lines is easier) to a text file stored on the server. The text file's name will be the same as the user name of the current user. Write a …

Member Avatar for Comatose
0
170
Member Avatar for patmac_100

I'm new at a company and one of my first tasks is.. 1. storing jpg images in a database 2. retrieving an image seperately and placing it on a pdf file. 3. the pdf file must then be able to be edited by text etc. I can do no. 1 …

Member Avatar for Comatose
0
182
Member Avatar for texandude

Hi, I have to compare 2 vaues in a procedure. One is the current change done by the user and one from the database. Here is what I have a logic understanding problem. Business Logic: A form let's say [I]form1[/I] opens with textboxes. There is a field [B]Vapor %[/B] which …

Member Avatar for Comatose
0
177
Member Avatar for llabelle

I am desparate, please can someone tell me how I can change a report title in an Access 2000 report from within my VB6 code? I did something like this but it is not changing thye title [code] Sub PrintReport(TheReport As String, TheCriteria As String, TheHeading As String) '------------------------- If …

Member Avatar for agrothe
0
135
Member Avatar for agrothe

I'm developing a custom instant messenger for the office as we have need of rather unique IM needs. So far I have two groups of users: Group and Individual. The group users can comunicate with their group and all other types of groups. Individual users can only communicate with one …

Member Avatar for agrothe
0
207
Member Avatar for Smooth_411_2000
Member Avatar for jchaike

[FONT=Comic Sans MS] :?: Ok, I am a pretty good with visual basic, i have almost mastered the basics and thoght it would be cool to make my own personal os, the way i want it, updating it whenever i feel, i am not sure if it is possible, but …

Member Avatar for Comatose
1
2K
Member Avatar for cabp

Hi all I have a problem in my application when load a form, I get runtime error 7 out of memory, the applicaton works in my computer (P4 2.8 Ghz 736RAM) until yesterday, today i got that error, i did uninstall styleXP from my computer and after restart it the …

Member Avatar for Comatose
0
2K
Member Avatar for bushlink
Member Avatar for AhmedHan

Recently I installed Visual Studio 2005 .NET on my computer. I wrote a Win32 program. But my program doesn't run on PCs that doesn't have Framework 2 installed on. Is there any settings for VS 2005 .NET to make my code run on all PCs? Or what DLL file should …

Member Avatar for WolfPack
0
151
Member Avatar for Thong_Ispector

Is there an equivalent to Visual Basic for Linux. Is there a cross compiler that will take my old source codes?

Member Avatar for yavista
0
146
Member Avatar for RayWigley

Hi, I have a multipage rtf file called Invoice.rtf that I want to cnovert into single page rtf documents called invoice1.rtf, Invoice2.rtf etc etc. Can anyone suggest a way to do this please.

Member Avatar for sosco
0
72
Member Avatar for ArNy

ok iam new to programming software,so iam a bit confused.is visual basic the same thing as c++.iam guessing it isnt. does visual basic show you what your creating or??what? -thanks

Member Avatar for Comatose
0
148
Member Avatar for slippygod

[LEFT]Taking a chance here, as I know this is a pretty DSP (digital signal processing) specific question... (Using C++ in Visual Studio 2005) I have a series of data points that are supposed to represent a 60 Hz sine wave. However, there is both: (1) Noise in the data (2) …

0
77
Member Avatar for RichardSchollar

Given the following two code snippets, how come I get different output? [code]Sub test() Dim str As String Dim b() As Byte str = "hello" b() = str str = "" For i = LBound(b) To UBound(b) str = str & b(i) & " " Next i Debug.Print str End …

Member Avatar for Comatose
0
115
Member Avatar for yuzhang

Hi people: Here is a very basic question, but it has been bugging the living hell out of me. I am using Visual Studio 2005 and progamming in C. The whole program's skeleton was given to me, and NOT to be altered. There are several header files in the "header" …

Member Avatar for LieAfterLie
0
105
Member Avatar for nanodano

I've been looking for information on threading, and I found information on POSIX pthreads. Apparently, Visual Studio 2005 does not have [INLINECODE]pthreads.h[/INLINECODE] in their library. I did a search on the computer, and I found pthreadlocale.obj in the LIB directory. Does this object file have anything to do with pthread.h? …

0
68
Member Avatar for lette

:sad: There's something wrong with Visual Studio .Net 2003 every code I write, it could even be a simple cout code, ends up giving me 216 build errors no matter what. All the build errors are from c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include I have a final due and I …

Member Avatar for soniona
0
919
Member Avatar for arunbnair

Hi Friends I Want to start the Menu's of my application from Right to left in Visual Basic 6. Is there any way for doing that. Please replay me Regards Arun:cool:

Member Avatar for Comatose
0
78
Member Avatar for NewVBguy

Hi Everyone, In DAO there is an tabledef object where you have the ability to find out all the names of all tables inside an MDB file. Can anybody show me a code on how to do that in ADO. Thanks in advance. Newvbguy

Member Avatar for NewVBguy
0
119
Member Avatar for Smooth_411_2000

How Do I make Visual basic click on other icons in other programs. Like The next and finish and Install cmd buttons. Is it possible to copy text out of a text out of text boxes and Enter them into a program. Kinda Like COPY AND PASTE

Member Avatar for Comatose
0
210
Member Avatar for Sinha's

Frens, I want to check in my hard disk whether a file is exist or not by using the VB. I have to check mainly the text files created by sequential access method. I used the dir() method with if condition but it unable check that so plz help me …

Member Avatar for Comatose
0
145
Member Avatar for arunbnair

Hi Friends I Developed one application in visual basic 6.0 Now i want to convert it to another language.For this how can i change the windows message boxes and menu bars fonts programatically so that it will affect only the application. Please give me guidance Thanks Arun:)

Member Avatar for Comatose
0
90
Member Avatar for flarn2006

I am trying to run QuickBASIC 7.1 in Windows XP, but this is all I see: [code]C:\qb>qbx C:\>dosx C:\>PATH=C:\WINDOWS\system32;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\ Wbem;C:\Program Files\ATI Technologies\ATI Control run-time error R6002 - floating point not loaded C:\qb>[/code] Notice this part especially: [code] run-time error R6002 - floating point not loaded[/code] I have heard that this …

0
71
Member Avatar for Maroll

Hi there...im the new member here and the beginner in vb application im from Malaysia...can u all show me the [B]format of the vb scripts or the one example of vb scripts[/B]..Im really need it... Thanks and Regards Maroll

Member Avatar for Maroll
0
341
Member Avatar for naramis

hi there, my task is to do the automation of consolidated database (MySQL). i have to upgrade the previous Consolidated Database (CD)programming. so far, i have already designed a timer. but my problem now is on how to plug in this timer to the previous CD source code. the previous …

Member Avatar for Comatose
0
123
Member Avatar for softwarecaz

Hello I have an exam on Tuesday about client server, my tutor has given us a revision list, I don’t understand the some of the list, could someone please help me understand what he wants, or better if you give me examples The question is: Compulsory 1 Diagrams + description …

Member Avatar for Comatose
0
116
Member Avatar for Dazpenn

Please Help!! I am designing a program in vb6 that is to be linked up to databases in both access and excel. The problem is when I try to link up the database's using the data control I get the following message: "Couldn't find the installable ISAM". I am kinda …

Member Avatar for Comatose
0
165
Member Avatar for Captain Haddock

Hi, I have developed an application in Excel 2002/XP to handle a spreadsheet.In order to make the execution faster I want to compile the VBA-code into mashinecode. The

Member Avatar for Captain Haddock
0
118
Member Avatar for INI

Good Morning All, I am trying to write a code that will allow me open up a powerpoint file and an adobe file in VB. I have checked the Microsoft Powerpoint library under "references". Please could anybody give me code that can do that? Thanks. Ini :-|

0
69
Member Avatar for sixthman

hi there! i'm new to visual basic. i'm hoping that this site will help me.

0
17
Member Avatar for mungelwar

Hi friend, Is anybody interested to do the following work in VB6 1) Print large form or picturebox like A1, A0 size. This form includes some usercontrols. 2) Convert large picturebox or form into jpg, gif or bmp file. 3) Create drawing tools like line, circle. user can draw shapes …

Member Avatar for Comatose
0
136
Member Avatar for cheong101

Hi ! When I was browsing the web today, my anti-virus software detected an attack of a " rdriv.sys" virus.It's in my system32 folder. I deleted the virus but my anti-virus software keeps detecting attacks from the same virus. This afternoon when I tried to start windows but it went …

Member Avatar for DMR
0
475
Member Avatar for bibo1978

I want to allocate a large array of data "three mega bytes" and I don't know how to do this in VB after allocating this array I want to pass a pointer to it to C++ DLL what is the appropriate pointer knowing that it is not an array of …

Member Avatar for bibo1978
0
112
Member Avatar for yuzhang

Hi all: Just want to confirm the process that I employed to use this "critical section" feature of Microsoft Visual Studio is correct. Say, there are two processes that I want to protect. Codes: while(1st process is active) { InitializeCriticalSection(&cs); EnterCriticalSection(&cs); Do something; LeaveCriticalSection(&cs); [B]DeleteCriticalSection(&cs);[/B] } while (2nd process is …

Member Avatar for SpS
0
127
Member Avatar for drock9975

I've never seen this before and am perplexed beyond belief... by the way I'm using Visual Studio I have a rather large program/game i'm working on right now, and it reads in via ifstream file i/o from binary files in several locations to initialize variables. For some reason for one …

Member Avatar for drock9975
0
190
Member Avatar for purplegerbil

Hi, Is it possible to open a M$ Word doc in a RTF box? I thought of opening the doc in word and saving it as temp.rtf then opening that file in my rtf box, this would be a poor way of doing this. Any other ideas? pG

Member Avatar for sosco
0
196
Member Avatar for bkelly

How do I display then hide a progress box. I don't want any input or check boxes, just show the user that the computer is alive and working. A counter will be nice. When the task is done, the codewill remove the box. Thank you, Bkelly Oops, I forgot to …

Member Avatar for jbennet
0
144
Member Avatar for randycena

:sad: [COLOR=indigo]hello everyone!! Does anyone know hoe to use Visual Basic 2003 to accept input from an excel file and convert it into graph? I really need to know this as I am doing a final year project and I have a deadline to meet.All your comments and help is …

0
72
Member Avatar for Smooth_411_2000

I need to know who to call up other forms from one form or another and also see and unistall programs from a computer using vb programing

Member Avatar for Comatose
1
103
Member Avatar for NewVBguy

Hi there, Can anybody show me how to export a recordset into a txt delimited and exporting recordset into a dbf format. thanks in advance. Newvbguy

0
65
Member Avatar for SYEDHANIF

HI [CODE]class Astro { var $jd; var $dec; var $ra; var $sid; var $dra; var $rsum; function Astro() { $this->jd = 0.0; $this->dec = array(0.0, 0.0, 0.0); $this->ra = array(0.0, 0.0, 0.0); $this->sid = array(0.0, 0.0, 0.0); $this->dra = array(0.0, 0.0, 0.0); $this->rsum = array(0.0, 0.0, 0.0); } function copyFrom(&$source) …

Member Avatar for Comatose
0
197
Member Avatar for robertlees
Member Avatar for watkins6878

Hi I am trying to fill a combobox with the files from a FileListBox the code i am using is [CODE]Private Sub Form_Load() File1.Path "C:\Images" File1.Refresh If File1.ListCount > 0 Then For i = File1.ListCount To -1 Combo1.AddItem File1.List(i) Next End If End Sub [/CODE] The FileListBox fills with the …

Member Avatar for watkins6878
0
168
Member Avatar for nanodano

Hey, I have a problem using Visual Studio 2005. In the MSDN library it says there is a function called SetConsoleDisplayMode. This function though is not in the 2005 library. I'm assuming its an old reference from VS 2003. Does anyone know how to tell a console program to switch …

Member Avatar for SpS
0
829
Member Avatar for NewVBguy

Hi there, How can I extract a ps file (eg. sample.ps) and put it into recordset. Thanks. Newvbguy

Member Avatar for Comatose
0
87
Member Avatar for lance471

Ok, before I get started I have a few things I need to clear up. 1) I am relatively new to VB, I come from a webdesign background and picked up the basics pretty quick. 2) I dont have an understanding ADO 3) I am not using VB.net, dont judge …

Member Avatar for Comatose
0
128
Member Avatar for Malgrim

I have a VB6-dll that is referenced in both a VB.Net aplication and another VB6-dll. Now, I get Information (strings containing filenames) from the VB.NET application and store them in global variables in a module. Then I want to use these variables in the other VB6-dll, however they are empty. …

0
70

The End.