Home > .Net Development

.Net Development

.NET development forum discussing all .NET derivatives including C#, VB.NET, ASP.NET, ADO.NET and more. Learn the ins and outs of using the .NET framework.
Ask Question About .Net Development
I use the autocompleteextender in textbox once i choose the one value from textbox then the textbox box disapper, how to solve it
please any one help me
answer(0)  view(6)  status(wait for best answer)
Convert RPT(Crystal Reports) to RDL(Reporting Services) ?
Does anyone know about a good/easy way to do that ?
answer(5)  view(1,444)  status(wait for best answer)
How to run winform app in IE (browser)
Hi!!! I did a winform app with c# and i`m trying to display it in IE (browser) but without success. I wonder if you can tell me how to do that winform app run in the browser. I`m looking for it and found that I need to use an USER CONTRO...
answer(5)  view(862)  status(wait for best answer)
How to direct print in vb.net
message box.show = "Are you sure to print"(yes or no) if yes than page print in direct with out open print dilogebox and if no than page not print.(I use crystal report) in VB.Net
answer(0)  view(12)  status(wait for best answer)
help convert this c# code to vb.net
hi can someone please help me convert the following class written in c# to vb.net? Code: using System; using System.Runtime.InteropServices; using System.Reflection; using System.Threading; using System.Windows.Form...
answer(3)  view(816)  status(wait for best answer)
Could not load file or assembly 'System.EnterpriseServices
Brand new to ASP.NET... I'm doing a website for a person that has windows hosting so I need to use ASP, but my journey has been painful... I spent 3 hours this morning reinstalling BITS & configuring proxy settings so I could downloa...
answer(2)  view(448)  status(wait for best answer)
Error: Mailbox unavailable. The server response was 5.7.1 Unable to relay for (email)
Hi. I am trying to programmatically send an email to end users based on certain bahaviours (such as forgotton password, etc). But, I am getting the error: Mailbox unavailable. The server response was: 5.7.1 Unable to relay for (email ad...
answer(12)  view(2,547)  status(have the best answer)
XmlReader and self-closing tags
Hi all, I'm pretty new to this vb.net and need some help so here's the problem: I am doing an exercise to read an XML file and place it in a treeview control in a windows application and the code looks like this Code: Pr...
answer(2)  view(924)  status(wait for best answer)
i want to display multiple values from checked list box in vb.net
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i As Integer Label1.Text = "You Selected" & " " (*)For i = 0 To CheckedListBox1.Item...
answer(1)  view(50)  status(wait for best answer)
How to disable Alt-F4 (VB.Net)
Hi all! I'm a beginner of this site and I hope You could help me with my problem. I've made a program with VB.net and now I need to disable windows shortcutkey: Alt-F4. I found some code excamples for VB6, but how can I do this in VB.net...
answer(4)  view(774)  status(have the best answer)
Property access must assign to the property or use its value
Hi, I when I tried to build my solution in vb 2008 I get the following error message. "Property access must assign to the property or use its value." The following is my code to help you better understand my situation. ............
answer(0)  view(41)  status(wait for best answer)
RadioButtonList Wrap Format. Aligning text.
I have an asp:radiobuttonlist that has several selections. My problem is when the sentence wraps, it goes beneath the button. Is there any way that I can align the text so it falls under the beginning of the first letter of the sentence? ...
answer(1)  view(616)  status(have the best answer)
vb.net - mysql - rs.recordcount = -1 ?
I'm not all that new at Vb.Net but i am new at ADO and MySql. What I am having problems with doing loops like below. I have noticed that my rs.recordcount is -1. (So I get never ending loops) But I do get data from the first record in the d...
answer(4)  view(997)  status(wait for best answer)
SHIFT + MouseDown event [vb.net]
Hello, I want to have different actions when the button was clicked, while keyboard Shift key was pressed, and without it. How can I handle that event? Thank you Artashes
answer(4)  view(544)  status(wait for best answer)
Arabic Crystal Reports In asp.net
Hi friends, i am doing an web based ERP application in both english and arabic.. i have done a lots of reports in english version.. its actually exporting into PDF format.. now, i wanted to do it in arabic version.. What r all the ea...
answer(5)  view(298)  status(wait for best answer)
C# drag, move and resize
Hello to all, I was trying to look in the internet and didn't find it how can I drag and drop a panel or image around the form, and also how to resize the image or panel using the mouse? thanks in advanced dbckill3r
answer(1)  view(600)  status(wait for best answer)
how to write in c# objDS = Ctype(dsRetDataSet , dsPatientInfo);?
sRetDataSet = New dsPatientInfo daAdapter = New SqlDataAdapter(cmdCommand) daAdapter.TableMappings.Add("Table", "sp1") daAdapter.TableMappings.Add("Table1","spGetPatientAccountD...
answer(0)  view(51)  status(wait for best answer)
Dataset exception
hi all I am new to vb.net. I am trying to connect to the database but its throwing an exception on dataAdapter1.Fill(ds) can any one please see this and advice me about it Public Class Form1 Private Sub Form1_Load(ByVal sender As...
answer(0)  view(32)  status(wait for best answer)
Open Source CRM ERP system
Does anyone know an open source CRM ERP system using .NET with a SQL backend?
answer(1)  view(233)  status(wait for best answer)
How to generate a 16-digit unique number in C#?
deleted
answer(1)  view(810)  status(wait for best answer)
Replacing VarPtr in vb.net
anyone know how to replace VarPtr in vb.net?
answer(1)  view(743)  status(have the best answer)
[ASK] Need help... Ms.Word <-> VB.NET
Can anybody here help me step by step (or give any example) how to get any event from Microsoft Word's menu. For example : if I press menu File>Open in microsoft word, on .Net App (on listview) will written something like "File>Open&...
answer(0)  view(30)  status(wait for best answer)
retrieving records of access db using hscrollbars.
i have 4 records in ms access.i want to retrieve all those records using hscrollbars in vb.net. or if any idea using button also pls do tell. i m trouble.
answer(0)  view(41)  status(wait for best answer)
Want to know what equivalent can be used for strtok_s in DOTNET
Is there any equivalent for strtok_s in C++ DOTNET
answer(0)  view(30)  status(wait for best answer)
Can we add Burndown charts or 3D pie charts or bar charts to the vb.net application?
I m creating an application in vb.net. We have to show a kind of statistics in our application. We have a simple idea of providing statistics in a tabular format. But our client would be more pleased if we provide a kind of a graphical representa...
answer(0)  view(39)  status(wait for best answer)
C# sucks are you people blind
C# sucks your guys must be blinded by microsofts big lights. If you have not studyed are heard of old programming language then you might have no knowlege of what im about to say. C as you know is a good language. But what about before then...
answer(110)  view(804)  status(wait for best answer)
Unable to get installer types and retrieve LoaderException Property
I've already developed a software in C#.net. in this i m using Auto CAD for accessing drawings. when this s/w is run using F5 in dot net 2005 framework 2.0 it is working properly.then i created a setup of this s/w to install on client's com...
answer(1)  view(1,724)  status(wait for best answer)
Vb.net shorcut keys
Hi I have a application that has a menu. Each menu item has a shortcut key. I also have a login. Now depending on which user logged in menu items should be disabled. Now, how do I disable the shortcut key? As when the other user log...
answer(2)  view(979)  status(wait for best answer)
Visual Basic .NET -- Webcam Image Capture
Hello, I have a CREATIVE WebCam NX Pro that I'm trying to use with an application I'm writing. I need to be able to interface with the camera and take a still so I may save it as a JPEG file. I've searched all over, and I've been comi...
answer(9)  view(1,153)  status(have the best answer)
connect and search pls help
i want to connect ot oracle server and create a search using any of the fields in the table and show my result in datagridview pls help
answer(0)  view(55)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2010 by Infoqu. All rights reserved