16,916 Topics
![]() | |
I have a Visual Basic 6.0 application, it contains a form with onload event, and a Timer. When I run the application as a scheduled task (Run as: Administrator, Run: At system startup) it executes the onload event, but it will not start the Timer. If I run the application … | |
Hi I'm working in VBA and I need to try to get long names to fit in a textbox I cannot increase. Is there a way to get the font size to scale down when a name is found to be too long to fit in the textbox? | |
Hello I am trying to compile my project in VC++ Express Edition and get the error below. The project did compile fine before I reinstalled XP windows. But now when I have installed everything again, I receive this error. I dont understand what this can mean ? When clicking the … | |
Hi All, I'm trying to figure out how to load images from a resource file into a picture box using a visual studio windows forms application in c++. I figured out two different ways to do this in c# by going through the forums, but I cannot figure it out … | |
hello can you please help me in my registration...my problem is that i don't know how to check if the user input numbers, character, and letters....i want that if the user inputed this in password,example password=jem125@# this will display in my lblvpass="Strong password",if the user input only jem125 it will … | |
I am using VB6.0 to develop an application where the user must enter data in 5x5 table. How do I create such a table during runtime? | |
Hi All, I'm building a C# game that will handle drag and drop of images and labels in a visual studio form, but when I drag around a component, the form takes big performance hit. For example, I have some images moving around on the form (pictureboxes) and these stop … | |
Hello folks Can you give an example on how to use an active x control i read lots of books about it , but i did'nt understand what it means folks pls try to help me thank you very much :icon_smile: May God bless u now and forever | |
how can i Add to dropdown list duing runtime in visual studio.Suppose i have 4 list items in drop down and one of the option is to add a new item.What i want to do is when i select that option(create new) i should be able to add the fifth … | |
Hi , i write this code and i get error whene i run it !!! why i cant send a variable to array parameter ??? [CODE]#include <iostream> #include <conio.h> using namespace std; void main(){ int a,b,c; cin>>a; cin>>b; c = a+b; int array[c]; cout<<c; _getch(); }[/CODE] i get this errors … | |
Hi all, I declared a vector of pointers in a header file named "bug.h" [CODE]#ifndef BUG_H #define BUG_H #include <vector> #include "board.h" #include "prey.h" class Bug: public Prey{ public: Bug(Board& boa); Bug(int x,int y,Board& boa); void breed(Board& boa); int getx(); int gety(); }; typedef Bug* Bugpt; std::vector <Bugpt> Bugarr(6); void … | |
I don't recall ever having trouble using a similar procedure in the past but for some reason this one is giving me tons of trouble. Everytime it gets executed, it fires "Object doesn't support this property or method" error and I just can't understand why. Here is the snippet [CODE]SelectedEntry … | |
Hi Guys, I need your help with calendar.I want to know how can i popup calendar when i hit a button(I am using visual studio with c#) and look up that dtae in database. Thanks | |
Can anyone please tell me why this returns records in Access SQL pane but not from VB6 using ADO? SELECT LCD.*, LCS.*, LS.*, LMM.*, LPS.si_ElementNumber FROM ((TableLOANContractualDynamic LCD INNER JOIN TableLOANLoanStatic LS ON (LCD.sv_LoanNumber = LS.sv_LoanNumber) AND (LCD.sv_CoNumber = LS.sv_CoNumber)) INNER JOIN TableLOANLoanContractualStatic LCS ON (LCD.sv_LoanNumber = LCS.sv_LoanNumber) AND (LCD.sv_CoNumber … | |
HI, I have a text file which is like this [QUOTE]29/8/2004 dsadsa dadsad [email]dasdsa@dasda.com[/email] tfdsfce m rfdsfson2l43 Hadfsdand Rd. Frdsfsin GN 50033 5545163111 3338544355 Anytime VG337612 TN476757 Vn5676982 0.067 6700 3.5 7222233339 [/QUOTE] I want to do pattern matching in this file and do some manipulations. For eg: I want … | |
I m reding the data from the mscomm it is giving ascii characters i want to chage this to string conversion as a single byte can any one help for this thz in advance | |
What do I need to run my VB2005 (Professional Edition) program on a server at a company? I was hoping to spend under $500 and to buy the entire package is much more than that. Do I need to buy the entire software package to just run the program I … | |
i am using a new smartcard reader.Before i had used old one and the purchased company provided the concerned dll file and its functions and examples.but new company is asking charges to purchase the same.I need necessary idea by using vb6 to read and write textbox datas to and from … | |
hello my dear brothers and sisters can you explain to me what is lvwTag , I am using it for finditem in my list view i dont know what is it means , it says Search for the String argument in the Tag property of the ListItems . | |
Hi all, Wondering if anyone can help me with this issue. I am using a SqlSiteMapProvider (inherits from SiteMapProvider) to build a menu on my site from an Oracle DB. This menu is built according to the user type, ie, user type A's menu is different from user type B. … | |
im a beginner in visual basic 6.0 and ma teacher give me a project as below: evaluation of entrance examination system....so i hv fields std name, roll no and mark. according to the roll no i type and with criteria given(some cut off mark) the particular student information must pop … | |
Hi, I created a macro in excel by importing XML file and then make amendments and then run to export as textfile. I have a column with specific characters like "A" or "C" as last characters of a string. I want to export that column strings after removing the last … | |
Hi Please tell vb.net equivalent of following method: [B]C# Syntax[/B] [CODE] public class RecentPosts : Control { static RecentPosts() { BuildPostList(); Post.Saved += new EventHandler<SavedEventArgs>(Post_Saved); Post.CommentAdded += delegate { BuildPostList(); }; Post.CommentRemoved += delegate { BuildPostList(); }; Post.Rated += delegate { BuildPostList(); }; BlogSettings.Changed += delegate { BuildPostList(); }; } … | |
Heya Thanks for taking the time to look at this, i would like some people to review my curent project which is written in c++ using visual studio 2008. Although in VS08 it does not use anything that makes it dependant on it (i dont think) i just wanted to … | |
can anyone tell me why the timer doesn't work in my code? The game runs good but there is no timer? [CODE]//---------------- includes ---------------- #include "global.h" #include "SDL.h" #include <string> #include <cstdlib> #include <windows.h> #include <mmsystem.h> #include <stdlib.h> #include <stdio.h> #include <time.h> #include <conio.h> #pragma comment(lib, "winmm.lib") using namespace std; … | |
Hello to all, Here i am doing a small project of a school timetabel development. i stuck at saving data from combobox to Ms-Access. I m using Adodc as data connector to vb and access. Please provide me coding for the same query. Thanks... Pooja Shah | |
how to pass two parameters using a dataenvironment. I have a table salary record in which there are two coloumns date and unit, i want to pass these parameters at run time. | |
I need to submit a project in vb & sql I have a project in vb & access which I have to convert to vb & sql secondly I have basic idea of sql data connection. but unfortunately I have done my sql class long back & lost the notes … | |
Hi Everyone, I Need a simple project which is developed in Microsoft Visual Studio 2005 in VB.net the project features are 1. I have to send multiple SMS from a mobile device connected through a USB. 2. I have to receive SMS from a mobile device and parse it and … | |
I am trying to use the playsound function i have the code [CODE] PlaySound(L"C:\Documents and Settings\Louisa\My Documents\Visual Studio 2010\Projects\Ninja_Wars\Ninja_Wars\music.wav",NULL,SND_FILENAME|SND_ASYNC | SND_LOOP); Sint32 delta;[/CODE] But when i play the game all i hear is a beeping sound- the one windows has when there is an error or something. Can anyone help … | |
I am using savesetting and getsetting in vb6, W2k. I am still in the testing stage. The savesetting and get setting are working correctly. I would now like to use the deletesetting function to remove the registry entry but I have found no examples to initiate this function. I want … | |
do you have an idea in how we can move and drag image for games proposes.? | |
Hi everyone I'm really exhausted with this error I'm using visual studio and I'm trying to build a contact form And all the information should be saved in contact table in the database Would you please help me with this error? I tried a lot to figure what's wrong, but … | |
Well, first of all i already know some things about c++ programming, but i'm really aiming to video game programming. Until today, i used to compile my codes on WxDevC++, but isn't really that good, and people keeps telling me that Microsoft visual studio is good for game developing. But … | |
I need to generate a chart using MSchart in c#. Im using visual studio 2008. the values of an array of 16 bit signed intigers (Int16) needed to be plotted against the array index. Please can anyone reply with an example....... | |
![]() | I just downloaded visual studio c++ 2010 express and when I tried to debug my code it doesn't seem to create an executable file. Is there some setting that I have to change? ![]() |
hi, i'm working on a windows application with sql server compact edition3.5 database. i was working with visual csharp 2008 express and now i have installed visual studio 2008 professional edition. the problem is that i can't open my database to see tables, i get this error message" the operation … | |
Hi i am using vb to make a hospital system which works with a access database i am having an issue with the updatign function to the database this time round instead of hard codding the connection i used the connection/data source wizard in microsoft visual studio 2008 and there … | |
hello can you please help me how do i put checkbox in my ms access..or how to code this in my program hoping for your positive responds...thank you in advance | |
hi there, i have a desktop application that in visual studio 2008 standard edition in C#.currently i have a userlogin in the mdf file and when login in to the system. what i want is to make the windows credinals in to use. how can i upgrade my application so … | |
Hi,I want to make a program to search for files in a particular Directory,can anyone please tell me the basic functions to open directories and files(not txt files) in Visual Studio 2008.How to open a directory,and check the files in that directory,etc? I can do this in Unix by using … | |
Hi, I need to read a binary file (say abc.bin). Then search within the file for sync words (say 3600,475,3622,479). Each word is 12 bits long. After each sync word, the next 256 words are to be copied to a file in the first row, the next 256 words to … | |
[code]Dim MonPrice As Decimal If RadioBtnMon20.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 120 ListBox1.Items.Add(RadioBtnMon20.Text) End If If RadioBtnMonHD.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 140 ListBox1.Items.Add(RadioBtnMonHD.Text) End If If RadioBtnMonFullHD.Checked Then MonPrice = MonPrice - 140 + 170 ListBox1.Items.Add(RadioBtnMonFullHD.Text) ElseIf RadioBtnMoniterStand.Checked Then ListBox1.Items.Add(RadioBtnMoniterStand.Text) End If TxBxPRICE.Text … | |
The project should be able to perform the task of a payroll system for the University workers and the enrollment system for the Students. I have already designed the interface for the whole project. could you please send me the codes for the program. Basically two programs of payroll system … | |
This is a visual basic 6.0 wav sound player class that plays any selected sound file in .wav format. It has the filename property to select the file and play property to play the sound file. Visit [url]http://www.mycplus.com[/url] for more codes. | |
Sry about the last post :D my braind failed on me .. so here is the deal .. i need a litle help .. half of the program is done .. there are just mising parths .. if somone can fill them ? ( im just a begginer.. ) rest … | |
0 I am developing a project using Visual Studio 2008 in C#, I have added the class library within the project and set up the relevant references and used the relevant using statements. It seems to be a problem with just this one folder. can anyone help? this is the … | |
I am new to VB coding so I'm trying some easy projects. I figured an alarm clock would be a good place to start. But I'm Having a hard time with the MP3 Part of it all. I want a pre-selected MP3 to start, when my timer2 is = to … | |
Good day my every one outthere, first let me start by saying that i am a complete novice to c++ programming. i got myself into some trouble while debugging a win32 program in 2008 V.studio. i did post this thread some 24 hours ago but no good result so far. … | |
hello folks , can you help me about list view i dont know whats the purpose of "selectedItem.text" in list view can you tell me what is the meaning of this code? thanks folks ,, god bless u:icon_smile::icon_smile: |
The End.