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 04:53
by juvenile386 Go to last post
5 3,474
 
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 13:08
by admin Go to last post
0 2,379
 
by Annon777
I installed this software few hours ago for the first time on my Vista laptop. When I run the application, it says the evaluation day has expired. I thought Express Edition is free. Unless, we don't use it for commercial. Am I wrong?
03-May-2008 08:48
by Annon777 Go to last post
0 45
 
by ahbi82
I am writing a web application mainly targeting users for windows mobile. Part of the application is written. Now i need to stream some audio file through my webpage. Kindly anyone have rescources or any ideas, perhaps some URLs would be greatly remembered!!! Thanks in advance!!! :)
26-Apr-2008 05:29
by Peter_APIIT Go to last post
1 147
 
by fakepoo
Hello All, I'm trying to use the MailMessage object with a SmptClient object to send an email from within a window application. Here is what the code looks like: private void SendButton_Click(object sender, EventArgs e) { MailMessage message = new...
26-Apr-2008 05:25
by Peter_APIIT Go to last post
5 216
 
by wedel
hello everybody i chose to do a project in vb.net (some chose in java ...) but first:i'm wondering if it is good to do a project in vb.net because some told me that it's not a powerful as java or php. second: my project is to manage Travels in a transport company so does that mean that there is...
26-Apr-2008 05:23
by Peter_APIIT Go to last post
1 73
 
by madsiro
Hi, I'm programming in C #, and I have a question about the class dictionary, I know that this work as a hash table, but I would like to know how that hash function uses (or which is the one that could use), and that size is its table, here is an example of Dictionary, and here is my...
21-Apr-2008 11:09
by madsiro Go to last post
2 131
 
by Max_Payne
I need to make a method that receives the matrix values as a string as " " and initializes the matrix ( ex. “ “) I don't how to implement the functions parameters to accept this string... Any help would be appreciated. here's the code:
07-Apr-2008 02:01
by Max_Payne Go to last post
0 98
 
Thread Rating: 2 votes, 2.50 average. by JasonMichael
I need to figure out a way to use .NET to create a program that will plot a sine wave. Is this an easy task for .NET to handle? Using VB 6.0, I could find no easy answer, so I gave up and bought Visual Studio .NET which seems to have answers for everything. Many Thanks In Advance! 8)
19-Mar-2008 17:01
by wezzahasnoend Go to last post
7 9,605
 
by meet_raman
currently i have the following in my web.config file: <appender name="XmlFileAppender" type="log4net.Appender.FileAppender"> <file value="D:\\Exception\\logs\\TestLog2.txt" /> <layout type="log4net.Layout.XmlLayout"> <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M...
09-Mar-2008 22:17
by meet_raman Go to last post
0 144
 
by fakepoo
I'm trying to create a virtual list control in C# like the example here, but I keep getting this build error: The type or namespace name 'CreateParams' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?) Here is the code: using System; using...
03-Mar-2008 12:04
by fakepoo Go to last post
0 176
 
by arestispartan
:D Hi I am trying to open an Excel file for reading. However, I'm not sure what referecence to use in my c# project, and what the using statement should be. I have added the "office" reference to my project, but I can't use the Excel object to create new types e.g. the statement...
28-Feb-2008 06:51
by arestispartan Go to last post
2 1,272
 
by Automatik
How can I make it so that this line is drawn over the RichTextBox that is on the Form? I am drawing a line when a user right clicks like this: if(e.Button.ToString() == "Right") { Graphics g = this.CreateGraphics(); Pen p = new...
22-Feb-2008 06:18
by AbhishekAgrawal Go to last post
5 1,700
Unhappy
by patrickH80
Hi, I wrote an application where you can create your own graph by adding curve points into a coordinate system grid. I create a Panel and draw everything on it. Also you can pick the control points and drag them to another spot. If I do so, I get such a bad flicker effect (only in the panel)...
21-Feb-2008 13:27
by patrickH80 Go to last post
0 149
 
by Anil Darandale
I used below code to lock the hardware public static extern IntPtr GetCapture(); private static extern uint SHFullScreen(IntPtr hwndRequester, uint dwState); private void HideStartButton()
14-Feb-2008 00:21
by Anil Darandale Go to last post
0 247
 
by homer09001
OK I am just starting to learn C# I have made a basic form that has 2 values input1 and input2 a button below when clicked sends the 2 text field values via URL to a PHP file on my server, what I need it to do is send the text field values automatically every so many seconds? I also need a button...
06-Feb-2008 16:12
by homer09001 Go to last post
0 98
 
by sbarry
I'm currently programming in VS .NET 2005 (C++) on an XP Pro system. I seem to be having a problem where the contents of windows seem to randomly shift right and down (about 20 pixels each way) for a moment, then back to their normal location. This occurs whether or not the program is idle. The...
24-Jan-2008 12:24
by sbarry Go to last post
0 90
 
by Anil Darandale
Hello I am using “\HKEY_CURRENT_USER\ControlPanel\BackLight“ registry setting to set the brightness of device through my C# application. It is working fine for 38xx and 22xx series devices but it is not working for 2495 device. Again for DELL X51 device, I need to do soft reset to reflect the...
21-Jan-2008 04:32
by Anil Darandale Go to last post
0 104
 
by Reny
Right now I am using VS 2005 extension with .NET framework 3.0. I want to try on silverlight programming. What else I need to use the silverlight feature in VS 2005 and is everything need to be done step by step?
21-Dec-2007 09:33
by Reny Go to last post
1 201
 
by MonkOfox
ok i have an Access project with a form named ''Menu'' and within that have a 'ComboBox' named "Equipment". How do I go about retrieving that 'selectedValue' through a module you can make in vb. here is what I have so far.... Option Compare Database Function runThisStuff()
17-Dec-2007 15:29
by MonkOfox Go to last post
0 352
 
by diggity_d
Hello! Hope everyone is well. I'm trying to figure out how to code the following: I need to compare the 1st 5 characters in field1 to the 1st 5 characters in field2. If they are equal, then I need to insert the result in SecondaryName field ELSE put in Name1 field. However, the comparision has to...
17-Dec-2007 13:45
by fakepoo Go to last post
1 108
 
by juvenile386
is there an existing C# .chm file that can be downloaded over the net?
04-Dec-2007 05:21
by juvenile386 Go to last post
0 428
Post New Thread

Recent GIDBlogNon-US citizens serving in the military by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 188 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 21:14.


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