| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by LuciWiz
Introduction
In my experience I found that people starting to learn a new programming language find it hard to accomplish this by reading “complicated and sophisticated” books written by the experts that developed or helped maintain the respective language. They find easier to...
|
|
5 |
4,145 |
|
|
by admin
The GIDForums™ Team is proud to announce that GIDForums™ is now among one of the very first Webmaster / Programming forums to offer a custom-written Visual Basic Syntax Highlighter BBCode ( bb code) to it's valued members and readers.
Please use the and tag pair to enclose any visual basic code...
|
01-Oct-2005 14:08
by admin
|
0 |
3,632 |
|
|
by BobLewiston
Can anybody give me a hint about how to put these two techniques together? I can use the "this" reference to control access to the private fields of an individual object:
using System;
namespace MyNamespace
{
class Program
{
static void Main ()
{
|
|
3 |
158 |
|
|
by carcleo
People that program.
Behold, I would be in difficulty.
I am generating reports that come from MySql in PrintDocument displaying the report in PrintPrewiewDialog.
Now must take what is being shown (content) in the report and export to a Word document and then send it by e-mail.
This...
|
|
2 |
184 |
|
|
by nettaimookki
I am reading the red pixel value from a bitmap image, and display it in richtextbox but it is taking too much time to read the values in my coding. How to avoid this problem?
namespace WindowsFormsApplication5
{
public partial class Form1 : Form
{
public Form1()
{
|
|
3 |
663 |
|
|
by damy
Hi,
I want to make for now in C# a simple window with a button and then to deveop that project, but for now can give me somebody a clue for where to start?
Thanks.
|
09-Dec-2008 11:17
by damy
|
12 |
420 |
|
|
by amorr
I'm currently trying to a program, and i am having a little trouble. Trying to take the data from a text box, and insert it into a Microsoft Access Database when i hit an accept button that Ive created. On The VB.Net " Database Explorer " it shows i have a direct connection and i can view the...
|
08-Dec-2008 08:34
by amorr
|
0 |
161 |
|
|
by Koro
I am making a small application as a term assignment for my Visual Basic class. The application basically connects to an Access database and allows a user to look at different entries, create new ones, and delete them using a BindingNavigator tool.
Now this is last minute because this was a low on...
|
02-Dec-2008 18:30
by Koro
|
1 |
498 |
|
|
by helpmeplz
i have to make a triva game and dont know vc++ well so there might be some stupid errors in there but i dont know how to fix the errors. im only 12 so go easy on me
#pragma once
namespace project {
int question, ranswers, answers;
char radiobutton1, radiobutton2, radiobutton3,...
|
|
9 |
297 |
|
|
by helpmeplz
ok i have to finish this school project by wednesday but there are 2 problems the number at the end is never right (where it tells how many answers you got right) and then how can i clear the radiobuttons after each questions here it the code
Im only 13 so go easy on me
#pragma once
namespace...
|
|
7 |
447 |
|
|
by jazzlearner
Hi All,
Can any one knows How .NET and non .NET component communicate with each other when they are on different platform?
I will highly appreciate your feed back
Thanks In Advance!
Jazz
|
|
0 |
174 |
|
|
by BobLewiston
I installed VC# 2008 Express. Following the lessons at C# School at programmersheaven.com, I tried to compile the sample app HelloWorld from the command prompt via:
csc HelloWorld.cs
but I got back:
'csc' is not recognized as an internal or external command, operable program or batch file.
As...
|
|
2 |
176 |
|
|
by RenegadeAO
Alright so i'm working with classes, (something I havent done very much). What i'm trying to do is create a class for a player and put what each player has in it. Well right now i'm trying to just get the players name in it. This is my code and its on a seperate .cpp file
#include...
|
|
9 |
1,639 |
|
|
by mr_muskurahat
Can anyone please guide me how can I get rid of this problem? I am using ASP.NET 3.5 with SQL server 2005 and when I run my report it runs fine and displays result means for the first time it login correctly but when I click on any record of report or button print, search etc in it. It asks for the...
|
|
0 |
302 |
|
|
by nancycoder
In VB.Net:
i have 31 PAIRS of radio buttons Yes or No in a web form which will insert the value of radion buttons or text of radio buttons in a single table of 31 columns in SQL server. I grouped each pair of radio button (Y and N). How can I retrieve the selected radio button value of the group...
|
|
0 |
1,440 |
|
|
by RenegadeAO
Ok, this is the 2nd part of the problem i had earlier in the week. And yes this belongs in this forum the Moderator moved my similar problem to the .Net section. This is whats going on. I'm trying to take information stored into a textbox in MS Visual C++ and put it into a string. Then take...
|
|
10 |
1,859 |
|
|
by carcleo
I am needing the your help for a question:
i am doing a aplication on VB.Net for windows and be with a doubts.
i have the code down were i have a class call DBConnection for to talk with MySql databases
Imports MySql.Data.MySqlClient
'Comentando varias linhas Ctrl + K + C
'Descomentando varias...
|
|
0 |
215 |
|
|
by Algar
I am using C#, and this problems seems to me like something that would be done all the time, so I am probably forgetting something silly...
Ex:
I have a base Class with 2 child classes. Both the base class, and the children have a common function (IE both child classes override a paticular base...
|
|
3 |
465 |
|
|
by RenegadeAO
Hey everyone, this is my first post on here so leme give you a quick story and my problem. First off i'm creating this program for my father whose the head sales manager in a company in AL and the backwoods rednecks do all their sales calculations by hand. So I was asked to make this program, and...
|
|
10 |
1,228 |
|
|
by stevejhon
Hi
I have download the Framework 3.5 SP1 and Visual Studion also, when I try to dowlado the Extension Preview I get a error page was not found from microsoft, I have also install Ajax tool kit so I'm getting error because I need System.Web.Extensions.dll 3.6.0.0 and my Sytem has 3.5.0.0 I have been...
|
|
0 |
728 |
|
|
by cgillopez
i have a pictureBox that shows an image i want to take that image from the picturebox and draw it in another pictureBox.
Could it be posible? how can i do that??
|
|
10 |
603 |
|
|
by Napcrisis
hi .. im new to using visual c++ and kinda got stuck.. hope any1 can help out thx.
when i add in the sample code to try out ...i keep getting a
when running in visual c++
"error C2871: 'System' : a namespace with this name does not exist"
however when compiling in command prompt they do not...
|
|
11 |
4,688 |