19,729 Topics

Member Avatar for
Member Avatar for DGULLIVER

Hello, If a user has a few of my applications open and he/she minimises them I would like to group these in the task bar like MS Word for example. Product Name - Application 1 Product Name - Application 2 Product Name - Application 3 Product Name - Application 4 …

Member Avatar for GeekByChoiCe
0
98
Member Avatar for kcomeby

In notepad (or other textboxes) when you hold down a keyboard key, it writes the first letter, waits a little and then without a break its writes same letter. I mean you're holding down a key but after first letter its just waiting a little (only for first letter) and …

Member Avatar for kvprajapati
0
93
Member Avatar for blackknight469

Ok I am lost on what to do. i see several item on calling word but what is the syntax for using word as the default file extension? i know i need to use a Rich Text Box instead of a Text box, but after that im lost :P also …

Member Avatar for kvprajapati
0
57
Member Avatar for soeppp

How to Show Data record from Database in [B]ListView[/B] from [B]SQL Stored Procedure[/B]..I used google to get the info..but i didn't get it..

Member Avatar for kvprajapati
0
62
Member Avatar for dm_team

I have created the WCF service which will convert the Office document into XPS file. I did using Microsoft Interop assembly Microsoft.Office.Interop.Word.dll Microsoft.Office.Interop.Excel.dll I am using silverlight application to show the XPS file. When i run the silverlight application with WCF is in same solution it is working fine. I …

Member Avatar for kvprajapati
0
85
Member Avatar for hery

This is m y code:: [code] Private Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationName As String,[B] ByVal lpKeyName As Any[/B], [B]ByVal lpString As Any[/B], ByVal lpFileName As String) As Long Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, [B]ByVal lpKeyName As Any[/B], ByVal lpDefault …

Member Avatar for kvprajapati
0
3K
Member Avatar for Nada_ward

Hi all How R U I need help , how i can create array inside loop, very time I enter loop I want to create new array .. and enqeue it inside queue ,, the new array every time hide old array ,, please help

Member Avatar for kvprajapati
0
95
Member Avatar for LiBOC

Dear people, Thanks for your time and patience. I wrote a program to calculate Cosine, Sin, Tangent. However, by using the built in math() which are Math.Cos, Math.Sin and Math.Tan It gives inaccurate readings. By default, the math() accepts and calculates in radian form. I had properly converted user inputs …

Member Avatar for TonyTHC
0
380
Member Avatar for hery

This is my code after upgrade vb6 code: [code] Public ReadOnly Property TUJUHResult() As Object Get Dim vrn7Result As Object 'UPGRADE_WARNING: Couldn't resolve default property of object vrn7Result. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 'UPGRADE_WARNING: Couldn't resolve default property of object TUJUHResult. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' TUJUHResult = vrn7Result End Get End …

Member Avatar for GeekByChoiCe
0
106
Member Avatar for hery

This is my code in vb6. How to in vb.net??? Please tell me. I'm stuck in here.. [code] Public Function LookUpST(ByRef adcCON As ADODB.Connection, strSTT As String, Optional vntHasil As Variant, Optional vntRETURN As Variant, Optional vntNEXT As Variant, Optional vntNEXT_TO As Variant) As Boolean On Error GoTo ErrHndl Dim …

Member Avatar for GeekByChoiCe
0
446
Member Avatar for arkaitsolutions

I'm using mysql as database . I use odbc connector to use the database , it's working fine with select statements ,but when I use insert statement with parameter it is not working. may I know if the command parameter property works with mysql or it only works with mssql.

Member Avatar for samir_ibrahim
0
356
Member Avatar for tjfitz68

I have been googling for quite a while but I just can't seem to find a precise answer to my question. I'm able to create the setup project and the installation works fine. Included in my application is a .MDB file. What I would like to do, during the installation, …

Member Avatar for tjfitz68
0
140
Member Avatar for darcee

im an intern student and my task is to make a popup message every 30 minutes to remind my boss about his task its like an alrm clock so i look on to the net and ive downloaded a file called PopupMessage Form and I want it to run it …

Member Avatar for ahj9999
0
102
Member Avatar for blackknight469

hey everybody! :D I am a major noob at programming and I am using VB '08 Express and want to use a text file to set variables on seperate forms of one program. What I would like to know is if i should use seperate files for each form and …

Member Avatar for blackknight469
0
83
Member Avatar for Merovingian

Title probably makes no sense :) I have a single picturebox button that I will be using to open new forms. Is there a way to set a variable and then have the button open the form name included in the variable I really dont know where to start as …

Member Avatar for EvolutionFallen
0
182
Member Avatar for X~G

Hi all, I need help with creating an application in vb.net that will behave itself a taskbar in that it will # attach to an edge of the screen {sort of like a scrolling marquee or jet audio(PC) toolbar mode}. # not overlap any other windows but wedge itself in …

0
32
Member Avatar for avgVBUser

Could someone tell me how to include a timer inside of a class? I was trying to set up a panel class that has some generic information in it to be included in many of the form windows included in a bigger project. It would also have some other information …

Member Avatar for avgVBUser
0
112
Member Avatar for aalto

I'm new to VB 2008 Express, but I want to produce a user interface (a form linked to an access database). Comboboxes and textboxes work fine. Each box being linked to a separate database column. My main problem is with duplicate entries in each database column. I want the 1st …

Member Avatar for aalto
0
103
Member Avatar for vampke

Hi guys, I'm trying to communicate with an external hid-compliant USB device. I've been looking for a way to do this, but I'm not getting anywhere. With the [url=http://www.lvr.com/hidpage.htm]Generic HID Tester[/url] I did not manage to get proper communication, allthough I got the application to recognise the device using the …

Member Avatar for vampke
0
97
Member Avatar for hery

this is my code in vb6. How to in vb.net??? Please tell me?? Thank's [code] Public Function Tgl_Max(Month As Integer, YEAR As Integer) As Integer Tgl_Max = Day(DateSerial(YEAR, Month + 1, 0)) End Function [/code]

Member Avatar for benson waweru
0
94
Member Avatar for stormshell

can someone help me with this issue i don't see why its not initializing but here is my error: [code]Object reference not set to an instance of an object.[/code] And Here is My Code: [code=language] Dim pic As New PictureBox Dim frm As New Form Public lbllist As Generic.List(Of Label) …

Member Avatar for Arunabh Nag
0
97
Member Avatar for chanlichin

[quote]I get the bar as the picture below. But the value for each bar display is too crowded. So can i know how to change the vertical values(each stack bar) into horizontal value.Thanks.Below is my coding.[/QUOTE] [img]<a href='http://img513.imageshack.us/i/58407423.jpg/'><img src='http://img513.imageshack.us/img513/8098/58407423.jpg' border='0' alt='Image Hosted by ImageShack.us'/></a><br/>[/img] [code] myPane.BarSettings.Type = BarType.Stack myPane.XAxis.Type = …

0
76
Member Avatar for bustanji83
0
49
Member Avatar for realone

[code]' Add template and surname to database. Returns added template ID. Public Function AddTemplate(ByRef template As TTemplate) As Long Dim da As New OleDbDataAdapter("select * from Biodata", connection) Dim txtsurname As System.Windows.Forms.TextBox txtsurname = New System.Windows.Forms.TextBox() ' Create SQL command containing ? parameter for BLOB. da.InsertCommand = New OleDbCommand("INSERT INTO …

Member Avatar for kvprajapati
0
154
Member Avatar for murid

i'm try to send many picture using socket programming in VB 2005 from client to server. but, after i run the program, only the first picture that reach destination server. and there is an error saying that my socket are no longer connected after the first picture are sent. client …

Member Avatar for murid
0
349
Member Avatar for hepsy.i

I want to update my database( using a file from my root folder ) every hour even when my web page /form is not opened in the browser.... Please help Thank u

Member Avatar for kvprajapati
0
177
Member Avatar for pbbhatt

This is error messages. Server Error in '/trialwebsite' Application. Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that …

Member Avatar for Ana D.
0
263
Member Avatar for deeputan

I need to create a form containning one list box & two buttions The listbox is used to list all installed printers on computer. Button1 is used to select default printer from listbox Button2 is used to close that form.

Member Avatar for sknake
0
51
Member Avatar for Harssh

I am developing application where I want to give a choice to user to make backup of database in case of syatem crash etc. I know how to copy a file from one location to another loaction using filesystem.copyfile but i want to get information of user system and its …

Member Avatar for sknake
0
194
Member Avatar for EvolutionFallen

Hello, I am writing a program (for fun as well as for practical uses) that will allow me to keep track of several projects I am working on and how long I have spent working on each. My program has a class "Project" which has the following variables: [code="VB"] Private …

Member Avatar for sknake
0
244

The End.