Connecting Tech Pros Worldwide
 
 
Sign In | Register Now About Bytes | Help | Site Map
[ http://bytes.com/adLoader.php?parent=programming

.NET Forum

Microsoft . NET Framework - Ask questions about VB.NET, C#, ASP.NET, Windows Presentation Foundation(WPF), Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
September 9th, 2008 msquared (Administrator)
[Mod]GET A FASTER ANSWER TO YOUR QUESTION
[image]2 Replies | Posted by: Motoma | Last post by msquared, 341 days ago
.NET is a conglomeration of many different languages and programming paradigms. Community experts are not mind-readers, therefore we occasionally... more »
sticky
In Vb.net 2003 , Tab Pages Visiblity Problem?
[image]2 Replies | Posted by: ganeshvkl | Last post by jg007, Today
HI, I'm doing Vb.net 2003 Windows application. In that at Design time in tab control i have 5 Tab Pages , Each Tab pages contains different set of... more »
Automating WORD in VB.NET
[image]1 Reply | Posted by: MickT | Last post by joedeene, Today
Hello, I am coding in VB.NET with Option Strict ON in Visual Basic 2008 Express My code is to automate WORD from a VB.NET windows application, as... more »
Create xml file from c# for loop.
[image]2 Replies | Posted by: DragonLord | Last post by DragonLord, Today
Ok basically this is mostly working, What i want to do is create an xml file with multiple updates that have the same attribute. <root> <update> ... more »
how do I INSERT data into multiple tables at once?
[image]Post Reply? | Posted by: varunkumarid | Last post by varunkumarid, Today
Hai to one and all... I am using The VB.Net 2005 and SQL server2000 .. I need to insert the Data into multiple tables at once. more »
how can i capture mupltiple keypresses on C# windows application?
[image]4 Replies | Posted by: andkar | Last post by andkar, Today
hi all im trying to capture multiple key passes like up arrow + left arrow is there any way to do that with a key event or i have to write my own... more »
Looking for Syntax Highlighting Component
[image]Post Reply? | Posted by: chot | Last post by chot, Today
Hi, I'm looking for a syntax highlighting component (with autocomplete preferably), like Actipro's SyntaxEditor or Quantum Whale's Editor.Net,... more »
how to solve this problen in vbdotnet
[image]1 Reply | Posted by: prigupta2 | Last post by kenobewan, Today
Private Sub EnlargeDrawing(ByVal DrawControl As System.Drawing.Graphics) DrawControl.Height = VB6.TwipsToPixelsY(4980) DrawControl.Width =... more »
textbox binding problem
[image]7 Replies | Posted by: kpeeroo | Last post by kpeeroo, Today
hi i am having a runtime error when am trying to bind a textbox to a column in my data table. Error is ArgumentException. Here is my code,... more »
How to know the length of textbox visible region
[image]1 Reply | Posted by: anupalavila | Last post by kenobewan, Today
Hi me with C#.net , I have 2 textboxes and a string s="Hai to all in bytes forum" I am assigning this string s to textbox1.test. How can I do... more »
how to implement tooltip
[image]2 Replies | Posted by: bluestarmoon | Last post by tlhintoq, Today
Hello I am using a tooltip in one of my column in datagrid. I want to show only 1st 20 characters and rest of the text to be shown in tooltip... more »
i want to get memory usage of client through IP address.
[image]11 Replies | Posted by: balach | Last post by jg007, Today
hi all; i am new in .NET and i am assigned work like this. my question is that, 3 clients are connected wtih server on LAN, i want to get the cpu... more »
dropdownlist selectedIndexchanged event not firing with only 1 item
[image]3 Replies | Posted by: aqua62 | Last post by tlhintoq, Today
all the dropdownlist in my form are of cascading type, where result of previous determines the data to be filled in the next . The problem is that if... more »
DataBind - user type to change the Position
[image]Post Reply? | Posted by: thesti | Last post by thesti, Today
hi, i'm going to develop a program using VB .NET. i've bound some textboxes to the same DataSource (DataSet1.Tables(0). and i enable the user to... more »
Backup / Restore And Unload database with asp.net
[image]9 Replies | Posted by: JustRun | Last post by JustRun, Today
Hi, I want to delete all data from tables when the user click on the unload button, I dont wanna make about 50 Delete Command to unload the data... more »
Control arrays
[image]4 Replies | Posted by: Abhiraj Chauhan | Last post by Abhiraj Chauhan, Today
i am new to vb.net......i have two radio buttons associated with msflexgrid version 6 in vb.net ..can any body help me out how can i create control... more »
Peer to Peer setting
[image]1 Reply | Posted by: nehac | Last post by mldisibio, Today
I have developed a vb.net application. My application is on one PC and the database is on another PC . The configuration of the two PCs is... more »
ASP.NET DataGridView Sorting Problem
[image]Post Reply? | Posted by: Queez | Last post by Queez, Today
OK, this is rediculous... Surely, sorting should be one of the easiest things with the ASP.NET DataGridView control. I mean, there's hundreds of... more »
Getting Task Manager cleared off when my C# app is running!
[image]1 Reply | Posted by: bijukoshy82 | Last post by joedeene, Today
Hi I am in process of developing a C# application to do some printing operations.For this i am using macros that was used previuosly in the VB... more »
limiting combobox
[image]2 Replies | Posted by: Jeffy | Last post by insertAlias, Today
Newbie question: I have a bunch of comboboxes, and I only want the user to be able to accept a value in the list. I want them to be able to type in... more »
problem with oledb
[image]1 Reply | Posted by: liwaste | Last post by liwaste, Today
hi.. I am trying to read a textfile nd store it in a dataset.. so tht i can move it to a database later my file looks like... more »
C# [Windows Application] - How to add user manual to Help menu using C# ?
[image]4 Replies | Posted by: NIKHILUNNIKRISHNAN | Last post by insertAlias, Today
Experts, I have created the GUI for an application which has a lot of menus. I have a menu named "Help" and a sub-menu item named "About" inside it.... more »
Problem creating installer in Visual Studio
[image]2 Replies | Posted by: AnakhaDracon | Last post by insertAlias, Today
I am trying to create a very simple installer for a utility that I am writing. I have followed the set up as describe in many articles but I am... more »
Determine what called a function
[image]1 Reply | Posted by: developing | Last post by Frinavale, Today
So whats the best way form myFunction() to know if it got called by classA or classB ? I don't want to pass state values since im convinced there... more »
C# Windows Form deployment error on some computers
[image]1 Reply | Posted by: pod | Last post by Plater, Today
I created a very simple little app, which when loaded, it runs a query and displays the results in a datagrid. I published the app and it deploys... more »
c# - variable can be changed in WriteLine but not before.
[image]1 Reply | Posted by: Markus | Last post by Plater, Yesterday
Using this code to iterate through an array produces the intended results. foreach(string str in strArray){ Console.WriteLine("Hey... more »

Latest Articles: Read & Comment
Top .NET Forum Contributors
[ http://bytes.com/adLoader.php?parent=programming


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser