20,278 Topics

Member Avatar for
Member Avatar for kerek2

Hi guys... Can anyone help me to do log file for my apllication?...actually i'm doing console application where it will pull the data from database and insert to another database...i need to have log etheir it working or error..thanks for your help

Member Avatar for Tayyab Nawaz
0
480
Member Avatar for ezajan

hi,sir, i woul dlike to view the data from the database n edit them.but i dont know the coding..sir,please help me sir..i m developing the system using window based.thank you

Member Avatar for eladreznik
0
232
Member Avatar for cjmartin

I have a datagrid with textboxes on it that are bound. Displaying the data pulled from the db works. But when a user updates a textbox I am unable to extract that data. I have tried a few options I have found involving using CType. Below is part of the …

Member Avatar for cjmartin
0
98
Member Avatar for Altarium

Hello! I'm working with a DataGridView that I want to format based on the condition of whether or not a date has passed. For example: If the date in a cell is past the current date, that cell and its row are formatted with the forecolor red. My current code …

Member Avatar for Altarium
0
3K
Member Avatar for Sara Tech

[B][COLOR="Green"] I want to create labels dynamiclly (at run time) when user clicks one its click events will excute I want like this : [CODE] for i as integer=1 to 10 step 1 '' here label creation end for [/CODE] Thanks for who can help me ... :icon_wink: [/COLOR][/B]

Member Avatar for mihird
0
82
Member Avatar for swathys

hi, i have problem in view the crystal report. 1 ) when i run the report its just show the 1 st page and the rest of the page is not showing at all even the record is nore than a page. 2) the alignment of the report goes bottom …

Member Avatar for AndreRet
0
86
Member Avatar for TheMightySpud

Hi all, Hopefully someone can help me with this one as I've been trying to figure it out for the past several hours with no luck. The idea is to scan a folder of images and then let the user navigate back and forth through the images using a couple …

Member Avatar for TheMightySpud
0
118
Member Avatar for AzraelUK

Hi there, I was wondering if there was an easy way to read the first four bytes of a file. The ones in particular I'm looking for are [inlinecode]49 42 53 50[/inlinecode] ("IBSP") and [inlinecode]46 42 53 50[/inlinecode] ("FBSP"), but that bit should be easy.

Member Avatar for yasserjasem
0
154
Member Avatar for h0neydip

Hey, I am trying to convert an elbonian date which has a format day-year-month to a US date month-day-year in Long date format, any suggestion on how i can achieve this. Here's what it is suppose to look like: [URL=http://img201.imageshack.us/i/testwf.jpg/][IMG]http://img201.imageshack.us/img201/7435/testwf.jpg[/IMG][/URL] Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]

Member Avatar for TsadokBlok
0
96
Member Avatar for Ennerdale

I would be very grateful of any insight/resolution of the following issue I need to overcome. Using VS/VB2008 Pro/SQLExpress - all running on XP, I am building a WinForm Application (a Quotation application for Landscape Designers). 48 Bound controls on my form work perfectly with DataSet and Tables when Updating …

Member Avatar for lolafuertes
0
173
Member Avatar for swathys

hi, can anyone assist me on this...i want to convert 100 to 1.00 for example 100 = 1.00 200 = 2.00 1000 = 10.00 How do i do that. Please help me.

Member Avatar for swathys
0
184
Member Avatar for eladreznik

Hi guys, i created a panel with few buttons, all buttons have the same size, most buttons hold images, 2 of them hold string (1 or 2 digit) the string buttons will not align with the rest of them, and i have no idea why ? anyone ? [code] Public …

Member Avatar for bklynman01
0
102
Member Avatar for rairai979

Hello, I'm hoping someone can help me. The prior developer (over a year ago) created word templates to use as database reports (instead of Crystal). Within his VB.Net code, he calls a stored procedure which feeds the word template. Pretty basic so far. The template's fields are setup as Merge …

Member Avatar for rairai979
0
118
Member Avatar for preet11

Hi friends, I got vb.net 2008 express and sql server 2005 and 2008 express editions whic I downloaded from microsoft website.Now I just want to connect vb.net with sql server 20o5 or 2008.I am using a connection string as PubConnstring = "Data Source=RAMAN\SQLEXPRESS;Database=FirmTest11;Trusted_Connection=Yes" [code] 'Create your connection object Dim objconnection …

Member Avatar for nigelzephyr
0
195
Member Avatar for dmarvp

Hi everyone, I have a little problem with the class XmlDocument in .net. I'm using framework 2.0 and I am loading an xmlDocument from a path. The xml has a node without value like this: <somexmlnode/> When I load the xml using the xmlDocument class, it seems that it is …

Member Avatar for dmarvp
0
138
Member Avatar for shashasaaim

I have a datagrid. Right now, the datagrid has an event which is doubleclick on a row. it doesn't matter at which column i click,it will still be read as a row. this is its code: [CODE]<my:DataGrid x:Name="ProjectDG" LoadingRow="ProjectDG_LoadingRow" IsReadOnly="True" AutoGenerateColumns="False" Cursor="Hand" CanUserReorderColumns="False" CanUserResizeRows="False" CanUserSortColumns="False" ColumnHeaderHeight="25" HorizontalGridLinesBrush="#FF3B3B3B" VerticalGridLinesBrush="#FF3B3B3B" BorderBrush="{x:Null}" Foreground="Black" …

0
106
Member Avatar for TheMightySpud

Hi all, Another pesky question. in vb, is it possible to open a form on a second monitor, apart from setting the forms screen position? Thanks TheMightySpud

Member Avatar for TheMightySpud
0
53
Member Avatar for ml.williams

were i work has an access they use to record customer details which has been running forever and just uses a access macro form to enter the data. i am wanting to try viewing and editing this using vb,net which i have a little bit of experience with. can you …

Member Avatar for achinaseller
0
68
Member Avatar for zx1

hello,i have a query that when i updating my database it doesnot take *,&,-,#,@ all these,but when add a new database its taking all above i have fields of roll#,Sname,Age and address plz help me out where is problem

Member Avatar for kvprajapati
0
49
Member Avatar for Sara Tech

how can be store image itself in sql server and retrive it ? plz not it's path [COLOR="Red"][B][I]Thanks[/I][/B][/COLOR] :)

Member Avatar for kvprajapati
0
77
Member Avatar for eladreznik

i am trying to change the background color of a tooltip i am using tooltip.backgroundcolor = color.colr no errors but thecolor doesn't change any ideas ?

Member Avatar for jugosoft
0
360
Member Avatar for Netcode

How can one search for multiple items at once and display the result in a datagrid? for example, i want to search for multiple mobile numbers (in sql server database)at once and display the found numbers and their corresponding names.

Member Avatar for zx1
-1
1K
Member Avatar for chris evans

Hey guys! Im working on a login form that connects to an SQL 2008 database. i have created records in the table for users who can login. i however want a code snippet that matches the username and password entered with the records in the database. i have a rough …

Member Avatar for Netcode
1
8K
Member Avatar for obinimalyn

what are the modules do you prefer to do when you are creating a COMPUTER AIDED INSTRUCTION SYSTEM??

Member Avatar for obinimalyn
0
84
Member Avatar for LaBoss

Good afternoon, I'm having some trouble with a class that uses the ToolStripControlHost, I have to create a label and a label beside the textbox, this works, the problem now and I can not access the property. Text of textbox (txt). the class to this: [CODE]Public Class ToolStripTextBoxWithLabel Inherits ToolStripControlHost …

0
62
Member Avatar for prayag.419

i have just entered T.Y.B.Sc.I.T 6th sem. and i am confused which project topic should i select, can anyone help plz. Project wourth is 200 marks

Member Avatar for Naveed_786
0
71
Member Avatar for Chris Ewe

Hi, appreciate if you can spend few minutes to analyze the problem below and shed some lights. Thanks I would like to Sum up MTD Value and separate by employee ID. I've used SUM(MTD_Value) and Group By Employee_ID but is not work. Thanks [B][U]VB.NET Coding[/U][/B] [code] Dim connetionString As String …

Member Avatar for kvprajapati
0
101
Member Avatar for zulhimi89

Hi experts, I'm using vba to do my coding. I have to check whether the data exists in the db or not. so I'd done this to check it. [code] Set rs = New ADODB.Recordset With rs .Open "pr_q", cn, adOpenKeyset, adLockOptimistic, adCmdTableDirect curr_year = Year(Date) q = 4 .MoveLast …

Member Avatar for AndreRet
0
84
Member Avatar for swathys

hi, when i run the code below its hit the error [COLOR="Red"]Index was outside the bounds of the array.[/COLOR] in a place that i highlight in red. Please help [CODE] Dim crParameterFieldDefinitions As ParameterFieldDefinitions Dim crParameterFieldDefinition As ParameterFieldDefinition Dim crParameterValues As New ParameterValues Dim crParameterDiscreteValue As New ParameterDiscreteValue rpt.SetDatabaseLogon("sas", "123") …

Member Avatar for swathys
0
841
Member Avatar for zwench

What does this mean and how can I fix it? An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll Additional information: Index was out of range. Must be non-negative and less than the size of the collection. [CODE]dgtsCustomers.GridColumnStyles(0).HeaderText = "Factory ID" dgtsCustomers.GridColumnStyles(0).Alignment = _ HorizontalAlignment.Left[/CODE]

Member Avatar for samina228
0
159

The End.