19,728 Topics

Member Avatar for
Member Avatar for Siebe

Is there something like a hashtable that accepts multiple keys? Basically I'm looking for something that's similar to a multi-dimensional array, but in stead of accepting index numbers, it should accept keys to unveil it's content. I now use nested hashtables, but I think it becomes very complicated after a …

0
63
Member Avatar for IBGhost

Hi everyone! I am new with this site so I try to explain my problem. I have a code in VB, how can I change the code to give me the ouput in text file(exel favorite)???

Member Avatar for arjunsasidharan
0
77
Member Avatar for yandidaim

Hi, I need to display the result i got from the input (temperatures) into a new form (if possible,the output being display in the textbox as well). The input will going through some calculations before that though,i.e T1 + T2 = h1 or something like that. So,anyone here that could …

Member Avatar for iamthwee
0
58
Member Avatar for iamthwee

I was reasonably impressed with this photoshop clone. [url]http://www.getpaint.net/index2.html[/url] dotnet 2.0 required.

0
66
Member Avatar for yaya_star

Hello eveybody i have a calander in my project, when i click on date it retain in list box the information related to this day but the problem in Access in the feild date , it dosen't save the date in the format it takes from the calander , thats …

Member Avatar for arjunsasidharan
0
93
Member Avatar for sp_kosl

Hi! I urgent need of VB.Net project with the help of how can run it and what is requirement for this project. Please help me any one Thanks

Member Avatar for arjunsasidharan
0
121
Member Avatar for mayu

hi... 1) i want a datagrid which is blank on form load with only column header and a blank row allowing user to enter data. 2)The data in datagrid should be inserted in the db(access) when clicked on save button.

Member Avatar for arjunsasidharan
0
87
Member Avatar for GaryP

I have used the conversion wizard to convert several vb6 programs. It works fine but.... I am trying to pass multi-dimensional array arguments to a subroutine which worked fine in vb6 but is not accepted in .net. The ParamArray/vb.net used at the end of the arguments only accepts one dimensional …

Member Avatar for GaryP
0
116
Member Avatar for Noorhiba H.M

[B] What are the privileges that can be granted on a table by a user to others? [/B] Insert, update, delete, select, references, index, execute, alter, all

0
42
Member Avatar for Noorhiba H.M

[B][URL="http://www.onestopfaqs.com/faqs/963/"][B] How do I get a null pointer in my programs?[/B][/URL] [/B]According to the language definition, a constant 0 in a pointer context is converted into a null pointer at compile time. That is, in an initialization, assignment, or comparison when one side is a variable or expression of pointer …

0
52
Member Avatar for Noorhiba H.M

[URL="http://www.onestopfaqs.com/faqs/593/"][B]What is meant by Maskable interrupts?[/B][/URL] An interrupt that can be turned off by the programmer is known as Maskable interrupt. [B] For more information click here: [url]http://www.onestopfaqs.com/type.asp?iType=11[/url] [/B][B] [/B]

0
54
Member Avatar for Geek-Master

In VS2005, they are declaring config files obsolete. What replaced this, cause Visual Studio states that you should use the ConfigurationManager which isn't anywhere in the namespaces of System.Configuration. Basically what can I use to store form data that is editable?

Member Avatar for waynespangler
0
36
Member Avatar for nottoshabi

I want to learn some UI developemnt for windows using visaul basic can you guys direct me to some books, and materials?

Member Avatar for nottoshabi
0
85
Member Avatar for andaihiep

hi I have a project .: connect pc to mobile by usb cable then use a program to send mms to 1 or some mobilephone number , so the model is my mobilephone . Of course my phone must connect to GPRS I will write the program by [B]vb.net[/B] but …

-1
50
Member Avatar for waynespangler

I am doing my third first time database. In the attached picture I am showing my tables. My problem is I can't input any data because of a circular reference and I don't know how to handle it. Bowling Center is no problem. League info I can't enter because I …

0
51
Member Avatar for karan_21584

hai, i have a XML schema and XML file. Now i want to change the xml <tags> to lowercase... for example <First> <Second>, then i want to same resultant schema and xml file as <first> <second>. could anyone help me plz??? its urgent... thanks in advance....... and also [COLOR=#0000ff]<[/COLOR][COLOR=#990000]xs:element[/COLOR] [COLOR=#990000]name[/COLOR][COLOR=#0000ff]="[/COLOR][B]Rollno[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] …

Member Avatar for iamthwee
0
121
Member Avatar for lukis

Hi there, how can i Create non rectangular labels? I need to create a circular arena and the labels will be the seats. Thanks and Regards, Luke

Member Avatar for waynespangler
0
88
Member Avatar for geo039

BackGround: I'm working on a small application that is to demonstrate viewing of a database. I have 3 tables customer, transaction, account that are added to the project. (Access OLE DB). I am to log in with userid and PW from the database, once logged in the user can select …

Member Avatar for iamthwee
0
92
Member Avatar for kapil.goyal

how can i pass parameters to window service?Is it possible to provide user interface in window serive?

0
61
Member Avatar for fkatan

Hi, I use visual studio 2005 & pocket pc App. how can I insert and edit data in a datagrid? thanks,

0
49
Member Avatar for compwhiz621

i can send the word file in which i have all the details and i would be glad if some one can direct me for that coz i m basically screwed:!: :?: :eek:

Member Avatar for geo039
0
69
Member Avatar for JBI_UK

Hey, I am currently working on a web browser called JBI Explorer (might of heard of it on here) and I am wanting to finally change the User Agent, I use VB 2005. Is there any way of doing this without moving to a different tool like C. If anyone …

Member Avatar for waynespangler
0
107
Member Avatar for jigry

how can i change the size of a label control to fit the current screen resolution at run time.

Member Avatar for waynespangler
-1
78
Member Avatar for Arrow203

Hey all~ I was just wondering.. Is it possibal for my app to run a disk scan to look for the files that I had put into each location? Like if i wanted to install it onto several other computers that may have altered settings i just run a scan …

Member Avatar for iamthwee
0
77
Member Avatar for kahaj

Trying to learn VB.NET, I have a question about the following code: [CODE]Public Class WageCalculatorForm 'handles Click event Private Sub calculateButton_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles calculateButton.Click 'declare variables Dim hours As Double Dim wage As Decimal Dim earnings As Decimal Const HOUR_LIMIT As Integer = …

Member Avatar for kahaj
0
123
Member Avatar for BlurStar

[B]Any expert can solve this??[/B] Error message will occur during execution, is something related to sql. the program will show an error on objcommand.executeNonQuery. Can solve this? Imports System Imports System.Data Imports System.Data.SqlClient Public Class Form1 Inherits System.Windows.Forms.Form Dim objConnection As SqlConnection = New _ SqlConnection("server=(local);database=uni;" & _ "Integrated Security=True") …

Member Avatar for jbennet
0
243
Member Avatar for mstester

Hey all, Can anyone explain to me how i can change forms UI at run time? Basically the application I'm building is very similar to the MySQL Administrator (see attached file) So when the user selects different option i.e. "User Administration" different tabs appear in the panel on the right …

Member Avatar for mstester
0
118
Member Avatar for Siebe

Hi All, Explorer.exe crashes when i run my application on a customer's computer (in fact: on all of their computers!). This happens usually when I browse through directories using a OpenFileDialog. They run on Windows NT build 2600 with Novell groupwise Error signature: AppName: explorer.exe AppVer: 6.0.2900.2180 ModName: comctl32.dll ModVer: …

Member Avatar for ShawnCplus
0
182
Member Avatar for Nebrom

[CODE]i want to develop a dictionary and a statement translator from english language to my own language that is Amharic. i am using sql server 2000 and vb.net. first i created table. create table mytable(english varchar(100), amharic varchar(100)) then i insert data as insert into mytable values('pretty','konjo') i will have …

0
52
Member Avatar for kahaj

I'm trying to get all of the basics down. Is there someplace I can find on either on the web or in VB 05 Express Edition that gives a comprehensive list of all the different data types, what they are used for, etc. for VB.Net? Thanks, kahaj

Member Avatar for kahaj
0
85

The End.