Software Development Network Logo
  • Windows Vista
  • Visual J#
  • .NET Development
  • Visual Basic
  • Visual C#
  • Smart Device
  • Visual Studio
  • VS Express Editions
  • Windows Forms
  • Game Technologies
  • SQL Server
  • Windows Live
  • VS Team System
  • Architecture
  • Visual FoxPro

Software Development Network >> Grigory71677's Q&A profile

Grigory71677

Member List

sk80
TSanchez
Qumber Abbas
shameed2
Johan A
Dj Anonymous
5spot
chantit
trucktrax
onkeldoktor
Ver Argulla Jr.
queryfish
JohnDaldry
zaladane
Matthijs Koopman
Stuck29430
craig0ss
tpbjs2006
jayakris
Mirronelli
Only Title

Grigory71677's Q&A profile

  • Visual Basic real time database updation

    Hi I’m stuck while making this project; I have to import the filename, file size it’s all wave files from particular folder in a Ms Access database.   The database has to be updated automatically real time updation which will be shown in datagrid of vb   Can anyone tell me where to find some tutorial Or code suggestion Thanks Hi Ralph Thanks, but i dont know server coding May be it would be better if database ( I'm U ...Show All

  • Visual Basic vb.net console app loads uxtheme.dll

    Hi, I was testing out for how to make vb.net not load vb.dll at runtime and the code is like this: Imports System Module MainModule Sub Main() Dim s1 As String = "abc" Dim s2 As String = "abc" If String.Equals(s1,s2) Then Console.WriteLine("done") Console.ReadLine( ) End If End Sub End Module The above code was compiled as a console app. Strangely I ...Show All

  • Visual Studio Team System Server Timeout when creating a Team Project

    Hi all, Can anyone advise how/if i can combat this issue. I have 2 work item type files, both around 90k 2500 lines in size. When i try to create a team project in VSTS the status bar gets to work items created - then the project fails, server timed out. The whole process does take around 4-5 minutes, is this due to the size of my work items or can i increase the timeout settings to avoid this The project is available afterwards and is useable. ...Show All

  • Visual Studio Team System Cant start a build

    Something has happened to our Team Server. Yesterday afternoon, the server stopped allowing us to start a Team Build. I have tried both through the IDE and the command line. After a couple minutes the process times out with message: Failed to retrieve data from the server. Please verify the network connection and try again. To my knowledge, no settings were changed on the server.  We had run several builds in the morning, and then it just ...Show All

  • Windows Forms I have released the nData Open Source Project...

    http://nData.CommunityAsp.Net What is nData       nData is an Open Source Project for .Net 2.0 that was created out of the boredom of writing all the simple, repetitive code that is necessary in any kind of application. Basically, I found myself writing the exact same code, to do the exact same things, over, and over, and over, and over, and over, and- you get the idea.       nData i ...Show All

  • Visual C# Forcing the Setup to RollBack()?

    With an Installer class, I am overriding the Install() function. I have read that throwing an InstallException() from within my Installer DLL code, will force the setup project install to fail and cause setup to rollback. But this causes an ugly dialog to pop up and inform the user that an exception has been thrown. I am wondering if there is another (cleaner) way to cause the Install() to fail, and there for RollBack() Thanks folks. ...Show All

  • Visual Studio The suggestion of 2 gentmen

    I recently met a problem in my GET operating. When I GET my applications via the Source control of VC6.0, some files of the projects wasn't be get down to my workfolder and it need me to enter the VSS get them manually by myself. Sometimes, there just are several files needed get manually and sometimes it is a hard task to get because of the number of files is so large. Besides, I had to BUILD my application in VC and then GET the non-get file i ...Show All

  • Visual C# Supporting automation on Old and New Excel Versions

    I would like to automate Excel but my userbase has versions from 98 all the way up to 2003... I want to make sure my program is compatible, does anybody know if a compatibility issue exists from the older versions to the new one (in respect to automation) I don't plan on doing anything complicated but I would like to have the ability to set column data types and use basic formating on headings. I'm using The Excel 10.0 com object... My onl ...Show All

  • Visual Studio Express Editions Need help with for and pictureboxes

    I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxio ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3d modeling Code Structuring

    Hi, I am kind of new to Direct X programming , and currently Im using Direct X 9.0 b and I have a question regarding code structure. I have been able to write a piece of code that displays a rotating object that was imported from 3ds max as a .x mesh.Having done that and thinking of going a step further and displaying multiple objects on the same world , I thought I should make use of some function or using classes to ease the proc ...Show All

  • Visual Basic 'Declaration expected' error

    hi, here is my code, i receive strange error... Dim rptKadirReport As ReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument() Dim reportPath As String = Application.StartupPath & "\.." & "\.." & "\" & "KadirReport.rpt" Private connStr As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=dental.mdb" Private conn As System.D ...Show All

  • Windows Forms switch between design-time mode and run-time mode

    Hi all, I'm doing a windows form designer project.  Right now I have the design-time mode made, namely, I can use the project to create different form designs at design time.  My problem is that I need to be able to switch between design-time mode and run-time mode.  Say, when the project is in design-time mode, the user can changes properties of controls in design mode, and when it's in run-time mode, the user can enter data to t ...Show All

  • Visual Studio Team System Bug with Remote connections to Team Foundation

    The scenario is this: I created a project on my network at home. However, I did it by connecting to the external IP address for my server, not using the internal server name or IP address. I then went to a remote location with my laptop (which has the client on it that I created the project with) and opened up Team Explorer. I expanded the project node and the Documents and Reports did not open. I tried to open up the project portal and it would ...Show All

  • Visual C# server client data send problem

    Hi. I am able to successfully connect the client and server together using the Sockets/tcpclient/tcplistener and able to send messages between each other successfully. the problem is this: when the client sends "[-]RF[-]" to the server, the server checks the incoming data, if it is "[-]RF[-]" then it sends back to the client the file name, for each file in the current working directory of the server. after each filename, it sends that name back ...Show All

  • SQL Server How to truncate the log file

    How do I truncate the log file using TSQL   My client's log file is 44 gig and there isn't enough HD space.  Thanks I have found that the following will work in the "out of disk space" scenario: BACKUP LOG database_name WITH TRUNCATE_ONLY Then, after you run that command, shrink the database using: DBCC SHRINKDATABASE ( database_name ) Hope that helps. Darren ...Show All

©2008 Software Development Network

powered by phorum