Software Development Network Logo
  • Audio and Video
  • .NET Development
  • Microsoft ISV
  • IE Development
  • SQL Server
  • Visual Studio
  • Game Technologies
  • Visual Basic
  • Visual FoxPro
  • Windows Forms
  • Visual C#
  • Windows Vista
  • SharePoint Products
  • VS Team System
  • Smart Devicet

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

logtorahul

Member List

Borko
Greg J. Brown
Jamie Thomson
Tryin2Bgood
RizwanSharp
lavorando
M. Nicholas
STorne
nikos_22
dreameR.78
mattdawg
m0nkeyforce
IB00
Lee Eden
xRuntime
Jason D. Camp
Zadoras
jeffg90
Soteriologist
seco
Only Title

logtorahul's Q&A profile

  • Visual C# Help me understand how to get time to calculate trial using of applications?

    Several applications allow users using them (trial using). If I change my date on my computer they still count date exactly. Now I want to write an app using this technique but I do not know how to do that. Please tell me how I can write this for my app. Thanks in advance! Save the bios time,when ever application runs in ur application specificatio file in some encrypted format so that user cannot understand ofcourse cannot change it.He/She may try to delete the file. Allow the exe to get run ,if the file exists and if the current bios time is greater than or equal to time in the fie. Hope it works out.Revert back ,if any thing is obscure. Thanx, Ch.T.Gopi Kumar. ...Show All

  • Smart Device Development IO.Ports.SerialPort - issue with .BytesToRead and DataReceived Event

    Hi Folkes! I'm currently developing an infrared IR-communication software for PocketPC's with Windows Mobile 2003 SE and Windows Mobile 5.0 The communication is based on:    PocketPC virtual serial-port --> IR    and    IR --> Device serial-port. I wrote a communication-library for windows first, which worked perfectly with a real serial conncetion (no use or IR). The same code should work for the virtual serial-port and IR, since it's only a simple IR serial-bridge. Here comes the issue: It's possible to write data from the PocketPC to the device with .Write() It's possible to read data from the device with .Read() and similar. BUT: it's not possible to dertermine how may b ...Show All

  • Windows Forms TabControl always disturbed by custom control in same project?

    Hi, Using Visual Studio pro 2005, C#. I thought to have discovered a nice IDE feature: Step 1: create a basic windows application. Step 2: add a class to the project. Step 3: have this class derived from System.Windows.Forms.Panel (this is the only manual change you do). The class looks like this: namespace WindowsApplication1 { class Class1 : System.Windows.Forms. Panel { } } That's all. After "Build solution" a new tab appears In the ToolBox called "WindowsApplication1 Components". Great, because now I can drag and drop my on-the-fly control like all other controls. However: Step 4: dragdrop a "Class1" control onto your form (no problem there). Step 5: dragdrop a TabControl onto yo ...Show All

  • SQL Server Test linked server connection SQL 2000

    I’m trying to resolve an issue and wonder if anybody has ever run into and possibly had a resolution for. I wrote a custom conflict resolvers to manage data at the column level. What I needed to do to achieve this was to use a remote query to the mobile subscriber that raised the conflict. I’m trying to put in a rule that if there are any issues connecting to the subscriber I want to use the default conflict resolver and move forward. Here is my issue, it seems there is no way I can test a connection without getting a critical error that I can’t seem to trap. Example I was trying to do Select * from [linkedserver].[database].[dbo].[incident] If @@error <> 0 use default conflict resolver ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. audio api

    Hello i have written a mp3 encoder that runs on low level directx.sound on mdx 2.0 it is written in pure c# no external libs so the is is there a low level support xna audio so all the people that write gamecomponent make support for mp3 No there is no current low level audio API on the 360 - you can choose between XACT, XACT, XCT or XACT. Sounds like a useful feature request to add to connect. ...Show All

  • Visual C# RTF to PDF convertion using C#

    Hi, Anyone know if there is a good component- ActiveX control or DLL - help to convert RTF file to PDF I used to print the RTF doc to Adobe distiller, but the distiller does work so well, I wish if there is reliable object somewehere that I could used. Thanks in advance Hi Philly, You may try our PDF Metamorphosis .Net - .net library, created only on C#: description: http://www.sautinsoft.com/products/pdf-metamorphosis/index.php download: http://www.sautinsoft.com/components/pdf_metamorphosis_net.zip It converts HTML, RTF to PDF using two lines of code on C# or VB.Net. Best wishes, Max ...Show All

  • Visual Basic createing a text file

    Hi...i used to play around with vb 6 and now i have 2005 and i gt say...i can learn chinese faster then i can learn it... can someone show me how to create a simple text file in the programs folder and can you explain the code so i can learn how it workts..thanks! Sure, you can post your code if you want to The example above was meant to be a little confusing, just to give you some more advanced stuff to learn from. I used an array of strings because you talked about arrays, but in fact, it would have been much simpler without array. As you saw, it's pretty easy to take a text that's one big string, and turn it into an array of strings that are split by the LineFeed character so each splitstring is a 'line' of the text - yo ...Show All

  • SQL Server Need help to alter the sp on number of databases.

    Hi all, I need help in updating one of sp on number of databses. means if i alter a sp on databse it sholud automatically update/alter the same sp in other databse also .. i need this beacuse i need to alter as many as 30 databases same time. presently i am doing manually..but in case if i miss any database it creates lot of problem for me. thanks DP Hi, are they database exist on the same server . if yes then get all the database name info in to a temperory table. create a cursor which will read each database from the table and do the alteration . if you have databases on linked server then first you need to see you have the appropriate right and then need to call database with their sc ...Show All

  • Software Development for Windows Vista 1606 error on R2 Web Install - Could not access network location

    1606 error on R2 Web Install - Could not access network location psdk-amd64-o-common.0.cab Microsoft platform SDK (R2) Installation Error 1606. Could not access network location http://download.microsoft.com/download/F/A/D/FAD9EFDE-8627-4E7A-8812-C351BA099151/PSDK-AMD64_o-comm But, If I enter this url, it does work... It smells like a proxy error to me. When you talk about installing the Platform SDK, do you mean the Windows SDK for Windows Vista or another release ...Show All

  • Windows Forms Hot to perfom Calculation on datagrid column values?

    Hi Everyone, Im developing C# Windows application. In that Im binding database values in datagrid and updating the updated grid values with database values by using currentcellchange event. Before that I have to perform calculation in the datagrid itself. Like Im binding unitrate values n quantity values in the grid from the database. If quantity values is changed in the grid it should be updated when cursor moves to other column or by pressing enter key. How to do this. Is there any event handler Hi Mohammad Al Husseiny , thanks. Cell leave event worked. ...Show All

  • Visual Basic How To Write Functions that return multiple values

    I need help writing the header for a function that returns more than one values and diff types... for example this one returns a single value as Boolean Private Fucntion Truth(ByVal var, ByVal var2) as Boolean End Function ... Is Truth false Thanks. Would you happen to have an example of an Array Function It would help, because I don't know much. If not, thanks anyway. I was doing a function that searches a database... Function GetData( Date, Item) Return Price, Amount, Desc, etc. I can do all the SQL commands, I just need a compact way of returning values. I've already done the code...I just wanted to see if I could just put all into a fucntion... that's ...Show All

  • Visual Studio 2008 (Pre-release) Binding to a service from xaml

    I'm having trouble figuring out how to bind to an object retrieved from a custom service locator where the key of the service is indicated in the xaml. For example, imagine I've exposed an object "ServiceLocator" to the namescope. I'd expect to be able to call: < UserControl x:Class = " UserControl1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " > < StackPanel > < TextBox Text = " {Binding ElementName=ServiceLocator, Path=GetService[CurrentUser].CompanyName} " /> </ StackPanel > </ UserControl > My ServiceLocator class has: Public ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Any tips on drawing a "control panel"

    I'm doing a simple little space shooter, and things are going fairly well. Ships are moving, planets are spinning, background stars are scrolling along. However, the one thing I haven't figured out is how to do a "control panel" to display information about the ship, the "mini-map" of star locations, etc. I can do this through sprites, by sticking a large sprite across the lower third of the screen, then mapping each star onto the map using a scaled down texture. However, this seems to be very wasteful. After all, action on the "main screen" needs to be updated as often as possible, but if I were to update the star map no more than once every few seconds, it would be fine. Some of the control settings need to ...Show All

  • Smart Device Development Need help in SMS sending using VB.NET

    today download a project SendSMS using VB.NET from msdn home, namely Sending SMSs from your Microsoft .NET Compact Framework-based Applications but when i run it, there's an exception saying that "MissingMethodException" after pressing button send and please anyone know what happen how can i fix it thanks a lot Obviously you need a phone to see if you can send an SMS and if it works correctly. Sending SMS without a phone pretty much like learning to drive without actual car. Anyway, you can try link below but I'm not sure it's good enough. It’s not going to actually send SMS. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/callevents.asp ...Show All

  • Smart Device Development Problem with TAPI lineDrop on smartphones (device Qtek 8500)

    I use TAPI lineDrop routine call to drop the call in DATA mode: - rc = lineDrop(hcall, NULL, 0); lineDrop returns a positive value and I call lineDeallocateCall to deallocate handle: - rc = lineDeallocateCall(hcall); lineDrop returns LINEERR_INVALCALLSTATE and it seems that call is not in the idle state. And after that my TAPI message handler doesn't receive any disconnect messages. TAPI message handler receive disconnect message only after other side droped the line. This problem appeares only on smartphone devices (Qtek 8300 and 8500). On PDA (HP 6515, Qtek s100, MIO A-70x) these routines calls work without any problems. What is specific in TAPI lineDrop and lineDeallocateCall calls on smartphone devices ...Show All

©2008 Software Development Network