GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : .NET Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
 
Sticky Thread Read This >>> Introduction to .NET
Thread Rating: 5 votes, 5.00 average. 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...
09-Aug-2007 05:53
by juvenile386 Go to last post
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 Go to last post
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 () {
15-Jan-2009 16:28
by LuciWiz Go to last post
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...
14-Jan-2009 05:06
by carcleo Go to last post
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() {
01-Jan-2009 11:19
by TurboPT Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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,...
19-Nov-2008 05:44
by LuciWiz Go to last post
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...
18-Nov-2008 09:06
by helpmeplz Go to last post
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
18-Nov-2008 01:39
by jazzlearner Go to last post
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...
16-Nov-2008 18:10
by LuciWiz Go to last post
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...
16-Nov-2008 13:01
by RenegadeAO Go to last post
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...
15-Nov-2008 05:48
by mr_muskurahat Go to last post
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...
13-Nov-2008 16:43
by nancycoder Go to last post
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...
09-Nov-2008 17:53
by Zantier Go to last post
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...
27-Oct-2008 11:05
by carcleo Go to last post
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...
15-Oct-2008 10:36
by RenegadeAO Go to last post
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...
15-Oct-2008 09:30
by RenegadeAO Go to last post
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...
08-Oct-2008 05:14
by stevejhon Go to last post
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??
03-Oct-2008 08:15
by erniegerdie Go to last post
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...
14-Sep-2008 06:33
by erniegerdie Go to last post
11 4,688
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 41 to 60 of 254 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 01:15.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.